Class BottleneckAnalyzer.DebottleneckOption
java.lang.Object
neqsim.process.fielddevelopment.evaluation.BottleneckAnalyzer.DebottleneckOption
- All Implemented Interfaces:
Serializable
- Enclosing class:
BottleneckAnalyzer
Debottlenecking option.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDebottleneckOption(String name, String description, double capacityIncrease, double costMUSD, int months) Creates a debottlenecking option. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
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 namedescription- detailed descriptioncapacityIncrease- capacity increase (0.0-1.0)costMUSD- estimated cost in MUSDmonths- implementation time in months
-
-
Method Details
-
getName
-
getDescription
-
getCapacityIncrease
public double getCapacityIncrease() -
getEstimatedCostMUSD
public double getEstimatedCostMUSD() -
getImplementationMonths
public int getImplementationMonths() -
toString
-