Interface RosettaFunctionalOperation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HasGeneratedInput,org.eclipse.emf.common.notify.Notifier,RosettaExpression,RosettaOperation,RosettaUnaryOperation
- All Known Subinterfaces:
ComparingFunctionalOperation,FilterOperation,MandatoryFunctionalOperation,MapOperation,MaxOperation,MinOperation,ReduceOperation,SortOperation,ThenOperation,UnaryFunctionalOperation
- All Known Implementing Classes:
FilterOperationImpl,MapOperationImpl,MaxOperationImpl,MinOperationImpl,ReduceOperationImpl,SortOperationImpl,ThenOperationImpl
A representation of the model object 'Rosetta Functional Operation'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Function' containment reference.voidsetFunction(InlineFunction 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, eUnsetMethods inherited from interface com.regnosys.rosetta.rosetta.expression.HasGeneratedInput
isGeneratedInputWasSet, setGeneratedInputWasSetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaExpression
isGenerated, setGeneratedMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaOperation
getOperator, setOperatorMethods inherited from interface com.regnosys.rosetta.rosetta.expression.RosettaUnaryOperation
getArgument, getInput, needsGeneratedInput, setArgument, setGeneratedInputIfAbsent
-
Method Details
-
getFunction
InlineFunction getFunction()Returns the value of the 'Function' containment reference.- Returns:
- the value of the 'Function' containment reference.
- See Also:
-
setFunction
Sets the value of the 'Function' containment reference.- Parameters:
value- the new value of the 'Function' containment reference.- See Also:
-