Package tools.descartes.dlim
Interface CustomFunction
A representation of the model object '
Custom Function'.
The following features are supported:
- See Also:
-
tools.descartes.dlim.DlimPackage#getCustomFunction()
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Function' attribute.voidsetFunction(String value) Sets the value of the 'Function' attribute.booleansupported(DiagnosticChain chain, Map<?, ?> context) 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 tools.descartes.dlim.Function
getCombineMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFunction
String getFunction()Returns the value of the 'Function' attribute.If the meaning of the 'Function' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Function' attribute.
- See Also:
-
setFunction(String)tools.descartes.dlim.DlimPackage#getCustomFunction_Function()
- Generated class or method.
- EMF model class or method.
-
setFunction
Sets the value of the 'Function' attribute.- Parameters:
value- the new value of the 'Function' attribute.- See Also:
- Generated class or method.
-
supported
- Generated class or method.
- EMF model class or method.
-