Uses of Interface
com.regnosys.rosetta.rosetta.expression.RosettaUnaryOperation
Packages that use RosettaUnaryOperation
Package
Description
-
Uses of RosettaUnaryOperation in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaUnaryOperation in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'As Key Operation'.interfaceA representation of the model object 'Can Handle List Of Lists'.interfaceA representation of the model object 'Choice Operation'.interfaceA representation of the model object 'Comparing Functional Operation'.interfaceA representation of the model object 'Distinct Operation'.interfaceA representation of the model object 'Filter Operation'.interfaceA representation of the model object 'First Operation'.interfaceA representation of the model object 'Flatten Operation'.interfaceA representation of the model object 'Last Operation'.interfaceA representation of the model object 'List Operation'.interfaceA representation of the model object 'Mandatory Functional Operation'.interfaceA representation of the model object 'Map Operation'.interfaceA representation of the model object 'Max Operation'.interfaceA representation of the model object 'Min Operation'.interfaceA representation of the model object 'One Of Operation'.interfaceA representation of the model object 'Parse Operation'.interfaceA representation of the model object 'Reduce Operation'.interfaceA representation of the model object 'Reverse Operation'.interfaceA representation of the model object 'Rosetta Absent Expression'.interfaceA representation of the model object 'Rosetta Count Operation'.interfaceA representation of the model object 'Rosetta Exists Expression'.interfaceA representation of the model object 'Rosetta Functional Operation'.interfaceA representation of the model object 'Rosetta Only Element'.interfaceA representation of the model object 'Sort Operation'.interfaceA representation of the model object 'Sum Operation'.interfaceA representation of the model object 'Then Operation'.interfaceA representation of the model object 'To Date Operation'.interfaceA representation of the model object 'To Date Time Operation'.interfaceA representation of the model object 'To Enum Operation'.interfaceA representation of the model object 'To Int Operation'.interfaceA representation of the model object 'To Number Operation'.interfaceA representation of the model object 'To String Operation'.interfaceA representation of the model object 'To Time Operation'.interfaceA representation of the model object 'To Zoned Date Time Operation'.interfaceA representation of the model object 'Unary Functional Operation'. -
Uses of RosettaUnaryOperation in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaUnaryOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'As Key Operation'.classAn implementation of the model object 'Choice Operation'.classAn implementation of the model object 'Distinct Operation'.classAn implementation of the model object 'Filter Operation'.classAn implementation of the model object 'First Operation'.classAn implementation of the model object 'Flatten Operation'.classAn implementation of the model object 'Last Operation'.classAn implementation of the model object 'Map Operation'.classAn implementation of the model object 'Max Operation'.classAn implementation of the model object 'Min Operation'.classAn implementation of the model object 'One Of Operation'.classAn implementation of the model object 'Reduce Operation'.classAn implementation of the model object 'Reverse Operation'.classAn implementation of the model object 'Rosetta Absent Expression'.classAn implementation of the model object 'Rosetta Count Operation'.classAn implementation of the model object 'Rosetta Exists Expression'.classAn implementation of the model object 'Rosetta Only Element'.classAn implementation of the model object 'Sort Operation'.classAn implementation of the model object 'Sum Operation'.classAn implementation of the model object 'Then Operation'.classAn implementation of the model object 'To Date Operation'.classAn implementation of the model object 'To Date Time Operation'.classAn implementation of the model object 'To Enum Operation'.classAn implementation of the model object 'To Int Operation'.classAn implementation of the model object 'To Number Operation'.classAn implementation of the model object 'To String Operation'.classAn implementation of the model object 'To Time Operation'.classAn implementation of the model object 'To Zoned Date Time Operation'. -
Uses of RosettaUnaryOperation in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaUnaryOperationModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaUnaryOperation(RosettaUnaryOperation object) Returns the result of interpreting the object as an instance of 'Rosetta Unary Operation'. -
Uses of RosettaUnaryOperation in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types with parameters of type RosettaUnaryOperationModifier and TypeMethodDescriptionbooleanCardinalityProvider.isPreviousOperationBodyMulti(RosettaUnaryOperation expr) Does the body of the previous list operation result in a list.booleanCardinalityProvider.isPreviousOperationMulti(RosettaUnaryOperation op) -
Uses of RosettaUnaryOperation in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RosettaUnaryOperationModifier and TypeMethodDescriptionprotected ReturnRosettaExpressionSwitch.doSwitch(RosettaUnaryOperation expr, Context context) -
Uses of RosettaUnaryOperation in com.regnosys.rosetta.validation
Methods in com.regnosys.rosetta.validation with parameters of type RosettaUnaryOperationModifier and TypeMethodDescriptionvoidRosettaSimpleValidator.checkUnaryOperation(RosettaUnaryOperation e) booleanRosettaSimpleValidator.isThenMandatory(RosettaUnaryOperation op) voidRosettaSimpleValidator.mandatoryThenCheck(RosettaUnaryOperation op)