|
||||||||||
| 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.ComplexImpl
public class ComplexImpl
An implementation of the model object 'Complex'.
The following features are implemented:
| Field Summary | |
|---|---|
static String |
copyright
|
protected double |
imaginary
The cached value of the ' Imaginary' attribute. |
protected static double |
IMAGINARY_EDEFAULT
The default value of the ' Imaginary' attribute. |
protected double |
real
The cached value of the ' Real' attribute. |
protected static double |
REAL_EDEFAULT
The default value of the ' Real' attribute. |
| Constructor Summary | |
|---|---|
protected |
ComplexImpl()
|
| 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 |
getImaginary()
|
double |
getReal()
|
void |
setImaginary(double newImaginary)
|
void |
setReal(double newReal)
|
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 REAL_EDEFAULT
Real' attribute.
getReal(),
Constant Field Valuesprotected double real
Real' attribute.
getReal()protected static final double IMAGINARY_EDEFAULT
Imaginary' attribute.
getImaginary(),
Constant Field Valuesprotected double imaginary
Imaginary' attribute.
getImaginary()| Constructor Detail |
|---|
protected ComplexImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
public double getReal()
getReal in interface ComplexComplex.setReal(double),
ProbfunctionPackage.getComplex_Real()public void setReal(double newReal)
setReal in interface ComplexnewReal - the new value of the 'Real' attribute.Complex.getReal()public double getImaginary()
getImaginary in interface ComplexComplex.setImaginary(double),
ProbfunctionPackage.getComplex_Imaginary()public void setImaginary(double newImaginary)
setImaginary in interface ComplexnewImaginary - the new value of the 'Imaginary' attribute.Complex.getImaginary()
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 | |||||||||