public interface Node extends SemanticObjectContainer, PropertyContainer
Modifier and Type | Method and Description |
---|---|
Graph |
getParent()
Return the graph parent of this node.
|
Iterator |
inEdges()
Return an iterator over the edges coming into this node.
|
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
Iterator inEdges()
Iterator outEdges()
Graph getParent()
void setParent(Graph parent)
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.