Package tools.descartes.dlim
Interface Combinator
- All Known Implementing Classes:
CombinatorImpl
A representation of the model object '
Combinator'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Function' containment reference.Returns the value of the 'Operator' attribute.void
setFunction
(Function value) Sets the value of the 'Function
' containment reference.void
setOperator
(Operator value) Sets the value of the 'Operator
' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getOperator
Operator getOperator()Returns the value of the 'Operator' attribute. The default value is"ADD"
. The literals are from the enumerationOperator
.If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operator' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="ADD"
-
setOperator
Sets the value of the 'Operator
' attribute.- Parameters:
value
- the new value of the 'Operator' attribute.- See Also:
- Generated class or method.
-
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.
-