toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.linkingrules
/
AbstractLocallyConsistentLinkingRule
Abstract
Locally
Consistent
Linking
Rule
abstract
class
AbstractLocallyConsistentLinkingRule
<
T
,
P
:
Position
<
out
P
>
?
>
:
LinkingRule
<
T
,
P
>
Parameters
<T>
Concentration type
<P>
Position
type
Inheritors
NoLinks
ConnectWithinDistance
Members
Constructors
Abstract
Locally
Consistent
Linking
Rule
Link copied to clipboard
constructor
(
)
Functions
compute
Neighborhood
Link copied to clipboard
abstract
fun
computeNeighborhood
(
p
:
Node
<
T
>
,
p1
:
Environment
<
T
,
P
>
)
:
Neighborhood
<
T
>
is
Locally
Consistent
Link copied to clipboard
fun
isLocallyConsistent
(
)
:
Boolean
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String