org.activemath.tutor.coursegen.jshop2
Class GetMetadata

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

public class GetMetadata
extends Object
implements JSHOP2.Calculate

Access to item metadata information during course generation


Field Summary
protected  Map cache
           
protected static int counter
           
protected  boolean useCache
           
 
Constructor Summary
GetMetadata()
           
 
Method Summary
 JSHOP2.Term call(JSHOP2.List paramList)
           
 void debugInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected Map cache

useCache

protected boolean useCache

counter

protected static int counter
Constructor Detail

GetMetadata

public GetMetadata()
Method Detail

debugInfo

public void debugInfo()

call

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