Uses of Interface
org.evrete.api.RuleSet
Packages that use RuleSet
-
Uses of RuleSet in org.evrete.api
Subinterfaces of RuleSet in org.evrete.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceRuleSession<S extends RuleSession<S>>Base interface for both stateful and stateless sessionsinterfaceRuleSetContext<C extends RuntimeContext<C>,R extends Rule> interfaceinterfaceUnlike 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 RuleSetModifier and TypeMethodDescriptionvoidRuleBuilderExceptionHandler.handle(RuleSet<?> context, RuleBuilder<?> builder, RuntimeException exception)