Uses of Record Class
com.easy_model.webservice.model.variable.VariableData
Packages that use VariableData
Package
Description
-
Uses of VariableData in com.easy_model.webservice.model
Methods in com.easy_model.webservice.model that return types with arguments of type VariableDataModifier and TypeMethodDescriptionScenarioComparison.comparisons()Returns the value of thecomparisonsrecord component.Constructor parameters in com.easy_model.webservice.model with type arguments of type VariableDataModifierConstructorDescriptionScenarioComparison(List<List<VariableData>> comparisons) Creates an instance of aScenarioComparisonrecord class. -
Uses of VariableData in com.easy_model.webservice.model.variable
Methods in com.easy_model.webservice.model.variable that return VariableDataMethods in com.easy_model.webservice.model.variable with parameters of type VariableDataModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Long> VariableController.createVariable(Model model, Area area, SubArea subArea, @Valid VariableData variableData, Principal principal) Adds a variable to the @modelvoidVariable.updateFromVariableData(VariableData variableData, Area area, SubArea subArea) org.springframework.http.ResponseEntity<String> VariableController.updateVariable(Model model, Area area, SubArea subArea, Variable existingVariable, @Valid VariableData variableData, Principal principal) Update a variable to the @modelConstructors in com.easy_model.webservice.model.variable with parameters of type VariableDataModifierConstructorDescriptionVariable(VariableData variableData, Model model, Area area, SubArea subArea) -
Uses of VariableData in com.easy_model.webservice.openai
Methods in com.easy_model.webservice.openai with parameters of type VariableDataModifier and TypeMethodDescriptionstatic DoubleOpenAIHelperFunctions.getDoubleFromObject(Object valueObject, VariableData variableData) static StringOpenAIHelperFunctions.getFormattedValueAsString(Object valueObject, VariableData variableData)