Uses of Class
com.easy_model.webservice.helpers.CalculationData
Packages that use CalculationData
Package
Description
-
Uses of CalculationData in com.easy_model.webservice.model
Methods in com.easy_model.webservice.model that return CalculationDataModifier and TypeMethodDescriptionSubscribeController.subscribingToModel(Long modelId, int scenario, Principal principal) Methods in com.easy_model.webservice.model that return types with arguments of type CalculationDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CalculationData> ModelController.getCalculation(Model model, Integer scenarioNumber) org.springframework.http.ResponseEntity<CalculationData> ModelController.getMetadata(Model model, Integer scenarioNumber) -
Uses of CalculationData in com.easy_model.webservice.openai
Methods in com.easy_model.webservice.openai with parameters of type CalculationDataModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.node.ObjectNodeOpenAIHelperFunctions.prepareSingleVariable(CalculationData calculationData, Model model, Variable variable, boolean includeDependencies) -
Uses of CalculationData in com.easy_model.webservice.presentation
Constructors in com.easy_model.webservice.presentation with parameters of type CalculationDataModifierConstructorDescriptionPresentationManager(Model model, CalculationData calculationData, OpenAiServiceImplementation openAiServiceImplementation) -
Uses of CalculationData in com.easy_model.webservice.xlhandler
Methods in com.easy_model.webservice.xlhandler that return CalculationDataModifier and TypeMethodDescriptionScenarioDataProvider.getContent(SCENARIO scenario) XLInstance.getContent(SCENARIO scenario) Methods in com.easy_model.webservice.xlhandler with parameters of type CalculationDataModifier and TypeMethodDescriptionvoidModelChangeNotifier.updateUsersModel(CalculationData calculationData)