org.drools.guvnor.shared.simulation
Class SimulationModel

java.lang.Object
  extended by org.drools.guvnor.shared.simulation.SimulationModel
All Implemented Interfaces:
Serializable, PortableObject

public class SimulationModel
extends Object
implements PortableObject

This is a DTO.

See Also:
Serialized Form

Constructor Summary
SimulationModel()
           
 
Method Summary
 void addPath(SimulationPathModel path)
           
static SimulationModel createNew()
           
 long getMaximumDistanceMillis()
           
 Map<String,SimulationPathModel> getPaths()
           
 int getPathsSize()
           
 void removePath(SimulationPathModel path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationModel

public SimulationModel()
Method Detail

createNew

public static SimulationModel createNew()

getPaths

public Map<String,SimulationPathModel> getPaths()

getPathsSize

public int getPathsSize()

addPath

public void addPath(SimulationPathModel path)

removePath

public void removePath(SimulationPathModel path)

getMaximumDistanceMillis

public long getMaximumDistanceMillis()


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