Uses of Enum
ai.nightfall.scan.model.LogicalOp
Packages that use LogicalOp
-
Uses of LogicalOp in ai.nightfall.scan.model
Methods in ai.nightfall.scan.model that return LogicalOpModifier and TypeMethodDescriptionDetectionRule.getLogicalOp()Get the logical op.static LogicalOpReturns the enum constant of this type with the specified name.static LogicalOp[]LogicalOp.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.nightfall.scan.model with parameters of type LogicalOpModifier and TypeMethodDescriptionvoidDetectionRule.setLogicalOp(LogicalOp logicalOp) Set the logical op.Constructors in ai.nightfall.scan.model with parameters of type LogicalOpModifierConstructorDescriptionDetectionRule(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.