Uses of Enum Class
neqsim.process.util.optimization.ProductionOptimizer.ConstraintDirection
Packages that use ProductionOptimizer.ConstraintDirection
Package
Description
Optimization utilities for batch studies and parameter screening.
-
Uses of ProductionOptimizer.ConstraintDirection in neqsim.process.util.optimization
Subclasses with type arguments of type ProductionOptimizer.ConstraintDirection in neqsim.process.util.optimizationModifier and TypeClassDescriptionstatic enumDirection of a constraint comparison.Fields in neqsim.process.util.optimization declared as ProductionOptimizer.ConstraintDirectionModifier and TypeFieldDescriptionprivate final ProductionOptimizer.ConstraintDirectionProductionOptimizer.EquipmentConstraintRule.directionprivate final ProductionOptimizer.ConstraintDirectionProductionOptimizer.OptimizationConstraint.directionMethods in neqsim.process.util.optimization that return ProductionOptimizer.ConstraintDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProductionOptimizer.ConstraintDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.process.util.optimization with parameters of type ProductionOptimizer.ConstraintDirectionModifierConstructorDescriptionEquipmentConstraintRule(Class<?> equipmentType, String name, ProductionOptimizer.EquipmentMetric metric, double limit, ProductionOptimizer.ConstraintDirection direction, ProductionOptimizer.ConstraintSeverity severity, double penaltyWeight, String description) OptimizationConstraint(String name, ToDoubleFunction<ProcessSystem> metric, double limit, ProductionOptimizer.ConstraintDirection direction, ProductionOptimizer.ConstraintSeverity severity, double penaltyWeight, String description)