Class NodeModel

java.lang.Object
com.apicatalog.tree.io.NodeModel

public class NodeModel extends Object
Immutable representation of a tree structure accessed through a NodeAdapter.

A NodeModel instance binds a node with its adapter, providing a uniform way to traverse or compare trees of arbitrary underlying object models.