Uses of Class
org.jbpm.simulation.SimulationInfo
-
Packages that use SimulationInfo Package Description org.jbpm.simulation org.jbpm.simulation.impl -
-
Uses of SimulationInfo in org.jbpm.simulation
Methods in org.jbpm.simulation that return SimulationInfo Modifier and Type Method Description SimulationInfoSimulationRepository. getSimulationInfo()Methods in org.jbpm.simulation with parameters of type SimulationInfo Modifier and Type Method Description voidSimulationRepository. setSimulationInfo(SimulationInfo simInfo) -
Uses of SimulationInfo in org.jbpm.simulation.impl
Fields in org.jbpm.simulation.impl declared as SimulationInfo Modifier and Type Field Description protected SimulationInfoInMemorySimulationRepository. simulationInfoMethods in org.jbpm.simulation.impl that return SimulationInfo Modifier and Type Method Description SimulationInfoInMemorySimulationRepository. getSimulationInfo()Methods in org.jbpm.simulation.impl with parameters of type SimulationInfo Modifier and Type Method Description voidInMemorySimulationRepository. setSimulationInfo(SimulationInfo simInfo)
-