Class ShutdownProfile.ProfilePoint
java.lang.Object
neqsim.process.equipment.compressor.ShutdownProfile.ProfilePoint
- All Implemented Interfaces:
Serializable
- Enclosing class:
ShutdownProfile
Inner class representing a point in the shutdown profile.
- Version:
- 1.0
- Author:
- esol
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate static final longprivate final doubleprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionProfilePoint(double time, double targetSpeed, String action) Constructor for ProfilePoint. -
Method Summary
Modifier and TypeMethodDescriptionGet the action description.doubleGet the target speed.doublegetTime()Get the elapsed time.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
time
private final double time -
targetSpeed
private final double targetSpeed -
action
-
-
Constructor Details
-
ProfilePoint
Constructor for ProfilePoint.- Parameters:
time- elapsed time from shutdown start in secondstargetSpeed- target speed at this point in RPMaction- 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
-