org.ow2.bonita.facade.def.element.impl
Class SimulationInformationDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.SimulationInformationDefImpl
All Implemented Interfaces:
SimulationInformationDef

public class SimulationInformationDefImpl
extends DefImpl
implements SimulationInformationDef


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.bonita.facade.def.element.SimulationInformationDef
SimulationInformationDef.Instantiation
 
Field Summary
protected  java.lang.String cost
           
protected  SimulationInformationDef.Instantiation instantiation
           
protected  TimeEstimationDefImpl timeEstimation
           
 
Constructor Summary
protected SimulationInformationDefImpl()
           
  SimulationInformationDefImpl(java.lang.String cost, SimulationInformationDef.Instantiation instantiation, TimeEstimationDefImpl timeEstimation)
           
 
Method Summary
 SimulationInformationDefImpl copy()
           
 java.lang.String getCost()
           
 SimulationInformationDef.Instantiation getInstantiation()
           
 TimeEstimationDefImpl getTimeEstimation()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cost

protected java.lang.String cost

instantiation

protected SimulationInformationDef.Instantiation instantiation

timeEstimation

protected TimeEstimationDefImpl timeEstimation
Constructor Detail

SimulationInformationDefImpl

protected SimulationInformationDefImpl()

SimulationInformationDefImpl

public SimulationInformationDefImpl(java.lang.String cost,
                                    SimulationInformationDef.Instantiation instantiation,
                                    TimeEstimationDefImpl timeEstimation)
Method Detail

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