massim.competition2012
Class GraphSimulationStatisticsObserver

java.lang.Object
  extended by 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
           
 
Constructor Summary
GraphSimulationStatisticsObserver()
           
GraphSimulationStatisticsObserver(java.lang.String outputpath)
           
 
Method Summary
 void notifySimulationConfiguration(SimulationConfiguration simconf)
           
 void notifySimulationEnd()
           
 void notifySimulationStart()
           
 void notifySimulationState(SimulationState state)
           
 void start()
          Tell the component to start activity.
 void stop()
          Tell the component to cease activity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fs

public static final java.lang.String fs

ls

public static final java.lang.String ls
Constructor Detail

GraphSimulationStatisticsObserver

public GraphSimulationStatisticsObserver()

GraphSimulationStatisticsObserver

public GraphSimulationStatisticsObserver(java.lang.String outputpath)
Method Detail

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.