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

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

Constructor & Destructor Documentation

◆ EdgeIndexOffsetFunctionsImpl()

Constructor

Member Function Documentation

◆ getDestOffsetFunction()

EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.getDestOffsetFunction ( )

Destination-end offset function

Returns
offset function for destination end

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

◆ getSourceOffsetFunction()

EdgeOffsetFunction<V, E> grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.getSourceOffsetFunction ( )

Source-end offset function

Returns
offset function for source end

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

Member Data Documentation

◆ edgeOffsetFunctions

final EdgeOffsetFunctions<V, E> grammarscope.jung2.EdgeIndexOffsetFunctionsImpl< V extends HasIndex, E >.edgeOffsetFunctions
private

Edge offset functions


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