Uses of Interface
com.regnosys.rosetta.rosetta.RosettaSymbol
Packages that use RosettaSymbol
Package
Description
-
Uses of RosettaSymbol in com.regnosys.rosetta.interpreter
Methods in com.regnosys.rosetta.interpreter with parameters of type RosettaSymbolModifier and TypeMethodDescriptionRosettaInterpreterContext.getVariableValue(RosettaSymbol symbol) voidRosettaInterpreterContext.setVariableValue(RosettaSymbol symbol, RosettaValue value) Method parameters in com.regnosys.rosetta.interpreter with type arguments of type RosettaSymbolModifier and TypeMethodDescriptionstatic RosettaInterpreterContextRosettaInterpreterContext.ofSymbolMap(Map<RosettaSymbol, RosettaValue> variables) -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta
Subinterfaces of RosettaSymbol in com.regnosys.rosetta.rosettaModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Callable With Args'.interfaceA representation of the model object 'Enumeration'.interfaceA representation of the model object 'External Function'.interfaceA representation of the model object 'Rule'.interfaceA representation of the model object 'Type Parameter'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.expression
Subinterfaces of RosettaSymbol in com.regnosys.rosetta.rosetta.expressionModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Closure Parameter'.Methods in com.regnosys.rosetta.rosetta.expression that return RosettaSymbolModifier and TypeMethodDescriptionRosettaSymbolReference.getSymbol()Returns the value of the 'Symbol' reference.Methods in com.regnosys.rosetta.rosetta.expression with parameters of type RosettaSymbolModifier and TypeMethodDescriptionvoidRosettaSymbolReference.setSymbol(RosettaSymbol value) Sets the value of the 'Symbol' reference. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.expression.impl
Classes in com.regnosys.rosetta.rosetta.expression.impl that implement RosettaSymbolModifier and TypeClassDescriptionclassAn implementation of the model object 'Closure Parameter'.Fields in com.regnosys.rosetta.rosetta.expression.impl declared as RosettaSymbolModifier and TypeFieldDescriptionprotected RosettaSymbolRosettaSymbolReferenceImpl.symbolThe cached value of the 'Symbol' reference.Methods in com.regnosys.rosetta.rosetta.expression.impl that return RosettaSymbolModifier and TypeMethodDescriptionRosettaSymbolReferenceImpl.basicGetSymbol()RosettaSymbolReferenceImpl.getSymbol()Methods in com.regnosys.rosetta.rosetta.expression.impl with parameters of type RosettaSymbolModifier and TypeMethodDescriptionvoidRosettaSymbolReferenceImpl.setSymbol(RosettaSymbol newSymbol) -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.expression.util
Methods in com.regnosys.rosetta.rosetta.expression.util with parameters of type RosettaSymbolModifier and TypeMethodDescriptionExpressionSwitch.caseRosettaSymbol(RosettaSymbol object) Returns the result of interpreting the object as an instance of 'Symbol'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.impl
Classes in com.regnosys.rosetta.rosetta.impl that implement RosettaSymbolModifier and TypeClassDescriptionclassAn implementation of the model object 'Enumeration'.classAn implementation of the model object 'External Function'.classAn implementation of the model object 'Rule'.classAn implementation of the model object 'Type Parameter'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.simple
Subinterfaces of RosettaSymbol in com.regnosys.rosetta.rosetta.simpleModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Assign Path Root'.interfaceA representation of the model object 'Attribute'.interfaceA representation of the model object 'Choice Option'.interfaceA representation of the model object 'Function'.interfaceA representation of the model object 'Function Dispatch'.interfaceA representation of the model object 'Shortcut Declaration'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.simple.impl
Classes in com.regnosys.rosetta.rosetta.simple.impl that implement RosettaSymbolModifier and TypeClassDescriptionclassAn implementation of the model object 'Attribute'.classAn implementation of the model object 'Choice Option'.classAn implementation of the model object 'Function Dispatch'.classAn implementation of the model object 'Function'.classAn implementation of the model object 'Shortcut Declaration'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.simple.util
Methods in com.regnosys.rosetta.rosetta.simple.util with parameters of type RosettaSymbolModifier and TypeMethodDescriptionSimpleSwitch.caseRosettaSymbol(RosettaSymbol object) Returns the result of interpreting the object as an instance of 'Symbol'. -
Uses of RosettaSymbol in com.regnosys.rosetta.rosetta.util
Methods in com.regnosys.rosetta.rosetta.util with parameters of type RosettaSymbolModifier and TypeMethodDescriptionRosettaSwitch.caseRosettaSymbol(RosettaSymbol object) Returns the result of interpreting the object as an instance of 'Symbol'. -
Uses of RosettaSymbol in com.regnosys.rosetta.types
Methods in com.regnosys.rosetta.types with parameters of type RosettaSymbolModifier and TypeMethodDescriptionRosettaTypeProvider.getRTypeOfSymbol(RosettaSymbol feature) booleanCardinalityProvider.isSymbolMulti(RosettaSymbol symbol) booleanCardinalityProvider.isSymbolMulti(RosettaSymbol symbol, boolean breakOnClosureParameter) -
Uses of RosettaSymbol in com.regnosys.rosetta.typing
Methods in com.regnosys.rosetta.typing with parameters of type RosettaSymbolModifier and TypeMethodDescriptionRosettaTyping.symbolListType(RosettaSymbol c) RosettaTyping.symbolListType(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaSymbol c) protected RListTypeRosettaTyping.symbolListTypeInternal(org.eclipse.xsemantics.runtime.RuleApplicationTrace _trace_, RosettaSymbol c) protected voidRosettaTyping.symbolListTypeThrowException(String _error, String _issue, Exception _ex, RosettaSymbol c, org.eclipse.xsemantics.runtime.ErrorInformation[] _errorInformations) -
Uses of RosettaSymbol in com.regnosys.rosetta.utils
Methods in com.regnosys.rosetta.utils that return types with arguments of type RosettaSymbolModifier and TypeMethodDescriptionExpressionHelper.findOutputRef(org.eclipse.emf.ecore.EObject ele, Stack<String> trace) RosettaSimpleSystemSolver.SolutionSet.getSolution(RosettaInterpreterContext context) RosettaSimpleSystemSolver.SolutionSet.getSolvedVariables()Methods in com.regnosys.rosetta.utils with parameters of type RosettaSymbolModifier and TypeMethodDescriptionvoidRosettaSimpleSystemSolver.SolutionSet.addMapping(RosettaSymbol var, RosettaExpression solution) Method parameters in com.regnosys.rosetta.utils with type arguments of type RosettaSymbolModifier and TypeMethodDescriptionbooleanRosettaSimpleSystemSolver.isSimple(RosettaSimpleSystemSolver.Equation equation, Collection<? extends RosettaSymbol> variablesToSolve) RosettaSimpleSystemSolver.solve(Collection<RosettaSimpleSystemSolver.Equation> equations, Set<? extends RosettaSymbol> variablesToSolve)