Class ShutdownProfile.ProfilePoint

java.lang.Object
neqsim.process.equipment.compressor.ShutdownProfile.ProfilePoint
All Implemented Interfaces:
Serializable
Enclosing class:
ShutdownProfile

public static class ShutdownProfile.ProfilePoint extends Object implements Serializable
Inner class representing a point in the shutdown profile.
Version:
1.0
Author:
esol
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • time

      private final double time
    • targetSpeed

      private final double targetSpeed
    • action

      private final String action
  • Constructor Details

    • ProfilePoint

      public ProfilePoint(double time, double targetSpeed, String action)
      Constructor for ProfilePoint.
      Parameters:
      time - elapsed time from shutdown start in seconds
      targetSpeed - target speed at this point in RPM
      action - action or check description
  • Method Details

    • getTime

      public double getTime()
      Get the elapsed time.
      Returns:
      time in seconds
    • getTargetSpeed

      public double getTargetSpeed()
      Get the target speed.
      Returns:
      speed in RPM
    • getAction

      public String getAction()
      Get the action description.
      Returns:
      action string