Class MultiVariableAdjuster.AdjustedVariable
java.lang.Object
neqsim.process.equipment.util.MultiVariableAdjuster.AdjustedVariable
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultiVariableAdjuster
Definition of a single adjusted (manipulated) variable.
- Version:
- 1.0
- Author:
- NeqSim
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ProcessEquipmentInterfaceEquipment whose variable is manipulated.(package private) doubleLower bound.private static final longSerialization version UID.(package private) StringUnit string.(package private) doubleUpper bound.(package private) StringVariable name (pressure, temperature, flow, etc.). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
equipment
ProcessEquipmentInterface equipmentEquipment whose variable is manipulated. -
variable
String variableVariable name (pressure, temperature, flow, etc.). -
unit
String unitUnit string. -
lowerBound
double lowerBoundLower bound. -
upperBound
double upperBoundUpper bound.
-
-
Constructor Details
-
AdjustedVariable
private AdjustedVariable()
-