org.activemath.tutor.coursegen.jshop2
Class PrintDebug

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

public class PrintDebug
extends Object
implements JSHOP2.Calculate

Debug Message Printer Prints debug messages during course generation.


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

Constructor Detail

PrintDebug

public PrintDebug()
Method Detail

call

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