Uses of Enum Class
com.easy_model.webservice.xlhandler.SCENARIO
Packages that use SCENARIO
Package
Description
-
Uses of SCENARIO in com.easy_model.webservice.model.variable
Methods in com.easy_model.webservice.model.variable with parameters of type SCENARIOModifier and TypeMethodDescriptionVariable.getVariableValuesForAScenario(SCENARIO scenario) Returns all @VariableValue attached to the specified scenario -
Uses of SCENARIO in com.easy_model.webservice.presentation
Methods in com.easy_model.webservice.presentation with parameters of type SCENARIOModifier and TypeMethodDescriptionvoidPresentationManager.createTable(Long subAreaId, SCENARIO scenario, String slideTitle) -
Uses of SCENARIO in com.easy_model.webservice.xlhandler
Methods in com.easy_model.webservice.xlhandler that return SCENARIOModifier and TypeMethodDescriptionstatic SCENARIOSCENARIO.from(int number) SensitivityRunner.scenario()Returns the value of thescenariorecord component.static SCENARIOReturns the enum constant of this class with the specified name.static SCENARIO[]SCENARIO.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.easy_model.webservice.xlhandler with parameters of type SCENARIOModifier and TypeMethodDescriptionScenarioDataProvider.getContent(SCENARIO scenario) XLInstance.getContent(SCENARIO scenario) voidScenarioDataProvider.runSensitivities(List<Sensitivity> sensitivity, SCENARIO scenario) voidXLInstance.runSensitivities(List<Sensitivity> sensitivities, SCENARIO scenario) voidXLInstance.updateCacheValues(SCENARIO scenario) Constructors in com.easy_model.webservice.xlhandler with parameters of type SCENARIOModifierConstructorDescriptionSensitivityRunner(CalcDocument calcDocument, List<Sensitivity> sensitivities, SCENARIO scenario, Model model) Creates an instance of aSensitivityRunnerrecord class.