![]() |
GrammarScope
4.0.0
|


Public Member Functions | |
| EdgeIndexOffsetFunctionsImpl () | |
| EdgeOffsetFunction< V, E > | getSourceOffsetFunction () |
| EdgeOffsetFunction< V, E > | getDestOffsetFunction () |
Public Member Functions inherited from grammarscope.jung2.EdgeIndexFunctionImpl< V, E > | |
| EdgeIndexFunctionImpl () | |
| int | getIndex (final Graph< V, E > graph, final E edge) |
| void | reset (final Graph< V, E > g, final E edge) |
| void | reset () |
Private Attributes | |
| final EdgeOffsetFunctions< V, E > | edgeOffsetFunctions |
Additional Inherited Members | |
Protected Attributes inherited from grammarscope.jung2.EdgeIndexFunctionImpl< V, E > | |
| Map< E, Integer > | edgeIndices |
Package Functions inherited from grammarscope.jung2.EdgeIndexFunctionImpl< V, E > | |
| void | init (final Graph< V, E > graph) |
| final Comparator< E > | makeEdgeIndexComparator () |
| grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.EdgeIndexOffsetFunctionsImpl | ( | ) |
Constructor
| EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.getDestOffsetFunction | ( | ) |
Destination-end offset function
Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.
| EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.getSourceOffsetFunction | ( | ) |
Source-end offset function
Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.
|
private |
Edge offset functions
1.8.17