org.activemath.tutor.coursegen.jshop2
Class Retain

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

public class Retain
extends Object
implements JSHOP2.Calculate

Used during course generation for list manipulation.


Constructor Summary
Retain()
           
 
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
 

Constructor Detail

Retain

public Retain()
Method Detail

call

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