Uses of Enum Class
neqsim.process.processmodel.lifecycle.ModelMetadata.CalibrationStatus
Packages that use ModelMetadata.CalibrationStatus
Package
Description
Lifecycle management for ProcessSystem models (Digital Twins).
-
Uses of ModelMetadata.CalibrationStatus in neqsim.process.processmodel.lifecycle
Subclasses with type arguments of type ModelMetadata.CalibrationStatus in neqsim.process.processmodel.lifecycleModifier and TypeClassDescriptionstatic enumCalibration status of the model.Fields in neqsim.process.processmodel.lifecycle declared as ModelMetadata.CalibrationStatusModifier and TypeFieldDescriptionprivate ModelMetadata.CalibrationStatusModelMetadata.calibrationStatusMethods in neqsim.process.processmodel.lifecycle that return ModelMetadata.CalibrationStatusModifier and TypeMethodDescriptionModelMetadata.getCalibrationStatus()Returns the enum constant of this class with the specified name.static ModelMetadata.CalibrationStatus[]ModelMetadata.CalibrationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.processmodel.lifecycle with parameters of type ModelMetadata.CalibrationStatusModifier and TypeMethodDescriptionvoidModelMetadata.updateCalibration(ModelMetadata.CalibrationStatus status, double accuracy) Updates calibration status.