Class RealTimeRiskAssessment.SafetySystemStatus
java.lang.Object
neqsim.process.safety.risk.realtime.RealTimeRiskAssessment.SafetySystemStatus
- All Implemented Interfaces:
Serializable
- Enclosing class:
RealTimeRiskAssessment
public static class RealTimeRiskAssessment.SafetySystemStatus
extends Object
implements Serializable
Safety system status summary.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate intprivate doubleprivate static final longprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintdoubleintvoidsetAvailableSIFs(int available) voidsetBypassedSIFs(int bypassed) voidsetDemandedSIFs(int demanded) voidsetOverallSISHealth(double health) voidsetTotalSIFs(int total) toMap()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
totalSIFs
private int totalSIFs -
availableSIFs
private int availableSIFs -
bypassedSIFs
private int bypassedSIFs -
demandedSIFs
private int demandedSIFs -
overallSISHealth
private double overallSISHealth
-
-
Constructor Details
-
SafetySystemStatus
public SafetySystemStatus()
-
-
Method Details
-
getTotalSIFs
public int getTotalSIFs() -
setTotalSIFs
public void setTotalSIFs(int total) -
getAvailableSIFs
public int getAvailableSIFs() -
setAvailableSIFs
public void setAvailableSIFs(int available) -
getBypassedSIFs
public int getBypassedSIFs() -
setBypassedSIFs
public void setBypassedSIFs(int bypassed) -
getDemandedSIFs
public int getDemandedSIFs() -
setDemandedSIFs
public void setDemandedSIFs(int demanded) -
getOverallSISHealth
public double getOverallSISHealth() -
setOverallSISHealth
public void setOverallSISHealth(double health) -
toMap
-