Package org.jbpm.simulation.impl
Class SimulateProcessPathCommand
- java.lang.Object
-
- org.jbpm.simulation.impl.SimulateProcessPathCommand
-
- All Implemented Interfaces:
Serializable,org.kie.api.command.Command<org.kie.api.runtime.KieSession>,org.kie.api.command.ExecutableCommand<org.kie.api.runtime.KieSession>
public class SimulateProcessPathCommand extends Object implements org.kie.api.command.ExecutableCommand<org.kie.api.runtime.KieSession>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimulateProcessPathCommand(String processId, SimulationContext context, SimulationPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.KieSessionexecute(org.kie.api.runtime.Context context)
-
-
-
Constructor Detail
-
SimulateProcessPathCommand
public SimulateProcessPathCommand(String processId, SimulationContext context, SimulationPath path)
-
-