| Package | Description |
|---|---|
| ai.nightfall.scan.model |
| Modifier and Type | Method and Description |
|---|---|
LogicalOp |
DetectionRule.getLogicalOp()
Get the logical op.
|
static LogicalOp |
LogicalOp.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectionRule.setLogicalOp(LogicalOp logicalOp)
Set the logical op.
|
| Constructor and Description |
|---|
DetectionRule(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.
|
Copyright © 2022. All rights reserved.