Class DesignStandard
java.lang.Object
neqsim.process.mechanicaldesign.designstandards.DesignStandard
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbsorptionColumnDesignStandard, AdsorptionDehydrationDesignStandard, CompressorDesignStandard, GasScrubberDesignStandard, JointEfficiencyPipelineStandard, JointEfficiencyPlateStandard, MaterialPipeDesignStandard, MaterialPlateDesignStandard, PipelineDesignStandard, PipingDesignStandard, PressureVesselDesignStandard, SeparatorDesignStandard, ValveDesignStandard
DesignStandard class.
- Version:
- $Id: $Id
- Author:
- esol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for DesignStandard.DesignStandard(String name, MechanicalDesign equipmentInn) Constructor for DesignStandard. -
Method Summary
Modifier and TypeMethodDescriptionCompute the safety margins for the associated equipment.booleanGetter for the fieldequipment.Getter for the fieldstandardName.inthashCode()voidsetDesignStandardName(String name) setDesignStandardName.voidsetEquipment(MechanicalDesign equipment) Setter for the fieldequipment.voidsetStandardName(String standardName) Setter for the fieldstandardName.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
equipment
-
standardName
-
-
Constructor Details
-
DesignStandard
public DesignStandard()Constructor for DesignStandard.
-
DesignStandard
Constructor for DesignStandard.
- Parameters:
name- aStringobjectequipmentInn- aMechanicalDesignobject
-
-
Method Details
-
setDesignStandardName
-
getEquipment
-
setEquipment
Setter for the field
equipment.- Parameters:
equipment- the equipment to set
-
getStandardName
-
setStandardName
Setter for the field
standardName.- Parameters:
standardName- the standardName to set
-
computeSafetyMargins
Compute the safety margins for the associated equipment.- Returns:
- margin result or
MechanicalDesignMarginResult.EMPTYif unavailable.
-
hashCode
-
equals
-