shared
Class Graph.MapEdgeOrd1

java.lang.Object
  |
  +--shared.Graph.MapEdgeOrd1
Enclosing class:
Graph

protected class Graph.MapEdgeOrd1
extends java.lang.Object
implements OrderingFunction

Map edge ordering class.


Constructor Summary
protected Graph.MapEdgeOrd1()
           
 
Method Summary
 int order(java.lang.Object the_item)
          Returns the index value of the source node of the given edge.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.MapEdgeOrd1

protected Graph.MapEdgeOrd1()
Method Detail

order

public int order(java.lang.Object the_item)
Returns the index value of the source node of the given edge.
Specified by:
order in interface OrderingFunction
Parameters:
the_item - The edge for which a value is requested.
Returns:
The index value.