Package tools.descartes.dlim
Interface UnivariateFunction
- All Known Subinterfaces:
AbsoluteValueFunction
- All Known Implementing Classes:
AbsoluteValueFunctionImpl
,UnivariateFunctionImpl
A representation of the model object '
Univariate Function'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Function' containment reference.void
setFunction
(Function value) Sets the value of the 'Function
' containment reference.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
-
getFunction
Function getFunction()Returns the value of the 'Function' containment reference.If the meaning of the 'Function' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setFunction
Sets the value of the 'Function
' containment reference.- Parameters:
value
- the new value of the 'Function' containment reference.- See Also:
- Generated class or method.
-