Uses of Interface
org.jbpm.simulation.AggregatedSimulationEvent
-
Packages that use AggregatedSimulationEvent Package Description org.jbpm.simulation.impl org.jbpm.simulation.impl.events -
-
Uses of AggregatedSimulationEvent in org.jbpm.simulation.impl
Methods in org.jbpm.simulation.impl that return types with arguments of type AggregatedSimulationEvent Modifier and Type Method Description List<AggregatedSimulationEvent>WorkingMemorySimulationRepository. getAggregatedEvents() -
Uses of AggregatedSimulationEvent in org.jbpm.simulation.impl.events
Classes in org.jbpm.simulation.impl.events that implement AggregatedSimulationEvent Modifier and Type Class Description classAggregatedActivitySimulationEventclassAggregatedEndEventSimulationEventclassAggregatedProcessSimulationEventclassHTAggregatedSimulationEventFields in org.jbpm.simulation.impl.events declared as AggregatedSimulationEvent Modifier and Type Field Description protected AggregatedSimulationEventGenericSimulationEvent. aggregatedEventMethods in org.jbpm.simulation.impl.events that return AggregatedSimulationEvent Modifier and Type Method Description AggregatedSimulationEventGenericSimulationEvent. getAggregatedEvent()Methods in org.jbpm.simulation.impl.events with parameters of type AggregatedSimulationEvent Modifier and Type Method Description voidGenericSimulationEvent. setAggregatedEvent(AggregatedSimulationEvent aggregatedEvent)
-