![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
Set< E > | getIncomingEdges () |
Set< E > | getOutgoingEdges () |
IsVertex interface
<E> | type of incoming/outgoing edges |
Set<E> grammarscope.server.iface.IsVertex< E >.getIncomingEdges | ( | ) |
Get incoming edges to this node
Implemented in grammarscope.artifacts.GraphNode.
Set<E> grammarscope.server.iface.IsVertex< E >.getOutgoingEdges | ( | ) |
Get outgoing edges from this node
Implemented in grammarscope.artifacts.GraphNode.