org.activemath.webapp.exercises
Class PresentationStrategy

java.lang.Object
  extended by org.activemath.webapp.exercises.PresentationStrategy
Direct Known Subclasses:
PresentationStrategyALOE, PresentationStrategyMafue, PresentationStrategySelfReg

public class PresentationStrategy
extends Object


Field Summary
protected  List eventList
           
protected  AppModel model
           
protected static org.jdom.Namespace omdocNamespace
           
 
Constructor Summary
PresentationStrategy()
           
 
Method Summary
 org.jdom.Element apply(org.jdom.Element result)
           
 List getEventList()
           
 void setEventList(List eventList)
           
 void setModel(AppModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

omdocNamespace

protected static final org.jdom.Namespace omdocNamespace

model

protected AppModel model

eventList

protected List eventList
Constructor Detail

PresentationStrategy

public PresentationStrategy()
Method Detail

setModel

public void setModel(AppModel model)

apply

public org.jdom.Element apply(org.jdom.Element result)

getEventList

public List getEventList()

setEventList

public void setEventList(List eventList)