Class AutomationDiagnostics.PhysicalBound
java.lang.Object
neqsim.process.automation.AutomationDiagnostics.PhysicalBound
- Enclosing class:
AutomationDiagnostics
Represents physical bounds for a property value.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPhysicalBound(double hardMin, double softMin, double softMax, double hardMax) Creates a physical bound. -
Method Summary
-
Field Details
-
hardMin
final double hardMin -
hardMax
final double hardMax -
softMin
final double softMin -
softMax
final double softMax
-
-
Constructor Details
-
PhysicalBound
PhysicalBound(double hardMin, double softMin, double softMax, double hardMax) Creates a physical bound.- Parameters:
hardMin- absolute minimum (physically impossible below this)softMin- typical minimum (unusual below this)softMax- typical maximum (unusual above this)hardMax- absolute maximum (physically impossible above this)
-