public interface Complex
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
ProbfunctionPackage.getComplex()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
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. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final java.lang.String copyright
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()