Uses of Interface
org.evrete.api.RuntimeRule
Packages that use RuntimeRule
-
Uses of RuntimeRule in org.evrete.api
Methods in org.evrete.api that return RuntimeRuleModifier and TypeMethodDescriptionRhsContext.getRule()A convenience method that returns reference to the current rule and its environment.Methods in org.evrete.api with parameters of type RuntimeRuleModifier and TypeMethodDescriptiondefault 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 RuntimeRuleModifier and TypeMethodDescriptiondefault voidActivationManager.onAgenda(int sequenceId, List<RuntimeRule> agenda) This method is called once for each memory change and before any rule activations.