public interface Node extends SemanticObjectContainer, PropertyContainer
Modifier and Type | Method and Description |
---|---|
Graph |
getParent()
Return the graph parent of this node.
|
java.util.Iterator |
inEdges()
Return an iterator over the edges coming into this node.
|
java.util.Iterator |
outEdges()
Return an iterator over the edges coming out of this node.
|
void |
setParent(Graph parent)
Set the graph parent of this node.
|
getSemanticObject, setSemanticObject
getProperty, propertyNames, setProperty
java.util.Iterator inEdges()
java.util.Iterator outEdges()
Graph getParent()
void setParent(Graph parent)