Uses of Package
org.kie.api.runtime.rule
Packages that use org.kie.api.runtime.rule
Package
Description
Events emitted while rules are executing.
The runtime engine classes, including KieSession and StatelessKieSession.
The process runtime classes.
The rule runtime classes.
-
Classes in org.kie.api.runtime.rule used by org.kie.api.command
-
Classes in org.kie.api.runtime.rule used by org.kie.api.event.ruleClassDescriptionAn handle to a fact inserted into the working memory
-
Classes in org.kie.api.runtime.rule used by org.kie.api.runtimeClassDescriptionAn entry-point is an abstract channel through where facts are inserted into the engine.The
RuleRuntimeis a super-interface for allKieSessions.This interface adds methods available to theKieSessionbeyond what the WorkingMemory provides.This interface is used as part of theStatelessKieSession, which is the interface returned from theKieBase. -
Classes in org.kie.api.runtime.rule used by org.kie.api.runtime.process
-
Classes in org.kie.api.runtime.rule used by org.kie.api.runtime.ruleClassDescriptionAn entry-point is an abstract channel through where facts are inserted into the engine.An handle to a fact inserted into the working memoryThe way how the fact to which this FactHandle was assigned has been inserted into the working memoryAn interface for Operator definitions.Contains the results of a query.A row of data from the QueryResults container.The
RuleRuntimeis a super-interface for allKieSessions.