org.activemath.tutor.coursegen.jshop2
Class Sort

java.lang.Object
  extended by org.activemath.tutor.coursegen.jshop2.Sort
All Implemented Interfaces:
JSHOP2.Calculate

public class Sort
extends Object
implements JSHOP2.Calculate

Class Sort


Field Summary
protected  LinkedList criteria
           
protected  org._3pq.jgrapht.DirectedGraph dag
           
 
Constructor Summary
Sort()
           
 
Method Summary
 JSHOP2.Term call(JSHOP2.List arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dag

protected org._3pq.jgrapht.DirectedGraph dag

criteria

protected LinkedList criteria
Constructor Detail

Sort

public Sort()
Method Detail

call

public JSHOP2.Term call(JSHOP2.List arg0)
Specified by:
call in interface JSHOP2.Calculate