GrammarScope  4.0.0
Public Member Functions | Static Private Attributes | List of all members
grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N > Class Template Reference
Inheritance diagram for grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >:
Collaboration graph
[legend]

Public Member Functions

 MutableGraph ()
 
void addNode (final N node)
 
void addEdge (final E edge)
 
- Public Member Functions inherited from grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >
 Graph ()
 
List< N > getNodes ()
 
HashSet< E > getEdges ()
 
getNode (final int i)
 
String toString ()
 
String toLongString ()
 

Static Private Attributes

static final long serialVersionUID = -3622128563310337425L
 

Additional Inherited Members

- Protected Member Functions inherited from grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >
 Graph (final List< N > nodes, final HashSet< E > edges)
 
- Protected Attributes inherited from grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >
final List< N > nodes
 
final HashSet< E > edges
 

Detailed Description

Mutable graph

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableGraph()

grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.MutableGraph ( )

Constructor

Member Function Documentation

◆ addEdge()

void grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.addEdge ( final E  edge)

Add edge

Parameters
edgeedge

◆ addNode()

void grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.addNode ( final N  node)

Add node

Parameters
nodenode

Member Data Documentation

◆ serialVersionUID

final long grammarscope.glue.MutableGraph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.serialVersionUID = -3622128563310337425L
staticprivate

The documentation for this class was generated from the following file: