|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmassim.framework.DefaultObserver
massim.framework.rmi.XMLDocumentObserver
massim.competition2011.GraphSimulationRMIXMLDocumentObserver
public class GraphSimulationRMIXMLDocumentObserver
This RMIXMLDocumentObserver provides the simulation statistics for the webserver and the servermonitor.
Constructor Summary | |
---|---|
GraphSimulationRMIXMLDocumentObserver()
|
Method Summary | |
---|---|
void |
generateDocument(org.w3c.dom.Document doc,
SimulationState simstate)
Generates the XML representation of the simulation state to send to the observer. |
Methods inherited from class massim.framework.rmi.XMLDocumentObserver |
---|
getServiceName, notifySimulationEnd, notifySimulationStart, notifySimulationState, setServiceName, start, stop |
Methods inherited from class massim.framework.DefaultObserver |
---|
notifySimulationConfiguration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphSimulationRMIXMLDocumentObserver()
Method Detail |
---|
public void generateDocument(org.w3c.dom.Document doc, SimulationState simstate)
generateDocument
in class XMLDocumentObserver
doc
- The document to which the XML is generated.simstate
- The current simulation state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |