Maven module :un.api : api-common :
Class : un.api.model.tree.NodePath
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : NodePath, NodePath, NodePath, getStack, getLeaf, toString



public void NodePath ()

public void NodePath (Node[] stack)

public void NodePath (NodePath parent, Node leaf)

public Node[] getStack ()


Get the last element in the path.
return  Node or null of path is empty
public Node getLeaf ()

public String toString ()