Abstract Locally Consistent Linking Rule
abstract class AbstractLocallyConsistentLinkingRule<T, P : Position<out P>?> : LinkingRule<T, P>
Content copied to clipboard
Parameters
<T>
Concentration type
<P>
Position type
Functions
Link copied to clipboard
abstract fun computeNeighborhood(p: Node<T>, p1: Environment<T, P>): Neighborhood<T>
Content copied to clipboard
Link copied to clipboard