Uses of Enum Class
neqsim.process.equipment.capacity.CapacityConstraint.ConstraintSeverity
Packages that use CapacityConstraint.ConstraintSeverity
Package
Description
Equipment capacity constraint framework for process optimization.
Process optimization engine and constraint evaluation utilities.
-
Uses of CapacityConstraint.ConstraintSeverity in neqsim.process.equipment.capacity
Subclasses with type arguments of type CapacityConstraint.ConstraintSeverity in neqsim.process.equipment.capacityModifier and TypeClassDescriptionstatic enumEnum defining the severity level of constraint violations.Fields in neqsim.process.equipment.capacity declared as CapacityConstraint.ConstraintSeverityModifier and TypeFieldDescriptionCapacityConstraint.severitySeverity level for optimization (CRITICAL, HARD, SOFT, ADVISORY).Methods in neqsim.process.equipment.capacity that return CapacityConstraint.ConstraintSeverityModifier and TypeMethodDescriptionCapacityConstraint.getSeverity()Gets the severity level for this constraint.Returns the enum constant of this class with the specified name.CapacityConstraint.ConstraintSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.capacity with parameters of type CapacityConstraint.ConstraintSeverityModifier and TypeMethodDescriptionCapacityConstraint.setSeverity(CapacityConstraint.ConstraintSeverity severity) Sets the severity level for this constraint. -
Uses of CapacityConstraint.ConstraintSeverity in neqsim.process.util.optimizer
Methods in neqsim.process.util.optimizer that return CapacityConstraint.ConstraintSeverityModifier and TypeMethodDescriptionConstraintSeverityLevel.toCapacitySeverity()Converts this unified severity to the 4-levelCapacityConstraint.ConstraintSeverity.Methods in neqsim.process.util.optimizer with parameters of type CapacityConstraint.ConstraintSeverityModifier and TypeMethodDescriptionstatic ConstraintSeverityLevelConstraintSeverityLevel.fromCapacitySeverity(CapacityConstraint.ConstraintSeverity severity) Converts fromCapacityConstraint.ConstraintSeverityto unified severity.