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

Classes

interface  IGraphEdge
 
interface  IGraphNode
 

Public Member Functions

 Graph ()
 
List< N > getNodes ()
 
HashSet< E > getEdges ()
 
getNode (final int i)
 
String toString ()
 
String toLongString ()
 

Protected Member Functions

 Graph (final List< N > nodes, final HashSet< E > edges)
 

Protected Attributes

final List< N > nodes
 
final HashSet< E > edges
 

Static Private Attributes

static final long serialVersionUID = -123649761887510771L
 

Detailed Description

Graph artifact

Parameters
<N>node type
<E>edge type
Author
Bernard Bou

Constructor & Destructor Documentation

◆ Graph() [1/2]

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

Constructor

◆ Graph() [2/2]

grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.Graph ( final List< N >  nodes,
final HashSet< E >  edges 
)
protected

Constructor

Parameters
nodesnodes
edgesedges

Member Function Documentation

◆ getEdges()

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

Get edges

Returns
edges

◆ getNode()

N grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.getNode ( final int  i)

Get ith node

Parameters
inode index
Returns
ith node

◆ getNodes()

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

Get nodes

Returns
nodes

◆ toLongString()

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

Get long string

Returns
long string

◆ toString()

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

Member Data Documentation

◆ edges

final HashSet<E> grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.edges
protected

Edges

◆ nodes

final List<N> grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.nodes
protected

Nodes

◆ serialVersionUID

final long grammarscope.artifacts.Graph< N extends Graph.IGraphNode< E, E extends Graph.IGraphEdge< N >.serialVersionUID = -123649761887510771L
staticprivate

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