org.activemath.tutor.coursegen.jshop2
Class Reverse
java.lang.Object
org.activemath.tutor.coursegen.jshop2.Reverse
- All Implemented Interfaces:
- JSHOP2.Calculate
public class Reverse
- extends Object
- implements JSHOP2.Calculate
A class that reverses a given JShop2 list.
|
Method Summary |
JSHOP2.Term |
call(JSHOP2.List arg0)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reverse
public Reverse()
call
public JSHOP2.Term call(JSHOP2.List arg0)
- Specified by:
call in interface JSHOP2.Calculate