Package tools.descartes.dlim
Interface Constant
- All Known Implementing Classes:
ConstantImpl
A representation of the model object '
Constant'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of the 'Constant' attribute.void
setConstant
(double value) Sets the value of the 'Constant
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface tools.descartes.dlim.Function
getCombine
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getConstant
double getConstant()Returns the value of the 'Constant' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Constant' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setConstant
void setConstant(double value) Sets the value of the 'Constant
' attribute.- Parameters:
value
- the new value of the 'Constant' attribute.- See Also:
- Generated class or method.
-