Class MultiVariableAdjuster.TargetSpecification
java.lang.Object
neqsim.process.equipment.util.MultiVariableAdjuster.TargetSpecification
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultiVariableAdjuster
private static class MultiVariableAdjuster.TargetSpecification
extends Object
implements Serializable
Definition of a single target specification.
- Version:
- 1.0
- Author:
- NeqSim
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringComponent name (optional).(package private) ProcessEquipmentInterfaceEquipment whose variable is observed.(package private) StringPhase name (optional).private static final longSerialization version UID.(package private) doubleDesired target value.(package private) StringUnit string.(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 observed. -
variable
String variableVariable name (pressure, temperature, flow, etc.). -
targetValue
double targetValueDesired target value. -
unit
String unitUnit string. -
phase
String phasePhase name (optional). -
component
String componentComponent name (optional).
-
-
Constructor Details
-
TargetSpecification
private TargetSpecification()
-