de.uka.ipd.sdq.probfunction.impl
Class BoxedPDFImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
          extended by de.uka.ipd.sdq.probfunction.impl.ProbabilityFunctionImpl
              extended by de.uka.ipd.sdq.probfunction.impl.ProbabilityDensityFunctionImpl
                  extended by de.uka.ipd.sdq.probfunction.impl.BoxedPDFImpl
All Implemented Interfaces:
BoxedPDF, ProbabilityDensityFunction, ProbabilityFunction, UnitCarryingElement

public class BoxedPDFImpl
extends ProbabilityDensityFunctionImpl
implements BoxedPDF

An implementation of the model object 'Boxed PDF'.

The following features are implemented:


Field Summary
static String copyright
           
protected   samples
          The cached value of the 'Samples' containment reference list.
 
Fields inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
UNIT_SPECIFICATION_EDEFAULT, unitSpecification
 
Constructor Summary
protected BoxedPDFImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
  getSamples()
           
 
Methods inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
basicGetUnit, getUnit, getUnitSpecification, setUnitSpecification, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

samples

protected  samples
The cached value of the 'Samples' containment reference list.

See Also:
getSamples()
Constructor Detail

BoxedPDFImpl

protected BoxedPDFImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class ProbabilityDensityFunctionImpl

getSamples

public  getSamples()

Specified by:
getSamples in interface BoxedPDF
Returns:
the value of the 'Samples' containment reference list.
See Also:
ProbfunctionPackage.getBoxedPDF_Samples()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Overrides:
eGet in class UnitCarryingElementImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Overrides:
eSet in class UnitCarryingElementImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class UnitCarryingElementImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class UnitCarryingElementImpl