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.SimulationStep
public List<org.kie.api.command.Command> getCommands()
getCommands
in interface org.kie.internal.simulation.SimulationStep
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.