2.2 IFlowEngine 接口
Method, Property, Event Package.Interface Description
DispatchRuleResult NxBRE.FlowEngine.IBREDispatcher 在结果加载在Context上时被调用
Init NxBRE.FlowEngine.IFlowEngine 定义一个不同的方式初始化引擎
RuleContext NxBRE.FlowEngine.IFlowEngine 引擎的Context
XmlDocumentRules NxBRE.FlowEngine.IFlowEngine 被加载的规则
Process NxBRE.FlowEngine.IFlowEngine 开始执行所有可以访问的规则
Process(ruleSetId) NxBRE.FlowEngine.IFlowEngine 开始执行在一个Set里的规则
Stop NxBRE.FlowEngine.IFlowEngine 打断引擎执行
Reset NxBRE.FlowEngine.IFlowEngine 重置引擎状态,原来的结果被清空。
Clone System.IClonable 返回一个克隆对象,不会克隆Context里德对象