org.jbpm.sim.event
Class StatisticsResetEvent

java.lang.Object
  extended by desmoj.core.simulator.NamedObject
      extended by desmoj.core.simulator.ModelComponent
          extended by desmoj.core.simulator.Schedulable
              extended by desmoj.core.simulator.Event
                  extended by desmoj.core.simulator.ExternalEvent
                      extended by org.jbpm.sim.event.StatisticsResetEvent

public class StatisticsResetEvent
extends desmoj.core.simulator.ExternalEvent

This event resets all statistical counters, can be schedules at some point in time, for example when the steady state starts

Author:
bernd.ruecker@camunda.com

Constructor Summary
StatisticsResetEvent(desmoj.core.simulator.Model owner)
           
 
Method Summary
 void eventRoutine()
          This eventRoutine describes what an object of this class will do, when it becomes activated by DESMO-J
 
Methods inherited from class desmoj.core.simulator.ExternalEvent
eventRoutine, schedule, scheduleAfter, scheduleBefore
 
Methods inherited from class desmoj.core.simulator.Event
isExternal, schedule, scheduleAfter, scheduleBefore
 
Methods inherited from class desmoj.core.simulator.Schedulable
cancel, isCurrent, isScheduled, nextEntity, nextEvent, nextSchedulable, rename, reSchedule, scheduledAt
 
Methods inherited from class desmoj.core.simulator.ModelComponent
current, currentEntity, currentEvent, currentModel, currentSimProcess, currentTime, debugIsOn, debugOff, debugOn, epsilon, getModel, isExperimentCompatible, isModelCompatible, sendDebugNote, sendMessage, sendTraceNote, sendWarning, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOn
 
Methods inherited from class desmoj.core.simulator.NamedObject
getName, getQuotedName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsResetEvent

public StatisticsResetEvent(desmoj.core.simulator.Model owner)
Method Detail

eventRoutine

public void eventRoutine()
This eventRoutine describes what an object of this class will do, when it becomes activated by DESMO-J

Specified by:
eventRoutine in class desmoj.core.simulator.ExternalEvent


Copyright © 2010 JBoss Community. All Rights Reserved.