Class AbstractLocallyConsistentLinkingRule
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.LinkingRule
,java.io.Serializable
public abstract class AbstractLocallyConsistentLinkingRule<T, P extends Position<out P>> implements LinkingRule<T, P>
-
-
Constructor Summary
Constructors Constructor Description AbstractLocallyConsistentLinkingRule()
-
Method Summary
Modifier and Type Method Description final boolean
isLocallyConsistent()
String
toString()
-
-
Method Detail
-
isLocallyConsistent
final boolean isLocallyConsistent()
-
-
-
-