Uses of Interface
org.evrete.api.RuleSession
Packages that use RuleSession
-
Uses of RuleSession in org.evrete.api
Classes in org.evrete.api with type parameters of type RuleSessionModifier and TypeInterfaceDescriptioninterfaceRuleSession<S extends RuleSession<S>>Base interface for both stateful and stateless sessionsSubinterfaces of RuleSession in org.evrete.apiModifier and TypeInterfaceDescriptioninterfaceinterfaceUnlike 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 that return RuleSessionModifier and TypeMethodDescriptiondefault RuleSession<?>RhsContext.getRuntime()Provides access to the runtime context, an equivalent togetRule().getRuntime().RuleSession<?>RuntimeRule.getRuntime()Methods in org.evrete.api that return types with arguments of type RuleSession