Uses of Class
neqsim.process.safety.risk.sis.SafetyInstrumentedFunction
Packages that use SafetyInstrumentedFunction
Package
Description
Bow-Tie Diagram Generation Package.
Safety Instrumented System (SIS) Integration Package.
-
Uses of SafetyInstrumentedFunction in neqsim.process.safety.risk.bowtie
Fields in neqsim.process.safety.risk.bowtie declared as SafetyInstrumentedFunctionFields in neqsim.process.safety.risk.bowtie with type parameters of type SafetyInstrumentedFunctionModifier and TypeFieldDescriptionprivate List<SafetyInstrumentedFunction> BowTieAnalyzer.availableSIFsAvailable SIFs for barriers.Methods in neqsim.process.safety.risk.bowtie that return SafetyInstrumentedFunctionMethods in neqsim.process.safety.risk.bowtie with parameters of type SafetyInstrumentedFunctionModifier and TypeMethodDescriptionvoidBowTieAnalyzer.addAvailableSIF(SafetyInstrumentedFunction sif) Adds available SIF for barrier assignment.voidBowTieModel.Barrier.setSif(SafetyInstrumentedFunction sif) -
Uses of SafetyInstrumentedFunction in neqsim.process.safety.risk.sis
Fields in neqsim.process.safety.risk.sis declared as SafetyInstrumentedFunctionModifier and TypeFieldDescriptionprivate SafetyInstrumentedFunctionSafetyInstrumentedFunction.Builder.sifprivate SafetyInstrumentedFunctionSILVerificationResult.sifSIF being verified.Fields in neqsim.process.safety.risk.sis with type parameters of type SafetyInstrumentedFunctionModifier and TypeFieldDescriptionprivate Map<String, List<SafetyInstrumentedFunction>> SISIntegratedRiskModel.equipmentSIFsMapping of equipment to protecting SIFs.private Map<String, List<SafetyInstrumentedFunction>> SISIntegratedRiskModel.eventSIFsMapping of initiating events to mitigating SIFs.private List<SafetyInstrumentedFunction> SISIntegratedRiskModel.sifsList of SIFs in the model.Methods in neqsim.process.safety.risk.sis that return SafetyInstrumentedFunctionModifier and TypeMethodDescriptionSafetyInstrumentedFunction.Builder.build()SILVerificationResult.getSif()Methods in neqsim.process.safety.risk.sis that return types with arguments of type SafetyInstrumentedFunctionModifier and TypeMethodDescriptionSISIntegratedRiskModel.getSIFs()Gets all SIFs in the model.SISIntegratedRiskModel.getSIFsForEquipment(String equipmentName) Gets SIFs protecting specific equipment.SISIntegratedRiskModel.getSIFsForEvent(String eventName) Gets SIFs mitigating a specific initiating event.Methods in neqsim.process.safety.risk.sis with parameters of type SafetyInstrumentedFunctionModifier and TypeMethodDescriptionvoidSISIntegratedRiskModel.addSIF(SafetyInstrumentedFunction sif) Adds a SIF to the model.Method parameters in neqsim.process.safety.risk.sis with type arguments of type SafetyInstrumentedFunctionModifier and TypeMethodDescriptionvoidSISRiskResult.addEventResult(String eventName, double unmitigated, double mitigated, List<SafetyInstrumentedFunction> sifs) Adds an event result.Constructors in neqsim.process.safety.risk.sis with parameters of type SafetyInstrumentedFunctionModifierConstructorDescriptionCreates SIL verification result.