org.jbpm.sim.jpdl
Class SimulationInstance

java.lang.Object
  extended by org.jbpm.module.exe.ModuleInstance
      extended by org.jbpm.sim.jpdl.SimulationInstance
All Implemented Interfaces:
java.io.Serializable

public class SimulationInstance
extends ModuleInstance

each ProcessInstance is connected to exactly one SimulationInstance which makes the connection to the simulation

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.module.exe.ModuleInstance
processInstance
 
Constructor Summary
SimulationInstance(SimulationDefinition simulationDefinition)
           
 
Method Summary
 JbpmSimulationModel getSimulationModel()
           
 void setExperiment(JbpmSimulationModel simulationModel)
           
 
Methods inherited from class org.jbpm.module.exe.ModuleInstance
equals, getId, getProcessInstance, getService, setProcessInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationInstance

public SimulationInstance(SimulationDefinition simulationDefinition)
Method Detail

getSimulationModel

public JbpmSimulationModel getSimulationModel()

setExperiment

public void setExperiment(JbpmSimulationModel simulationModel)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.