Uses of Interface
com.regnosys.rosetta.rosetta.expression.RosettaOperation
Packages that use RosettaOperation
Package
Description
-
Uses of RosettaOperation in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaOperation in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Arithmetic Operation'.interfaceA 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 'Comparison Operation'.interfaceA representation of the model object 'Default Operation'.interfaceA representation of the model object 'Distinct Operation'.interfaceA representation of the model object 'Equality 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 'Join Operation'.interfaceA representation of the model object 'Last Operation'.interfaceA representation of the model object 'List Operation'.interfaceA representation of the model object 'Logical 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 'Modifiable Binary 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 Binary Operation'.interfaceA representation of the model object 'Rosetta Contains Expression'.interfaceA representation of the model object 'Rosetta Count Operation'.interfaceA representation of the model object 'Rosetta Disjoint Expression'.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 'Rosetta Unary Operation'.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 RosettaOperation in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaOperationModifier and TypeClassDescriptionclassAn implementation of the model object 'Arithmetic Operation'.classAn implementation of the model object 'As Key Operation'.classAn implementation of the model object 'Choice Operation'.classAn implementation of the model object 'Comparison Operation'.classAn implementation of the model object 'Default Operation'.classAn implementation of the model object 'Distinct Operation'.classAn implementation of the model object 'Equality 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 'Join Operation'.classAn implementation of the model object 'Last Operation'.classAn implementation of the model object 'Logical 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 Contains Expression'.classAn implementation of the model object 'Rosetta Count Operation'.classAn implementation of the model object 'Rosetta Disjoint Expression'.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 RosettaOperation in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaOperationModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaOperation(RosettaOperation object) Returns the result of interpreting the object as an instance of 'Rosetta Operation'. -
Uses of RosettaOperation in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils with parameters of type RosettaOperationModifier and TypeMethodDescriptionprotected ReturnRosettaExpressionSwitch.doSwitch(RosettaOperation expr, Context context)