org.activemath.tutor.coursegen.jshop2
Class Concat
java.lang.Object
org.activemath.tutor.coursegen.jshop2.Concat
- All Implemented Interfaces:
- JSHOP2.Calculate
public class Concat
- extends Object
- implements JSHOP2.Calculate
|
Method Summary |
JSHOP2.Term |
call(JSHOP2.List l)
This method concatenates the lists given in the parameter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Concat
public Concat()
call
public JSHOP2.Term call(JSHOP2.List l)
- This method concatenates the lists given in the parameter.
When given two non-list arguments, then a TermString is generated from the arguments.
- Specified by:
call in interface JSHOP2.Calculate