| 程序包 | 说明 |
|---|---|
| com.bstek.urule.runtime | |
| com.bstek.urule.runtime.agenda | |
| com.bstek.urule.runtime.response |
| 限定符和类型 | 方法和说明 |
|---|---|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules() |
RuleExecutionResponse |
KnowledgeSession.fireRules()
执行当前WorkMemory中所有满足条件的规则
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(AgendaFilter filter) |
RuleExecutionResponse |
KnowledgeSession.fireRules(AgendaFilter filter)
对当前WorkMemory中所有满足条件的规则进行过滤执行
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(AgendaFilter filter,
int max) |
RuleExecutionResponse |
KnowledgeSession.fireRules(AgendaFilter filter,
int max)
对当前WorkMemory中所有满足条件的规则进行过滤执行,并定义执行数目的最大值
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(int max) |
RuleExecutionResponse |
KnowledgeSession.fireRules(int max)
对当前WorkMemory中所有满足条件的规则进行执行,并定义执行的最大数目,超出后就不再执行
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(Map<String,Object> parameters) |
RuleExecutionResponse |
KnowledgeSession.fireRules(Map<String,Object> parameters)
对当前WorkMemory中所有满足条件的规则进行执行,并向WorkingMemory中设置一个Map的参数对象
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(Map<String,Object> parameters,
AgendaFilter filter) |
RuleExecutionResponse |
KnowledgeSession.fireRules(Map<String,Object> parameters,
AgendaFilter filter)
对当前WorkMemory中所有满足条件的规则进行过滤执行,并向WorkingMemory中设置一个Map的参数对象
|
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(Map<String,Object> parameters,
AgendaFilter filter,
int max) |
RuleExecutionResponse |
KnowledgeSession.fireRules(Map<String,Object> parameters,
AgendaFilter filter,
int max)
对当前WorkMemory中所有满足条件的规则进行过滤执行,并定义执行数目的最大值,
并向WorkingMemory中设置一个Map的参数对象 |
RuleExecutionResponse |
KnowledgeSessionImpl.fireRules(Map<String,Object> parameters,
int max) |
RuleExecutionResponse |
KnowledgeSession.fireRules(Map<String,Object> parameters,
int max)
对当前WorkMemory中所有满足条件的规则进行执行,并定义执行的最大数目,超出后就不再执行,
并向WorkingMemory中设置一个Map的参数对象 |
| 限定符和类型 | 方法和说明 |
|---|---|
RuleExecutionResponse |
Agenda.execute(AgendaFilter filter,
int max) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExecutionResponseImpl |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RuleExecutionResponse> |
FlowExecutionResponse.getRuleExecutionResponses() |
List<RuleExecutionResponse> |
ExecutionResponseImpl.getRuleExecutionResponses() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ExecutionResponseImpl.addRuleExecutionResponse(RuleExecutionResponse response) |
Copyright © 2018 Bstek. All rights reserved.