Uses of Class
app.valuationcontrol.multimodule.library.entities.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in app.valuationcontrol.multimodule.library.entities
Methods in app.valuationcontrol.multimodule.library.entities that return types with arguments of type VariableConstructors in app.valuationcontrol.multimodule.library.entities with parameters of type Variable -
Uses of Variable in app.valuationcontrol.multimodule.library.helpers
Methods in app.valuationcontrol.multimodule.library.helpers that return VariableModifier and TypeMethodDescriptionVariableReplacementOccurrence.searchVariable()Returns the value of thesearchVariablerecord component.Methods in app.valuationcontrol.multimodule.library.helpers with parameters of type VariableModifier and TypeMethodDescriptionstatic StringFormulaEvaluator.evaluateVariableFormula(Variable variable) Constructors in app.valuationcontrol.multimodule.library.helpers with parameters of type VariableModifierConstructorDescriptionVariableReplacementOccurrence(Variable searchVariable, String searchString, List<StringReplacer> stringReplacers) Creates an instance of aVariableReplacementOccurrencerecord class. -
Uses of Variable in app.valuationcontrol.multimodule.library.helpers.openai
Methods in app.valuationcontrol.multimodule.library.helpers.openai with parameters of type VariableModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ObjectNodeOpenAIHelperFunctions.prepareSingleVariable(CalculationData calculationData, Model model, Variable variable, boolean includeDependencies) -
Uses of Variable in app.valuationcontrol.multimodule.library.xlhandler
Methods in app.valuationcontrol.multimodule.library.xlhandler with parameters of type VariableModifier and TypeMethodDescriptionstatic StringVariableEvaluator.evaluateVariable(Variable variable, DataPeriod dataPeriod, Map<Long, List<CellError>> formulaErrors) static StringCellValueHelper.generateAddress(Variable variable, DataPeriod dataPeriod) Returns the A1 address of the formulaString[]XLInstance.generateVariableArray(Variable variable) Generates an array containing the metadata, the historical and projection values, including the variableValuesvoidScenarioDataProvider.refreshValue(Variable attachedVariable, VariableValue newVersion) voidXLInstance.refreshValue(Variable myVariable, VariableValue myVariableValue) Use this function to refresh a single variableValue (efficiency optimization)voidScenarioDataProvider.reloadVariableAndUpdateCache(Variable attachedVariable) voidXLInstance.reloadVariableAndUpdateCache(Variable variable)