Uses of Enum Class
neqsim.process.util.optimizer.ConstraintSeverityLevel
Packages that use ConstraintSeverityLevel
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of ConstraintSeverityLevel in neqsim.process.util.optimizer
Subclasses with type arguments of type ConstraintSeverityLevel in neqsim.process.util.optimizerModifier and TypeClassDescriptionenumUnified severity level for all constraint types in the optimization framework.Fields in neqsim.process.util.optimizer declared as ConstraintSeverityLevelModifier and TypeFieldDescriptionprivate final ConstraintSeverityLevelConstraintPenaltyCalculator.ConstraintEvaluation.severityMethods in neqsim.process.util.optimizer that return ConstraintSeverityLevelModifier and TypeMethodDescriptionstatic ConstraintSeverityLevelConstraintSeverityLevel.fromCapacitySeverity(CapacityConstraint.ConstraintSeverity severity) Converts fromCapacityConstraint.ConstraintSeverityto unified severity.static ConstraintSeverityLevelConstraintSeverityLevel.fromIsHard(boolean isHard) Converts from the booleanisHardflag used inProcessSimulationEvaluator.ConstraintDefinitionto unified severity.static ConstraintSeverityLevelConstraintSeverityLevel.fromOptimizerSeverity(ProductionOptimizer.ConstraintSeverity severity) Converts fromProductionOptimizer.ConstraintSeverityto unified severity.ConstraintPenaltyCalculator.ConstraintEvaluation.getSeverity()Gets the severity level.CapacityConstraintAdapter.getSeverityLevel()Returns the severity of this constraint.ProcessConstraint.getSeverityLevel()Returns the severity of this constraint.ProcessSimulationEvaluator.ConstraintDefinition.getSeverityLevel()Returns the severity of this constraint.ProductionOptimizer.OptimizationConstraint.getSeverityLevel()Returns the severity of this constraint.static ConstraintSeverityLevelReturns the enum constant of this class with the specified name.static ConstraintSeverityLevel[]ConstraintSeverityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.util.optimizer with parameters of type ConstraintSeverityLevelModifierConstructorDescriptionConstraintEvaluation(String name, ConstraintSeverityLevel severity, double margin, boolean satisfied, double penalty, String description) Constructs a constraint evaluation snapshot.