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 Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • componentName

      private String componentName
    • componentType

      private String componentType
    • failureRate

      private double failureRate
    • pfdContribution

      private double pfdContribution
    • percentOfTotal

      private double percentOfTotal
  • Constructor Details

    • ComponentContribution

      public ComponentContribution(String name, String type, double failureRate, double pfd, double percent)
  • Method Details

    • getComponentName

      public String getComponentName()
    • getComponentType

      public String getComponentType()
    • getFailureRate

      public double getFailureRate()
    • getPfdContribution

      public double getPfdContribution()
    • getPercentOfTotal

      public double getPercentOfTotal()
    • toMap

      public Map<String,Object> toMap()