|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectEObjectImpl
de.uka.ipd.sdq.probfunction.impl.ContinuousSampleImpl
public class ContinuousSampleImpl
An implementation of the model object 'Continuous Sample'.
The following features are implemented:
| Field Summary | |
|---|---|
static String |
copyright
|
protected double |
probability
The cached value of the ' Probability' attribute. |
protected static double |
PROBABILITY_EDEFAULT
The default value of the ' Probability' attribute. |
protected double |
value
The cached value of the ' Value' attribute. |
protected static double |
VALUE_EDEFAULT
The default value of the ' Value' attribute. |
| Constructor Summary | |
|---|---|
protected |
ContinuousSampleImpl()
|
| 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 |
getProbability()
|
double |
getValue()
|
void |
setProbability(double newProbability)
|
void |
setValue(double newValue)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String copyright
protected static final double VALUE_EDEFAULT
Value' attribute.
getValue(),
Constant Field Valuesprotected double value
Value' attribute.
getValue()protected static final double PROBABILITY_EDEFAULT
Probability' attribute.
getProbability(),
Constant Field Valuesprotected double probability
Probability' attribute.
getProbability()| Constructor Detail |
|---|
protected ContinuousSampleImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
public double getValue()
getValue in interface ContinuousSampleContinuousSample.setValue(double),
ProbfunctionPackage.getContinuousSample_Value()public void setValue(double newValue)
setValue in interface ContinuousSamplenewValue - the new value of the 'Value' attribute.ContinuousSample.getValue()public double getProbability()
getProbability in interface ContinuousSampleContinuousSample.setProbability(double),
ProbfunctionPackage.getContinuousSample_Probability()public void setProbability(double newProbability)
setProbability in interface ContinuousSamplenewProbability - the new value of the 'Probability' attribute.ContinuousSample.getProbability()
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||