GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.jung2.EdgeOffsetFunction< V, E > Interface Template Reference
Inheritance diagram for grammarscope.jung2.EdgeOffsetFunction< V, E >:
Inheritance graph
[legend]

Public Member Functions

float getOffset (Graph< V, E > graph, E e)
 
void reset (Graph< V, E > g, E edge)
 
void reset ()
 

Member Function Documentation

◆ getOffset()

float grammarscope.jung2.EdgeOffsetFunction< V, E >.getOffset ( Graph< V, E >  graph,
e 
)

◆ reset() [1/2]

void grammarscope.jung2.EdgeOffsetFunction< V, E >.reset ( )

◆ reset() [2/2]

void grammarscope.jung2.EdgeOffsetFunction< V, E >.reset ( Graph< V, E >  g,
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.

Parameters
gthe graph in which edge's index is to be reset
edgethe edge whose index is to be reset

Implemented in grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.DestinationOffsetFunction, grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.DestinationOffsetFunction, grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction, and grammarscope.jung2.EdgeOffsetFunctionsImpl2< V, E >.SourceOffsetFunction.


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