org.drools.guvnor.shared.simulation
Class SimulationPathModel
java.lang.Object
org.drools.guvnor.shared.simulation.SimulationPathModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class SimulationPathModel
- 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 |
SimulationPathModel
public SimulationPathModel()
createNew
public static SimulationPathModel createNew()
getName
public String getName()
setName
public void setName(String name)
getSteps
public TreeMap<Long,SimulationStepModel> getSteps()
addStep
public void addStep(SimulationStepModel step)
removeStep
public void removeStep(SimulationStepModel step)
getMaximumDistanceMillis
public long getMaximumDistanceMillis()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.