![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
MutableGraph () | |
void | addNode (final N node) |
void | addEdge (final E edge) |
![]() | |
Graph () | |
List< N > | getNodes () |
HashSet< E > | getEdges () |
N | getNode (final int i) |
String | toString () |
String | toLongString () |
Static Private Attributes | |
static final long | serialVersionUID = 2675401293625798229L |
Additional Inherited Members | |
![]() | |
Graph (final List< N > nodes, final HashSet< E > edges) | |
![]() | |
final List< N > | nodes |
final HashSet< E > | edges |
Mutable graph
grammarscope.graph.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.MutableGraph | ( | ) |
Constructor
void grammarscope.graph.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.addEdge | ( | final E | edge | ) |
Add edge
edge | edge |
void grammarscope.graph.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.addNode | ( | final N | node | ) |
Add node
node | node |
|
staticprivate |