edu.uci.ics.jung.utils
Interface ParallelEdgeIndexFunction
- All Known Implementing Classes:
- DefaultParallelEdgeIndexFunction, ParallelEdgeIndexSingleton
public interface ParallelEdgeIndexFunction
An interface for a service to access the index of a given edge
into the set formed by the given edge and all the other edges it is parallel to.
Note that in current use, this index is assumed to be an integer value in
the interval [0,n-1], where n-1 is the number of edges parallel to e
.
- Author:
- Tom Nelson - RABA Technologies
getIndex
int getIndex(Edge e)