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

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


Package 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.

See:
          Description

Interface Summary
IAction  
IPattern  
PortableObject This is the marker interface for portable Ajaxy type objects.
 

Class Summary
ActionAssertFact This is used when asserting a new fact.
ActionAssertLogicalFact Logical assertions are used as part of "truth maintenance".
ActionFieldList This class is the parent for field setting or assertion actions.
ActionFieldValue Holds field and value for "action" parts of the rule.
ActionModifyField Basically the same as setting fields, EXCEPT that it will notify the engine of the changes.
ActionRetractFact This is used to specify that the bound fact should be retracted when the rule fires.
ActionSetField For setting a field on a bound LHS variable or a global.
CompositeFactPattern Represents first order logic like Or, Not, Exists.
ConnectiveConstraint This is for a connective constraint that adds more options to a field constraint.
Constraint This represents a contraint on a fact.
DSLSentence This represents a DSL sentence.
FactPattern A fact pattern is a declaration of a fact type, and its constraint, and perhaps a variable that is it bound to It is the equivalent of a "pattern" in drools terms.
IConstraint Represents a constraint, which may be part of a direct field constraint or a connective.
RuleAttribute This holds values for rule attributes (eg salience, agenda-group etc).
RuleModel  
 

Package org.drools.brms.client.modeldriven.brxml Description

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. IMPORTANT: Do not change these unless you are adding fields or removing fields, not refactoring fields. Especially if there is existing data. XSLT may need to be used to massage the existing XML to suit the new structure.



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