org.drools.guvnor.shared.simulation
Class SimulationModel
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationModel
public SimulationModel()
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.