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 Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • equipment

      Equipment whose variable is observed.
    • variable

      String variable
      Variable name (pressure, temperature, flow, etc.).
    • targetValue

      double targetValue
      Desired target value.
    • unit

      String unit
      Unit string.
    • phase

      String phase
      Phase name (optional).
    • component

      String component
      Component name (optional).
  • Constructor Details

    • TargetSpecification

      private TargetSpecification()