org.activemath.feedback.therapies
Class Present

java.lang.Object
  extended by org.activemath.feedback.therapies.Therapy
      extended by org.activemath.feedback.therapies.Present
All Implemented Interfaces:
Comparable

public class Present
extends Therapy


Field Summary
 
Fields inherited from class org.activemath.feedback.therapies.Therapy
CONTENT_PRESENTATION, GUIDE_NAVIGATION, message, name, SKIPPED_BEGINNING, smile
 
Constructor Summary
Present(List items)
           
Present(String item)
           
Present(String item, String level)
           
 
Method Summary
 List getItems()
           
 
Methods inherited from class org.activemath.feedback.therapies.Therapy
addDiagnose, addPrescription, compareTo, getAnamnesis, getMessage, getName, getPrescriptions, getSmile, getTimestamp, getType, setAnamnesis, setMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Present

public Present(String item,
               String level)

Present

public Present(String item)

Present

public Present(List items)
Method Detail

getItems

public List getItems()