GrammarScope  4.0.0
Public Member Functions | Package Attributes | Private Attributes | List of all members
grammarscope.jung2.OrthoEdgeIndexFunction< V, E > Class Template Reference
Inheritance diagram for grammarscope.jung2.OrthoEdgeIndexFunction< V, E >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.jung2.OrthoEdgeIndexFunction< V, E >:
Collaboration graph
[legend]

Public Member Functions

int getIndex (final Graph< V, E > graph, final E edge)
 
void reset (final Graph< V, E > g, final E edge)
 
void reset ()
 

Package Attributes

int forwardIndex
 
int backwardIndex
 

Private Attributes

final Map< E, Integer > map = new HashMap<>()
 

Member Function Documentation

◆ getIndex()

int grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.getIndex ( final Graph< V, E >  graph,
final E  edge 
)

◆ reset() [1/2]

◆ reset() [2/2]

void grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.reset ( final Graph< V, E >  g,
final E  edge 
)

Member Data Documentation

◆ backwardIndex

int grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.backwardIndex
package

◆ forwardIndex

int grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.forwardIndex
package

◆ map

final Map<E, Integer> grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.map = new HashMap<>()
private

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