|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
de.uka.ipd.sdq.probfunction.impl.ProbabilityFunctionImpl
de.uka.ipd.sdq.probfunction.impl.ProbabilityDensityFunctionImpl
de.uka.ipd.sdq.probfunction.impl.ContinuousPDFImpl
de.uka.ipd.sdq.probfunction.impl.ExponentialDistributionImpl
public class ExponentialDistributionImpl
An implementation of the model object 'Exponential Distribution'.
The following features are implemented:
| Field Summary | |
|---|---|
static String |
copyright
|
protected double |
rate
The cached value of the ' Rate' attribute. |
protected static double |
RATE_EDEFAULT
The default value of the ' Rate' attribute. |
| Fields inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl |
|---|
UNIT_SPECIFICATION_EDEFAULT, unitSpecification |
| Constructor Summary | |
|---|---|
protected |
ExponentialDistributionImpl()
|
| Method Summary | |
|---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
double |
getRate()
|
void |
setRate(double newRate)
|
String |
toString()
|
| Methods inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl |
|---|
basicGetUnit, getUnit, getUnitSpecification, setUnitSpecification |
| 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 |
|---|
public static final String copyright
protected static final double RATE_EDEFAULT
Rate' attribute.
getRate(),
Constant Field Valuesprotected double rate
Rate' attribute.
getRate()| Constructor Detail |
|---|
protected ExponentialDistributionImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class ContinuousPDFImplpublic double getRate()
getRate in interface ExponentialDistributionExponentialDistribution.setRate(double),
ProbfunctionPackage.getExponentialDistribution_Rate()public void setRate(double newRate)
setRate in interface ExponentialDistributionnewRate - the new value of the 'Rate' attribute.ExponentialDistribution.getRate()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class UnitCarryingElementImpl
public void eSet(int featureID,
Object newValue)
eSet in class UnitCarryingElementImplpublic void eUnset(int featureID)
eUnset in class UnitCarryingElementImplpublic boolean eIsSet(int featureID)
eIsSet in class UnitCarryingElementImplpublic String toString()
toString in class UnitCarryingElementImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||