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

Public Member Functions

Segment getSegment ()
 
int getIndex ()
 
String getTag ()
 
- Public Member Functions inherited from grammarscope.server.iface.IsVertex< E >
Set< E > getIncomingEdges ()
 
Set< E > getOutgoingEdges ()
 

Detailed Description

Graph Node interface

Member Function Documentation

◆ getIndex()

int grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.getIndex ( )

Get node index

Returns
node index

Implemented in grammarscope.artifacts.GraphNode.

◆ getSegment()

Segment grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.getSegment ( )

Get node segment

Returns
node segment

Implemented in grammarscope.artifacts.GraphNode.

◆ getTag()

String grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.IGraphNode< E >.getTag ( )

Get node tag

Returns
node tag

Implemented in grammarscope.artifacts.GraphNode.


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