Package com.regnosys.rosetta.interpreter
Class RosettaInterpreterContext
java.lang.Object
com.regnosys.rosetta.interpreter.RosettaInterpreterContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVariableValue(RosettaSymbol symbol) getVariableValue(String symbol) static RosettaInterpreterContextof(Map<String, RosettaValue> variables) static RosettaInterpreterContextofSymbolMap(Map<RosettaSymbol, RosettaValue> variables) voidsetVariableValue(RosettaSymbol symbol, RosettaValue value) voidsetVariableValue(String symbol, RosettaValue value) toString()