Class BottleneckAnalyzer.DebottleneckOption

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

public static class BottleneckAnalyzer.DebottleneckOption extends Object implements Serializable
Debottlenecking option.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private final String name
    • description

      private final String description
    • capacityIncrease

      private final double capacityIncrease
    • estimatedCostMUSD

      private final double estimatedCostMUSD
    • implementationMonths

      private final int implementationMonths
  • Constructor Details

    • DebottleneckOption

      public DebottleneckOption(String name, String description, double capacityIncrease, double costMUSD, int months)
      Creates a debottlenecking option.
      Parameters:
      name - option name
      description - detailed description
      capacityIncrease - capacity increase (0.0-1.0)
      costMUSD - estimated cost in MUSD
      months - implementation time in months
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getCapacityIncrease

      public double getCapacityIncrease()
    • getEstimatedCostMUSD

      public double getEstimatedCostMUSD()
    • getImplementationMonths

      public int getImplementationMonths()
    • toString

      public String toString()
      Overrides:
      toString in class Object