org.activemath.webapp.exercises
Class PresentationStrategyALOE

java.lang.Object
  extended by org.activemath.webapp.exercises.PresentationStrategy
      extended by org.activemath.webapp.exercises.PresentationStrategyALOE

public class PresentationStrategyALOE
extends PresentationStrategy


Field Summary
 
Fields inherited from class org.activemath.webapp.exercises.PresentationStrategy
eventList, model, omdocNamespace
 
Constructor Summary
PresentationStrategyALOE()
           
 
Method Summary
 org.jdom.Element apply(org.jdom.Element result)
           
 
Methods inherited from class org.activemath.webapp.exercises.PresentationStrategy
getEventList, setEventList, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationStrategyALOE

public PresentationStrategyALOE()
Method Detail

apply

public org.jdom.Element apply(org.jdom.Element result)
Overrides:
apply in class PresentationStrategy