GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction Class Reference
Inheritance diagram for grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction:
Collaboration graph
[legend]

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 ()
 

Detailed Description

Destination end offset function

Member Function Documentation

◆ getOffset()

float grammarscope.jung2.EdgeOffsetFunctionsImpl< V extends HasIndex, E >.SourceOffsetFunction.getOffset ( final Graph< V, E >  graph,
final E  e 
)

◆ reset() [1/2]

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 >.

◆ reset() [2/2]

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.

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

Implements grammarscope.jung2.EdgeOffsetFunction< V, E >.


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