nodeDomainFn property

TypedAccessorFn<Node<N, L>, D> nodeDomainFn
final

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;