org.activemath.tutor.coursegen.jshop2
Class GetMetadata
java.lang.Object
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
|
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 |
cache
protected Map cache
useCache
protected boolean useCache
counter
protected static int counter
GetMetadata
public GetMetadata()
debugInfo
public void debugInfo()
call
public JSHOP2.Term call(JSHOP2.List paramList)
- Specified by:
call in interface JSHOP2.Calculate