org.activemath.tutor.coursegen.jshop2
Class IsRandomizedExercise

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

public class IsRandomizedExercise
extends Object
implements JSHOP2.Calculate

Used during course generation for checking whether the given resource is a randomized exercise


Constructor Summary
IsRandomizedExercise()
           
 
Method Summary
 JSHOP2.Term call(JSHOP2.List paramList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsRandomizedExercise

public IsRandomizedExercise()
Method Detail

call

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