org.jbpm.sim.event
Class ProcessStartEventGenerator

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.ProcessStartEventGenerator

public class ProcessStartEventGenerator
extends desmoj.core.simulator.ExternalEvent


Constructor Summary
ProcessStartEventGenerator(desmoj.core.simulator.Model owner, ProcessDefinition processDefinition)
           
 
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

ProcessStartEventGenerator

public ProcessStartEventGenerator(desmoj.core.simulator.Model owner,
                                  ProcessDefinition processDefinition)
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 © 2009 JBoss, a division of Red Hat. All Rights Reserved.