Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.shared.simulation
Class SimulationStepModel

java.lang.Object
  extended by 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

Constructor Summary
SimulationStepModel(SimulationPathModel path)
           
 
Method Summary
 void addCommand(AbstractCommandModel command)
           
static SimulationStepModel createNew(SimulationPathModel path)
           
 List<AbstractCommandModel> getCommands()
           
 Long getDistanceMillis()
           
 SimulationPathModel getPath()
           
 void moveDownCommand(AbstractCommandModel command)
           
 void moveUpCommand(AbstractCommandModel command)
           
 void removeCommand(AbstractCommandModel command)
           
 void setDistanceMillis(Long distanceMillis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationStepModel

public SimulationStepModel(SimulationPathModel path)
Method Detail

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)

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.