站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.brms.client.modeldriven.brxml.IAction (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Interface
org.drools.brms.client.modeldriven.brxml.IAction

Packages that use IAction
org.drools.brms.client.modeldriven.brxml This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRXML rule format that the rule modeller uses. 
 

Uses of IAction in org.drools.brms.client.modeldriven.brxml
 

Classes in org.drools.brms.client.modeldriven.brxml that implement IAction
 class ActionAssertFact
          This is used when asserting a new fact.
 class ActionAssertLogicalFact
          Logical assertions are used as part of "truth maintenance".
 class ActionFieldList
          This class is the parent for field setting or assertion actions.
 class ActionModifyField
          Basically the same as setting fields, EXCEPT that it will notify the engine of the changes.
 class ActionRetractFact
          This is used to specify that the bound fact should be retracted when the rule fires.
 class ActionSetField
          For setting a field on a bound LHS variable or a global.
 class DSLSentence
          This represents a DSL sentence.
 

Fields in org.drools.brms.client.modeldriven.brxml declared as IAction
 IAction[] RuleModel.rhs
           
 

Methods in org.drools.brms.client.modeldriven.brxml with parameters of type IAction
 void RuleModel.addRhsItem(IAction action)
           
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.