public interface Operator<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(OperatorContext context,
BaseEventTypeNode eventNode,
FilterOperand[] operands) |
void |
validate(FilterContext context,
FilterOperand[] operands) |
void validate(FilterContext context, FilterOperand[] operands) throws ValidationException
ValidationException@Nullable T apply(OperatorContext context, BaseEventTypeNode eventNode, FilterOperand[] operands) throws UaException
UaExceptionCopyright © 2021. All rights reserved.