massim.competition2012
Class GraphSimulationStatisticsObserver
java.lang.Object
massim.competition2012.GraphSimulationStatisticsObserver
- All Implemented Interfaces:
- Component, Observer
public class GraphSimulationStatisticsObserver
- extends java.lang.Object
- implements Observer
Field Summary |
static java.lang.String |
fs
|
static java.lang.String |
ls
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fs
public static final java.lang.String fs
ls
public static final java.lang.String ls
GraphSimulationStatisticsObserver
public GraphSimulationStatisticsObserver()
GraphSimulationStatisticsObserver
public GraphSimulationStatisticsObserver(java.lang.String outputpath)
start
public void start()
- Description copied from interface:
Component
- Tell the component to start activity.
- Specified by:
start
in interface Component
stop
public void stop()
- Description copied from interface:
Component
- Tell the component to cease activity.
- Specified by:
stop
in interface Component
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.