Uses of Interface
org.evrete.api.RuleSet
-
Packages that use RuleSet Package Description org.evrete.api -
-
Uses of RuleSet in org.evrete.api
Subinterfaces of RuleSet in org.evrete.api Modifier and Type Interface Description interfaceKnowledgeinterfaceRuleSession<S extends RuleSession<S>>Base interface for both stateful and stateless sessionsinterfaceRuleSetContext<C extends RuntimeContext<C>,R extends Rule>interfaceStatefulSessioninterfaceStatelessSessionUnlike stateful sessions, stateless sessions are designed to be short-living instances that can be fired only once, returning the resulting working memory snapshot.Methods in org.evrete.api with parameters of type RuleSet Modifier and Type Method Description voidRuleBuilderExceptionHandler. handle(RuleSet<?> context, Rule rule, RuntimeException exception)Deprecated.
-