org.drools.guvnor.shared.simulation
Class SimulationStepModel
java.lang.Object
org.drools.guvnor.shared.simulation.SimulationStepModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class SimulationStepModel
- extends Object
- implements PortableObject
This is a DTO.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationStepModel
public SimulationStepModel(SimulationPathModel path)
createNew
public static SimulationStepModel createNew(SimulationPathModel path)
getPath
public SimulationPathModel getPath()
getDistanceMillis
public Long getDistanceMillis()
setDistanceMillis
public void setDistanceMillis(Long distanceMillis)
getCommands
public List<AbstractCommandModel> getCommands()
addCommand
public void addCommand(AbstractCommandModel command)
moveUpCommand
public void moveUpCommand(AbstractCommandModel command)
moveDownCommand
public void moveDownCommand(AbstractCommandModel command)
removeCommand
public void removeCommand(AbstractCommandModel command)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.