Uses of Interface
org.evrete.api.RuleSession
-
Packages that use RuleSession Package Description org.evrete.api -
-
Uses of RuleSession in org.evrete.api
Classes in org.evrete.api with type parameters of type RuleSession Modifier and Type Interface Description interfaceRuleSession<S extends RuleSession<S>>Base interface for both stateful and stateless sessionsSubinterfaces of RuleSession in org.evrete.api Modifier and Type Interface Description 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 that return RuleSession Modifier and Type Method Description default 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 Modifier and Type Method Description Collection<RuleSession<?>>Knowledge. getSessions()
-