toggle menu
alchemist
34.1.9
jvm
switch theme
search in API
alchemist-implementationbase
/
it.unibo.alchemist.model.linkingrules
/
NoLinks
No
Links
open
class
NoLinks
<
T
,
P
:
Position
<
P
>
?
>
:
AbstractLocallyConsistentLinkingRule
<
T
,
P
>
(
source
)
This rule guarantees that no links are created at all.
Parameters
<T>
concentration type
<P>
position type
Members
Constructors
No
Links
Link copied to clipboard
constructor
(
)
Functions
compute
Neighborhood
Link copied to clipboard
fun
computeNeighborhood
(
center
:
Node
<
T
>
,
environment
:
Environment
<
T
,
P
>
)
:
Neighborhood
<
T
>
is
Locally
Consistent
Link copied to clipboard
abstract
fun
isLocallyConsistent
(
)
:
Boolean
fun
isLocallyConsistent
(
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String