Uses of Class
neqsim.process.mechanicaldesign.subsea.BarrierElement
Packages that use BarrierElement
Package
Description
Mechanical design package for subsea SURF (Subsea, Umbilicals, Risers, Flowlines) equipment.
-
Uses of BarrierElement in neqsim.process.mechanicaldesign.subsea
Fields in neqsim.process.mechanicaldesign.subsea with type parameters of type BarrierElementModifier and TypeFieldDescriptionprivate final List<BarrierElement> BarrierEnvelope.elementsOrdered list of barrier elements forming this envelope.Methods in neqsim.process.mechanicaldesign.subsea that return types with arguments of type BarrierElementModifier and TypeMethodDescriptionBarrierEnvelope.getElements()Get all elements in this envelope (unmodifiable).BarrierEnvelope.getElementsByType(BarrierElement.ElementType type) Get all elements of a specific type.BarrierEnvelope.getFailedElements()Get failed elements in this envelope.Methods in neqsim.process.mechanicaldesign.subsea with parameters of type BarrierElementModifier and TypeMethodDescriptionvoidBarrierEnvelope.addElement(BarrierElement element) Add a barrier element to this envelope.