Class FullyConnected
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.LinkingRule
,java.io.Serializable
public final class FullyConnected<T extends Object, P extends Position<P>> implements LinkingRule<T, P>
This rule connects each and every node to each and every other.
-
-
Constructor Summary
Constructors Constructor Description FullyConnected()
-
Method Summary
Modifier and Type Method Description Boolean
isLocallyConsistent()
Neighborhood<T>
computeNeighborhood(Node<T> center, Environment<T, P> environment)
-
-
Method Detail
-
isLocallyConsistent
Boolean isLocallyConsistent()
-
computeNeighborhood
Neighborhood<T> computeNeighborhood(Node<T> center, Environment<T, P> environment)
-
-
-
-