|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionEnvironment
The ExecutionEnvironment manages contextual information which is made available to
different components of the rules engine during execution. Facts can be retrieved
from and published to the environment. It also provides a reference to the
EngineResults
or tracking engine activity and returning values back to
the client of the rules engine.
Method Summary | ||
---|---|---|
void |
addTermResolver(TermResolver<?> termResolver)
|
|
EngineResults |
getEngineResults()
|
|
ExecutionOptions |
getExecutionOptions()
|
|
Map<Term,Object> |
getFacts()
Returns an immutable Map of facts available within this environment. |
|
SelectionCriteria |
getSelectionCriteria()
Returns the selection criteria that was used to initialize the environment. |
|
boolean |
publishFact(Term factName,
Object factValue)
Publishes a new fact |
|
|
resolveTerm(Term term)
|
Method Detail |
---|
SelectionCriteria getSelectionCriteria()
Map<Term,Object> getFacts()
boolean publishFact(Term factName, Object factValue)
factName
- name of the fact to publishfactValue
- value of the fact to publish
// TODO: we don't support updating facts, refactor this method
void addTermResolver(TermResolver<?> termResolver)
<T> T resolveTerm(Term term) throws TermResolutionException
TermResolutionException
ExecutionOptions getExecutionOptions()
EngineResults getEngineResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |