org.drools.guvnor.shared.simulation
Class SimulationPathModel

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

Constructor Summary
SimulationPathModel()
           
 
Method Summary
 void addStep(SimulationStepModel step)
           
static SimulationPathModel createNew()
           
 long getMaximumDistanceMillis()
           
 String getName()
           
 TreeMap<Long,SimulationStepModel> getSteps()
           
 void removeStep(SimulationStepModel step)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationPathModel

public SimulationPathModel()
Method Detail

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.