shared
Class Graph.Orderer

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

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

Ordering class for this graph.


Constructor Summary
protected Graph.Orderer()
           
 
Method Summary
 int order(java.lang.Object item)
          Returns the value of the given object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph.Orderer

protected Graph.Orderer()
Method Detail

order

public int order(java.lang.Object item)
Returns the value of the given object.
Specified by:
order in interface OrderingFunction
Parameters:
item - The object for which a value calculated.
Returns:
Always 0.