NoLinks

open class NoLinks<T, P : Position<P>?> : AbstractLocallyConsistentLinkingRule<T, P>

This rule guarantees that no links are created at all.

Parameters

<T>

concentration type

<P>

position type

Functions

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