Class AutomationDiagnostics.PhysicalBound

java.lang.Object
neqsim.process.automation.AutomationDiagnostics.PhysicalBound
Enclosing class:
AutomationDiagnostics

private static class AutomationDiagnostics.PhysicalBound extends Object
Represents physical bounds for a property value.
Version:
1.0
Author:
Even Solbraa
  • 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)