Class BottleneckAnalyzer.BottleneckResult

java.lang.Object
neqsim.process.fielddevelopment.evaluation.BottleneckAnalyzer.BottleneckResult
All Implemented Interfaces:
Serializable
Enclosing class:
BottleneckAnalyzer

public static class BottleneckAnalyzer.BottleneckResult extends Object implements Serializable
Bottleneck analysis result.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

  • Constructor Details

    • BottleneckResult

      public BottleneckResult()
  • Method Details

    • getEquipmentName

      public String getEquipmentName()
    • getEquipmentType

      public BottleneckAnalyzer.EquipmentType getEquipmentType()
    • getConstraintType

      public BottleneckAnalyzer.ConstraintType getConstraintType()
    • getConstraintDescription

      public String getConstraintDescription()
    • getUtilization

      public double getUtilization()
    • getCurrentValue

      public double getCurrentValue()
    • getMaxValue

      public double getMaxValue()
    • getUnit

      public String getUnit()
    • getRemainingCapacity

      public double getRemainingCapacity()
      Gets remaining capacity.
      Returns:
      remaining capacity (1.0 - utilization)
    • toString

      public String toString()
      Overrides:
      toString in class Object