![]() |
GrammarScope
4.0.0
|
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<>() |
int grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.getIndex | ( | final Graph< V, E > | graph, |
final E | edge | ||
) |
void grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.reset | ( | ) |
void grammarscope.jung2.OrthoEdgeIndexFunction< V, E >.reset | ( | final Graph< V, E > | g, |
final E | edge | ||
) |
|
package |
|
package |
|
private |