Uses of Class
neqsim.process.safety.risk.bowtie.BowTieModel
Packages that use BowTieModel
-
Uses of BowTieModel in neqsim.process.safety.risk.bowtie
Fields in neqsim.process.safety.risk.bowtie declared as BowTieModelFields in neqsim.process.safety.risk.bowtie with type parameters of type BowTieModelModifier and TypeFieldDescriptionprivate List<BowTieModel> BowTieAnalyzer.bowTieModelsGenerated bow-tie models.Methods in neqsim.process.safety.risk.bowtie that return BowTieModelModifier and TypeMethodDescriptionBowTieAnalyzer.createBowTie(String hazardId, String hazardDescription, String hazardType) Creates a bow-tie model for a specific hazard.Gets bow-tie model by hazard ID.Methods in neqsim.process.safety.risk.bowtie that return types with arguments of type BowTieModelModifier and TypeMethodDescriptionBowTieAnalyzer.autoGenerateFromProcess()Auto-generates bow-ties from process system topology.BowTieAnalyzer.getBowTieModels()Gets all bow-tie models.Constructors in neqsim.process.safety.risk.bowtie with parameters of type BowTieModelModifierConstructorDescriptionBowTieSvgExporter(BowTieModel model) Creates an SVG exporter for the specified bow-tie model.BowTieSvgExporter(BowTieModel model, int width, int height) Creates an SVG exporter with custom dimensions.