Uses of Interface
org.evrete.api.RuntimeRule
-
Packages that use RuntimeRule Package Description org.evrete.api -
-
Uses of RuntimeRule in org.evrete.api
Methods in org.evrete.api that return RuntimeRule Modifier and Type Method Description RuntimeRuleRhsContext. getRule()A convenience method that returns reference to the current rule and its environment.Methods in org.evrete.api with parameters of type RuntimeRule Modifier and Type Method Description default voidActivationManager. onActivation(RuntimeRule rule, long count)This method is called after rule activation.default booleanActivationManager. test(RuntimeRule rule)Method parameters in org.evrete.api with type arguments of type RuntimeRule Modifier and Type Method Description default voidActivationManager. onAgenda(int sequenceId, List<RuntimeRule> agenda)This method is called once for each memory change and before any rule activations.
-