Class CompressorPropertyProfile
java.lang.Object
neqsim.process.equipment.compressor.CompressorPropertyProfile
- All Implemented Interfaces:
Serializable
CompressorPropertyProfile class.
- Version:
- $Id: $Id
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ArrayList<SystemInterface> private booleanprivate static final longSerialization version UID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFluid(SystemInterface inputFLuid) addFluid.getFluid()Getter for the fieldfluid.booleanisActive()isActive.voidsetActive(boolean isActive) setActive.voidsetFluid(ArrayList<SystemInterface> fluid) Setter for the fieldfluid.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
fluid
-
isActive
private boolean isActive
-
-
Constructor Details
-
CompressorPropertyProfile
public CompressorPropertyProfile()Constructor for CompressorPropertyProfile.
-
-
Method Details
-
addFluid
addFluid.
- Parameters:
inputFLuid- aSystemInterfaceobject
-
isActive
public boolean isActive()isActive.
- Returns:
- a boolean
-
setActive
public void setActive(boolean isActive) setActive.
- Parameters:
isActive- a boolean
-
getFluid
Getter for the field
fluid.- Returns:
- a
ArrayListobject
-
setFluid
Setter for the field
fluid.- Parameters:
fluid- aArrayListobject
-