massim.framework
Class XMLOutputObserver
java.lang.Object
java.util.Observable
massim.framework.XMLOutputObserver
- All Implemented Interfaces:
- Component, Observer
- Direct Known Subclasses:
- GraphSimulationXMLObserver, GraphSimulationXMLObserver, GraphSimulationXMLStatisticsObserver, GraphSimulationXMLStatisticsObserver, SimulationXMLObserver, SimulationXMLStatisticsObserver, SimulationXMLStatisticsObserverAverageScore
public abstract class XMLOutputObserver
- extends java.util.Observable
- implements Observer
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLOutputObserver
public XMLOutputObserver()
resetDocument
public void resetDocument()
getDocument
public org.w3c.dom.Document getDocument()
setDocument
public void setDocument(org.w3c.dom.Document doc)
notifySimulationStart
public void notifySimulationStart()
- Specified by:
notifySimulationStart
in interface Observer
notifySimulationEnd
public void notifySimulationEnd()
- Specified by:
notifySimulationEnd
in interface Observer
notifySimulationState
public void notifySimulationState(SimulationState state)
- Specified by:
notifySimulationState
in interface Observer
notifySimulationConfiguration
public void notifySimulationConfiguration(SimulationConfiguration simconf)
- Specified by:
notifySimulationConfiguration
in interface Observer
Copyright © 2012. All Rights Reserved.