![]() |
GrammarScope
4.0.0
|
Public Member Functions | |
float | getOffset (final Graph< V, E > graph, final E e) |
void | reset (final Graph< V, E > g, final E edge) |
void | reset () |
Destination end offset function
float grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction.getOffset | ( | final Graph< V, E > | graph, |
final E | e | ||
) |
Implements grammarscope.jung2.EdgeOffsetFunction< V, E >.
void grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction.reset | ( | ) |
Clears all edge indices for all edges in all graphs. Does not recalculate the indices.
Implements grammarscope.jung2.EdgeOffsetFunction< V, E >.
void grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction.reset | ( | final Graph< V, E > | g, |
final E | edge | ||
) |
Resets the indices for edge
and its parallel edges in graph
. Should be invoked when an edge parallel to edge
has been added or removed.
g | the graph in which edge 's index is to be reset |
edge | the edge whose index is to be reset |
Implements grammarscope.jung2.EdgeOffsetFunction< V, E >.