Package tools.descartes.dlim
Interface PolynomialFactor
- All Known Implementing Classes:
PolynomialFactorImpl
A representation of the model object '
Polynomial Factor'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFactor
double getFactor()Returns the value of the 'Factor' attribute. The default value is"0.0".If the meaning of the 'Factor' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Factor' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0.0" derived="true"
-
setFactor
void setFactor(double value) Sets the value of the 'Factor' attribute.- Parameters:
value- the new value of the 'Factor' attribute.- See Also:
- Generated class or method.
-
getOffset
double getOffset()Returns the value of the 'Offset' attribute. The default value is"0.0".If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Offset' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="0.0" derived="true"
-
setOffset
void setOffset(double value) Sets the value of the 'Offset' attribute.- Parameters:
value- the new value of the 'Offset' attribute.- See Also:
- Generated class or method.
-