Package org.kie.internal.simulation
Interface SimulationStep
-
public interface SimulationStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.kie.api.command.Command>
getCommands()
long
getDistanceMillis()
-
-
-
Method Detail
-
getDistanceMillis
long getDistanceMillis()
-
getCommands
List<org.kie.api.command.Command> getCommands()
-
-