shared
Class Graph.MapEdgeOrd2

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

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

Map edge ordering class.


Constructor Summary
protected Graph.MapEdgeOrd2()
           
 
Method Summary
 int order(java.lang.Object the_item)
          Returns the index value of the target 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.MapEdgeOrd2

protected Graph.MapEdgeOrd2()
Method Detail

order

public int order(java.lang.Object the_item)
Returns the index value of the target 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.