Uses of Class
neqsim.process.util.optimizer.DebottleneckAnalyzer.EquipmentStatus
Packages that use DebottleneckAnalyzer.EquipmentStatus
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of DebottleneckAnalyzer.EquipmentStatus in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer with type parameters of type DebottleneckAnalyzer.EquipmentStatusModifier and TypeFieldDescriptionprivate final List<DebottleneckAnalyzer.EquipmentStatus> DebottleneckAnalyzer.rankedEquipmentMethods in neqsim.process.util.optimizer that return types with arguments of type DebottleneckAnalyzer.EquipmentStatusModifier and TypeMethodDescriptionDebottleneckAnalyzer.getConstrainedEquipment()Gets only equipment above the warning threshold.DebottleneckAnalyzer.getRankedEquipment()Gets all equipment ranked by utilization (highest first).