Class ProcessSensitivityAnalyzer.VariableSpec
java.lang.Object
neqsim.process.util.sensitivity.ProcessSensitivityAnalyzer.VariableSpec
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessSensitivityAnalyzer
Specification of a variable (equipment + property).
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVariableSpec(String equipmentName, String propertyName) Creates a variable specification.VariableSpec(String equipmentName, String propertyName, String unit) Creates a variable specification with unit. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
equipmentName
-
propertyName
-
unit
-
-
Constructor Details
-
VariableSpec
-
VariableSpec
-
-
Method Details
-
getEquipmentName
-
getPropertyName
-
getUnit
-
getFullName
Returns the full variable name "equipment.property".- Returns:
- the full variable name
-
toString
-