AbstractLocallyConsistentLinkingRule

abstract class AbstractLocallyConsistentLinkingRule<T, P : Position<out P>?> : LinkingRule<T, P>

Parameters

<T>

Concentration type

<P>

Functions

Link copied to clipboard
abstract fun computeNeighborhood(p: Node<T>, p1: Environment<T, P>): Neighborhood<T>
Link copied to clipboard
fun isLocallyConsistent(): Boolean
Link copied to clipboard
open fun toString(): String

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard