public interface Effector
| Modifier and Type | Method and Description |
|---|---|
boolean |
mergeEffects(java.lang.String expr,
Effect[] effects,
float[] results)
Deprecated.
use newStreamEffector instead of this.
|
default StreamEffector |
newStreamEffector(java.lang.String expr) |
boolean mergeEffects(java.lang.String expr,
Effect[] effects,
float[] results)
expr - the expression of [policy_effect].effects - the effects of all matched rules.results - the matcher results of all matched rules.default StreamEffector newStreamEffector(java.lang.String expr)
Copyright © 2017–2024. All rights reserved.