Class SubrModlExporter.ModelParameter
java.lang.Object
neqsim.process.mpc.SubrModlExporter.ModelParameter
- All Implemented Interfaces:
Serializable
- Enclosing class:
SubrModlExporter
Model parameter definition.
- Since:
- 3.0
- Version:
- 1.0
- Author:
- Even Solbraa
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelParameter(String name, double value, String unit, String description) Create a model parameter. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
value
private final double value -
unit
-
description
-
-
Constructor Details
-
ModelParameter
-
-
Method Details
-
getName
-
getValue
public double getValue() -
getUnit
-
getDescription
-