PredicateType - type of the predicate (uni, bi, ...) matching the streampublic final class DroolsCondition.ImmediatelyPreviousFilter<PredicateType> extends Object
Predicate. This is done for
performance reasons, as filters are not indexed and therefore we only want to pay the penalty once.
This class is a data carrier facilitating that feature.| Modifier and Type | Field and Description |
|---|---|
PredicateType |
predicate |
T |
ruleStructure |
| Constructor and Description |
|---|
ImmediatelyPreviousFilter(T ruleStructure,
PredicateType predicate) |
public final T extends DroolsRuleStructure<PatternVar> ruleStructure
public final PredicateType predicate
public ImmediatelyPreviousFilter(T ruleStructure, PredicateType predicate)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.