org.activemath.feedback.therapies.prescriptions
Class Prescription

java.lang.Object
  extended by org.activemath.feedback.therapies.prescriptions.Prescription
Direct Known Subclasses:
APresent, CPresent, KPresent, PointToPage, SimplePresent

public abstract class Prescription
extends Object

Base class for suggested actions the learner should take.


Constructor Summary
protected Prescription(String type)
           
 
Method Summary
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prescription

protected Prescription(String type)
Method Detail

getType

public String getType()