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

Public Member Functions

getSource ()
 
getTarget ()
 

Detailed Description

Graph Edge interface

Member Function Documentation

◆ getSource()

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

Edge source node

Returns
source node

Implemented in grammarscope.artifacts.GraphEdge.

◆ getTarget()

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

Edge target node

Returns
target node

Implemented in grammarscope.artifacts.GraphEdge.


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