org.activemath.tutor.coursegen.jshop2
Class GetRelated

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

public class GetRelated
extends Object
implements JSHOP2.Calculate

Class GetRelated


Field Summary
protected  LinkedList criteria
           
protected  Set processed
           
 
Constructor Summary
GetRelated()
           
 
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

criteria

protected LinkedList criteria

processed

protected Set processed
Constructor Detail

GetRelated

public GetRelated()
Method Detail

call

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