Class SILVerificationResult.ComponentContribution
java.lang.Object
neqsim.process.safety.risk.sis.SILVerificationResult.ComponentContribution
- All Implemented Interfaces:
Serializable
- Enclosing class:
SILVerificationResult
public static class SILVerificationResult.ComponentContribution
extends Object
implements Serializable
Component contribution to overall PFD.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionComponentContribution(String name, String type, double failureRate, double pfd, double percent) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
componentName
-
componentType
-
failureRate
private double failureRate -
pfdContribution
private double pfdContribution -
percentOfTotal
private double percentOfTotal
-
-
Constructor Details
-
ComponentContribution
-
-
Method Details
-
getComponentName
-
getComponentType
-
getFailureRate
public double getFailureRate() -
getPfdContribution
public double getPfdContribution() -
getPercentOfTotal
public double getPercentOfTotal() -
toMap
-