org.ow2.bonita.facade.def.element.impl
Class SimulationInformationDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.SimulationInformationDefImpl
- All Implemented Interfaces:
- SimulationInformationDef
public class SimulationInformationDefImpl
- extends DefImpl
- implements SimulationInformationDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cost
protected java.lang.String cost
instantiation
protected SimulationInformationDef.Instantiation instantiation
timeEstimation
protected TimeEstimationDefImpl timeEstimation
SimulationInformationDefImpl
protected SimulationInformationDefImpl()
SimulationInformationDefImpl
public SimulationInformationDefImpl(java.lang.String cost,
SimulationInformationDef.Instantiation instantiation,
TimeEstimationDefImpl timeEstimation)
copy
public SimulationInformationDefImpl copy()
- Specified by:
copy
in class DefImpl
getCost
public java.lang.String getCost()
- Specified by:
getCost
in interface SimulationInformationDef
getInstantiation
public SimulationInformationDef.Instantiation getInstantiation()
- Specified by:
getInstantiation
in interface SimulationInformationDef
getTimeEstimation
public TimeEstimationDefImpl getTimeEstimation()
- Specified by:
getTimeEstimation
in interface SimulationInformationDef