public interface NodeModel
Modifier and Type | Method and Description |
---|---|
Object |
getParent(Object node)
Return the graph parent of the given node.
|
Iterator |
inEdges(Object node)
Return an iterator over the edges coming into the given node.
|
Iterator |
outEdges(Object node)
Return an iterator over the edges coming out of the given node.
|
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.