public interface Engine
SelectionCriteria, @{link Facts}, and ExecutionOptions returning EngineResults| Modifier and Type | Method and Description |
|---|---|
EngineResults |
execute(SelectionCriteria selectionCriteria,
Facts facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
EngineResults |
execute(SelectionCriteria selectionCriteria,
Map<String,Object> facts,
ExecutionOptions executionOptions)
Initiates execution of the rules engine.
|
EngineResults execute(SelectionCriteria selectionCriteria, Facts facts, ExecutionOptions executionOptions)
selectionCriteria - informs the engine of the SelectionCriteria to use for selection of contexts and agendasfacts - the facts that the rule engine can use during executionexecutionOptions - defines various ExecutionOptions that instruct the rules engine on how to perform it's executionEngineResults the results of engine executionEngineResults execute(SelectionCriteria selectionCriteria, Map<String,Object> facts, ExecutionOptions executionOptions)
selectionCriteria - informs the engine of the SelectionCriteria to use for selection of contexts and agendasfacts - the facts that the rule engine can use during execution. Since this signature does not pass in
Terms, all terms are defined with only a name, and term parameters can not be specified.executionOptions - defines various ExecutionOptions that instruct the rules engine on how to perform it's executionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.