|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Complex
A representation of the model object 'Complex'.
The following features are supported:
ProbfunctionPackage.getComplex()| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
double |
getImaginary()
Returns the value of the 'Imaginary' attribute. |
double |
getReal()
Returns the value of the 'Real' attribute. |
void |
setImaginary(double value)
Sets the value of the ' Imaginary' attribute. |
void |
setReal(double value)
Sets the value of the ' Real' attribute. |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
double getReal()
If the meaning of the 'Real' attribute isn't clear, there really should be more of a description here...
setReal(double),
ProbfunctionPackage.getComplex_Real()void setReal(double value)
Real' attribute.
value - the new value of the 'Real' attribute.getReal()double getImaginary()
If the meaning of the 'Imaginary' attribute isn't clear, there really should be more of a description here...
setImaginary(double),
ProbfunctionPackage.getComplex_Imaginary()void setImaginary(double value)
Imaginary' attribute.
value - the new value of the 'Imaginary' attribute.getImaginary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||