Interface FunctionDefinition
- All Superinterfaces:
AnnotatedElement,org.eclipse.emf.ecore.EObject,NamedElement,org.eclipse.emf.common.notify.Notifier,ParametricDefinition,Relation,Statement
- All Known Implementing Classes:
FunctionDefinitionImpl
A representation of the model object 'Function Definition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Case> getCases()Returns the value of the 'Cases' containment reference list.Returns the value of the 'Computed Value' containment reference.Returns the value of the 'Domain Predicate' containment reference.Returns the value of the 'Function Type' reference.booleanisShadow()Returns the value of the 'Shadow' attribute.voidSets the value of the 'Computed Value' containment reference.voidSets the value of the 'Domain Predicate' containment reference.voidsetFunctionType(Relation value) Sets the value of the 'Function Type' reference.voidsetShadow(boolean value) Sets the value of the 'Shadow' attribute.Methods inherited from interface tools.refinery.language.model.problem.AnnotatedElement
getAnnotations, setAnnotationsMethods 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.refinery.language.model.problem.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface tools.refinery.language.model.problem.ParametricDefinition
getParameters
-
Method Details
-
getCases
org.eclipse.emf.common.util.EList<Case> getCases()Returns the value of the 'Cases' containment reference list. The list contents are of typeCase.- Returns:
- the value of the 'Cases' containment reference list.
- See Also:
-
getFunctionType
Relation getFunctionType()Returns the value of the 'Function Type' reference.- Returns:
- the value of the 'Function Type' reference.
- See Also:
-
setFunctionType
Sets the value of the 'Function Type' reference.- Parameters:
value- the new value of the 'Function Type' reference.- See Also:
-
isShadow
boolean isShadow()Returns the value of the 'Shadow' attribute.- Returns:
- the value of the 'Shadow' attribute.
- See Also:
-
setShadow
void setShadow(boolean value) Sets the value of the 'Shadow' attribute.- Parameters:
value- the new value of the 'Shadow' attribute.- See Also:
-
getComputedValue
FunctionDefinition getComputedValue()Returns the value of the 'Computed Value' containment reference.- Returns:
- the value of the 'Computed Value' containment reference.
- See Also:
-
setComputedValue
Sets the value of the 'Computed Value' containment reference.- Parameters:
value- the new value of the 'Computed Value' containment reference.- See Also:
-
getDomainPredicate
PredicateDefinition getDomainPredicate()Returns the value of the 'Domain Predicate' containment reference.- Returns:
- the value of the 'Domain Predicate' containment reference.
- See Also:
-
setDomainPredicate
Sets the value of the 'Domain Predicate' containment reference.- Parameters:
value- the new value of the 'Domain Predicate' containment reference.- See Also:
-