Package | Description |
---|---|
org.kie.api.runtime |
The runtime engine classes, including KieSession and StatelessKieSession.
|
org.kie.api.runtime.rule |
The rule runtime classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
KieRuntime |
interface |
KieSession
KieSession is the most common way to interact with the engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RuleRuntime
The
RuleRuntime is a super-interface for all KieSession s. |
Modifier and Type | Method and Description |
---|---|
EntryPoint |
RuleRuntime.getEntryPoint(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends EntryPoint> |
RuleRuntime.getEntryPoints()
Returns a collection of all available working memory entry points
for this session.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.