![]() |
GrammarScope
4.0.0
|
Classes | |
interface | HasEdgeOffsetFunctions |
Public Member Functions | |
EdgeOffsetFunction< V, E > | getSourceOffsetFunction () |
EdgeOffsetFunction< V, E > | getDestOffsetFunction () |
Edge offset functions
<V> | vertex |
<E> | edge |
EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeOffsetFunctions< V, E >.getDestOffsetFunction | ( | ) |
Destination-end offset function
Implemented in grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >, grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >, and grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.
EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeOffsetFunctions< V, E >.getSourceOffsetFunction | ( | ) |
Source-end offset function
Implemented in grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >, grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >, and grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.