|
||||||||||
| 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.SampleImpl<T>
public class SampleImpl<T>
An implementation of the model object '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 T |
value
The cached value of the ' Value' reference. |
| Constructor Summary | |
|---|---|
protected |
SampleImpl()
|
| Method Summary | |
|---|---|
T |
basicGetValue()
|
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()
|
T |
getValue()
|
void |
setProbability(double newProbability)
|
void |
setValue(T newValue)
|
String |
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.probfunction.Sample |
|---|
setValue |
| Field Detail |
|---|
public static final String copyright
protected T value
Value' reference.
getValue()protected static final double PROBABILITY_EDEFAULT
Probability' attribute.
getProbability(),
Constant Field Valuesprotected double probability
Probability' attribute.
getProbability()| Constructor Detail |
|---|
protected SampleImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
public T getValue()
getValue in interface Sample<T>Sample.setValue(Object),
ProbfunctionPackage.getSample_Value()public T basicGetValue()
public void setValue(T newValue)
public double getProbability()
getProbability in interface Sample<T>Sample.setProbability(double),
ProbfunctionPackage.getSample_Probability()public void setProbability(double newProbability)
setProbability in interface Sample<T>newProbability - the new value of the 'Probability' attribute.Sample.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 | |||||||||