Class CostEstimateBaseClass
java.lang.Object
neqsim.process.costestimation.CostEstimateBaseClass
- All Implemented Interfaces:
Serializable
CostEstimateBaseClass class.
- Version:
- $Id: $Id
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double(package private) static org.apache.logging.log4j.LoggerLogger object for class.private SystemMechanicalDesignprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionCostEstimateBaseClass(SystemMechanicalDesign processdesign) Constructor for CostEstimateBaseClass.CostEstimateBaseClass(SystemMechanicalDesign processdesign, double costFactor) Constructor for CostEstimateBaseClass. -
Method Summary
Modifier and TypeMethodDescriptionbooleandoublegetCAPEXestimate.doublegetWeightBasedCAPEXEstimate.inthashCode()
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
logger
static org.apache.logging.log4j.Logger loggerLogger object for class. -
processdesign
-
CAPEXperWeight
private double CAPEXperWeight
-
-
Constructor Details
-
CostEstimateBaseClass
Constructor for CostEstimateBaseClass.
- Parameters:
processdesign- aSystemMechanicalDesignobject
-
CostEstimateBaseClass
Constructor for CostEstimateBaseClass.
- Parameters:
processdesign- aSystemMechanicalDesigncostFactor- cost factor
-
-
Method Details
-
getWeightBasedCAPEXEstimate
public double getWeightBasedCAPEXEstimate()getWeightBasedCAPEXEstimate.
- Returns:
- a double
-
getCAPEXestimate
public double getCAPEXestimate()getCAPEXestimate.
- Returns:
- a double
-
hashCode
-
equals
-