org.activemath.tutor.coursegen.jshop2
Class LearningServiceAvailable

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

public class LearningServiceAvailable
extends Object
implements JSHOP2.Calculate

Used during course generation for checking whether a learning service can be used.


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

LearningServiceAvailable

public LearningServiceAvailable()
Method Detail

call

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