NoLinks

This rule guarantees that no links are created at all.

Parameters

<T>

concentration type

<P>

position type

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun computeNeighborhood(center: Node<T>, environment: Environment<T, P>): Neighborhood<T>
Produces a new neighborhood for specified node considering its position.
Link copied to clipboard
Some rules may require to be evaluated against multiple nodes until the situations gets consistent.
Link copied to clipboard
open fun toString(): String