public class Node
extends java.lang.Object
Constructor and Description |
---|
Node(Edge edge,
Node parentNode,
long primaryKey) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Node> |
getChildNodes() |
int |
getDepth() |
Edge |
getEdge() |
Node |
getParentNode() |
long |
getPrimaryKey() |
boolean |
isRoot() |
void |
setChildNodes(java.util.List<Node> childNodes) |
public java.util.List<Node> getChildNodes()
public int getDepth()
public Edge getEdge()
public Node getParentNode()
public long getPrimaryKey()
public boolean isRoot()
public void setChildNodes(java.util.List<Node> childNodes)