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

Public Member Functions

 EdgeIndexComparator (final EdgeIndexFunction< V, E > edgeIndexFunction, final Graph< V, E > graph)
 
int compare (final E e1, final E e2)
 

Private Attributes

final EdgeIndexFunction< V, E > edgeIndexFunction
 
final Graph< V, E > graph
 

Detailed Description

Edge index comparator from edge index function

Parameters
<V>vertex
<E>edge
Author
Bernard Bou

Constructor & Destructor Documentation

◆ EdgeIndexComparator()

grammarscope.jung2.EdgeIndexComparator< V, E >.EdgeIndexComparator ( final EdgeIndexFunction< V, E >  edgeIndexFunction,
final Graph< V, E >  graph 
)

Constructor

Parameters
edgeIndexFunctionedge index function
graphgraph

Member Function Documentation

◆ compare()

int grammarscope.jung2.EdgeIndexComparator< V, E >.compare ( final E  e1,
final E  e2 
)

Member Data Documentation

◆ edgeIndexFunction

final EdgeIndexFunction<V, E> grammarscope.jung2.EdgeIndexComparator< V, E >.edgeIndexFunction
private

Edge index function

◆ graph

final Graph<V, E> grammarscope.jung2.EdgeIndexComparator< V, E >.graph
private

Graph


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