Uses of Class
ai.nightfall.scan.model.Detector
Packages that use Detector
-
Uses of Detector in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return types with arguments of type DetectorMethod parameters in ai.nightfall.scan.model with type arguments of type DetectorModifier and TypeMethodDescriptionvoidDetectionRule.setDetectors(List<Detector> detectors) Set the detectors.Constructor parameters in ai.nightfall.scan.model with type arguments of type DetectorModifierConstructorDescriptionDetectionRule(List<Detector> detectors, LogicalOp logicalOp) Create a detection rule with the provided detectors and logicalOp.DetectionRule(List<Detector> detectors, LogicalOp logicalOp, String name) Create a detection rule with the provided detectors and logicalOp.