nodeDomainFn property
Accessor function that returns the domain for a node.
The domain should be a unique identifier for the node
Implementation
final TypedAccessorFn<Node<N, L>, D> nodeDomainFn;
Accessor function that returns the domain for a node.
The domain should be a unique identifier for the node
final TypedAccessorFn<Node<N, L>, D> nodeDomainFn;