CombinedLinkingRule
class CombinedLinkingRule<T, P : Position<P>>(val subRules: List<LinkingRule<T, P>>) : LinkingRule<T, P> (source)
A meta-rule that combines multiple subRules. If any mandates a link, such link is created (union of all links).
Functions
Link copied to clipboard
open override fun computeNeighborhood(center: Node<T>, environment: Environment<T, P>): SimpleNeighborhood<T, P>
Link copied to clipboard