Class BottleneckAnalyzer.BottleneckResult
java.lang.Object
neqsim.process.fielddevelopment.evaluation.BottleneckAnalyzer.BottleneckResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
BottleneckAnalyzer
Bottleneck analysis result.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate doubleprivate Stringprivate BottleneckAnalyzer.EquipmentTypeprivate doubleprivate static final longprivate Stringprivate double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
equipmentName
-
equipmentType
-
constraintType
-
constraintDescription
-
utilization
private double utilization -
currentValue
private double currentValue -
maxValue
private double maxValue -
unit
-
-
Constructor Details
-
BottleneckResult
public BottleneckResult()
-
-
Method Details
-
getEquipmentName
-
getEquipmentType
-
getConstraintType
-
getConstraintDescription
-
getUtilization
public double getUtilization() -
getCurrentValue
public double getCurrentValue() -
getMaxValue
public double getMaxValue() -
getUnit
-
getRemainingCapacity
public double getRemainingCapacity()Gets remaining capacity.- Returns:
- remaining capacity (1.0 - utilization)
-
toString
-