Class NoLinks
-
-
Constructor Summary
Constructors Constructor Description NoLinks()
-
Method Summary
Modifier and Type Method Description final Neighborhood<T>
computeNeighborhood(Node<T> center, Environment<T, P> environment)
-
Methods inherited from class it.unibo.alchemist.model.linkingrules.AbstractLocallyConsistentLinkingRule
isLocallyConsistent, toString
-
Methods inherited from class it.unibo.alchemist.model.LinkingRule
isLocallyConsistent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
computeNeighborhood
final Neighborhood<T> computeNeighborhood(Node<T> center, Environment<T, P> environment)
-
-
-
-