ix.test
Class SimpleRSim.ExecOrderSorter

java.lang.Object
  extended by ix.util.TopologicalSorter
      extended by ix.test.SimpleRSim.ExecOrderSorter
Enclosing class:
SimpleRSim

protected class SimpleRSim.ExecOrderSorter
extends TopologicalSorter

Topological sort for node-ends to provide a total order that can be used to simulate execution.


Constructor Summary
protected SimpleRSim.ExecOrderSorter()
           
 
Method Summary
protected  java.util.Collection getChildren(java.lang.Object nodeEnd)
           
 
Methods inherited from class ix.util.TopologicalSorter
sort, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRSim.ExecOrderSorter

protected SimpleRSim.ExecOrderSorter()
Method Detail

getChildren

protected java.util.Collection getChildren(java.lang.Object nodeEnd)
Specified by:
getChildren in class TopologicalSorter