Uses of Class
neqsim.process.logic.sis.Detector
Packages that use Detector
-
Uses of Detector in neqsim.process.logic.hipps
Fields in neqsim.process.logic.hipps with type parameters of type DetectorMethods in neqsim.process.logic.hipps that return DetectorModifier and TypeMethodDescriptionHIPPSLogic.getPressureSensor(int index) Gets a specific pressure sensor.Methods in neqsim.process.logic.hipps with parameters of type DetectorModifier and TypeMethodDescriptionvoidHIPPSLogic.addPressureSensor(Detector sensor) Adds a pressure sensor to the HIPPS voting group. -
Uses of Detector in neqsim.process.logic.sis
Fields in neqsim.process.logic.sis with type parameters of type DetectorMethods in neqsim.process.logic.sis that return DetectorModifier and TypeMethodDescriptionSafetyInstrumentedFunction.getDetector(int index) Gets a specific detector by index.Methods in neqsim.process.logic.sis that return types with arguments of type DetectorMethods in neqsim.process.logic.sis with parameters of type DetectorModifier and TypeMethodDescriptionvoidSafetyInstrumentedFunction.addDetector(Detector detector) Adds a detector to this SIF.