
public abstract class AbstractNode extends Object implements Node
| Constructor and Description |
|---|
AbstractNode(ContextNode contextNode) |
| Modifier and Type | Method and Description |
|---|---|
ContextNode |
getContextNode()
Every node has a parent context node, except the root context node.
|
ContextNode |
getContextNode(int arcs)
Every node has ancestor context nodes, except the root context node.
|
XDIAddress |
getXDIAddress()
Gets the address of this node.
|
public AbstractNode(ContextNode contextNode)
public ContextNode getContextNode()
NodegetContextNode in interface Nodepublic ContextNode getContextNode(int arcs)
NodegetContextNode in interface Nodearcs - The number of arcs to follow up the graph.public XDIAddress getXDIAddress()
NodegetXDIAddress in interface NodeCopyright © 2017. All rights reserved.