org.activemath.tutor.coursegen.jshop2
Class Concat

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

public class Concat
extends Object
implements JSHOP2.Calculate


Constructor Summary
Concat()
           
 
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
 

Constructor Detail

Concat

public Concat()
Method Detail

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