GrammarScope  4.0.0
Public Member Functions | Static Private Attributes | List of all members
grammarscope.glue.MutableASemanticGraph Class Reference
Inheritance diagram for grammarscope.glue.MutableASemanticGraph:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.glue.MutableASemanticGraph:
Collaboration graph
[legend]

Public Member Functions

 MutableASemanticGraph (final TypedDependencyProvider provider, final TypedDependencyMode mode)
 
void addNode (final GraphNode node)
 
void addEdge (final GraphEdge edge)
 
void addRoot (final GraphNode root)
 
- Public Member Functions inherited from grammarscope.artifacts.ASemanticGraph
 ASemanticGraph (final TypedDependencyProvider provider, final TypedDependencyMode mode)
 
 ASemanticGraph (final TypedDependencyProvider provider, final TypedDependencyMode mode, final List< GraphNode > nodes, final HashSet< GraphEdge > edges, final List< GraphNode > roots)
 
TypedDependencyProvider getProvider ()
 
TypedDependencyMode getMode ()
 
List< GraphNodegetRoots ()
 
String toForm (final Comparator< GraphEdge > comparator)
 
ATypedDependencies typedDependencies ()
 
String toString ()
 
- Public Member Functions inherited from grammarscope.artifacts.Graph< GraphNode, GraphEdge >
 Graph ()
 
List< N > getNodes ()
 
HashSet< E > getEdges ()
 
getNode (final int i)
 
String toString ()
 
String toLongString ()
 

Static Private Attributes

static final long serialVersionUID = -1068436656246854655L
 

Additional Inherited Members

- Protected Member Functions inherited from grammarscope.artifacts.Graph< GraphNode, GraphEdge >
 Graph (final List< N > nodes, final HashSet< E > edges)
 
- Protected Attributes inherited from grammarscope.artifacts.ASemanticGraph
List< GraphNoderoots
 
- Protected Attributes inherited from grammarscope.artifacts.Graph< GraphNode, GraphEdge >
final List< N > nodes
 
final HashSet< E > edges
 
- Package Attributes inherited from grammarscope.artifacts.ASemanticGraph
final TypedDependencyProvider provider
 
final TypedDependencyMode mode
 

Detailed Description

Mutable semantic graph artifact

Author
Bernard Bou

Constructor & Destructor Documentation

◆ MutableASemanticGraph()

grammarscope.glue.MutableASemanticGraph.MutableASemanticGraph ( final TypedDependencyProvider  provider,
final TypedDependencyMode  mode 
)

Constructor

Parameters
providertyped dependency provider
modetyped dependency mode

Member Function Documentation

◆ addEdge()

void grammarscope.glue.MutableASemanticGraph.addEdge ( final GraphEdge  edge)

Add edge

Parameters
edgeedge

◆ addNode()

void grammarscope.glue.MutableASemanticGraph.addNode ( final GraphNode  node)

Add node

Parameters
nodenode

◆ addRoot()

void grammarscope.glue.MutableASemanticGraph.addRoot ( final GraphNode  root)

Add root

Parameters
rootroot to add

Member Data Documentation

◆ serialVersionUID

final long grammarscope.glue.MutableASemanticGraph.serialVersionUID = -1068436656246854655L
staticprivate

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