Class ProcessSafetyAnalysisSummary.UnitKpiSnapshot
java.lang.Object
neqsim.process.safety.ProcessSafetyAnalysisSummary.UnitKpiSnapshot
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProcessSafetyAnalysisSummary
public static final class ProcessSafetyAnalysisSummary.UnitKpiSnapshot
extends Object
implements Serializable
Snapshot of key KPIs for a unit.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate static final longprivate final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledouble
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
massBalance
private final double massBalance -
pressure
private final double pressure -
temperature
private final double temperature
-
-
Constructor Details
-
UnitKpiSnapshot
public UnitKpiSnapshot(double massBalance, double pressure, double temperature)
-
-
Method Details
-
getMassBalance
public double getMassBalance() -
getPressure
public double getPressure() -
getTemperature
public double getTemperature()
-