public class SimulationStepImpl extends Object implements org.kie.internal.simulation.SimulationStep
| Constructor and Description |
|---|
SimulationStepImpl(org.kie.internal.simulation.SimulationPath path,
long distanceMillis) |
| Modifier and Type | Method and Description |
|---|---|
List<org.kie.api.command.Command> |
getCommands() |
long |
getDistanceMillis() |
org.kie.internal.simulation.SimulationPath |
getPath() |
String |
toString() |
public SimulationStepImpl(org.kie.internal.simulation.SimulationPath path,
long distanceMillis)
public org.kie.internal.simulation.SimulationPath getPath()
public long getDistanceMillis()
getDistanceMillis in interface org.kie.internal.simulation.SimulationSteppublic List<org.kie.api.command.Command> getCommands()
getCommands in interface org.kie.internal.simulation.SimulationStepCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.