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

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


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

Packages that use PortableObject
org.drools.brms.client.modeldriven This is the model driven GUI builder. 
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 PortableObject in org.drools.brms.client.modeldriven
 

Classes in org.drools.brms.client.modeldriven that implement PortableObject
 class SuggestionCompletionEngine
          An suggestion completion processor.
 

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

Subinterfaces of PortableObject in org.drools.brms.client.modeldriven.brxml
 interface IAction
           
 interface IPattern
           
 

Classes in org.drools.brms.client.modeldriven.brxml that implement PortableObject
 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 ActionFieldValue
          Holds field and value for "action" parts of the rule.
 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 CompositeFactPattern
          Represents first order logic like Or, Not, Exists.
 class ConnectiveConstraint
          This is for a connective constraint that adds more options to a field constraint.
 class Constraint
          This represents a contraint on a fact.
 class DSLSentence
          This represents a DSL sentence.
 class 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.
 class IConstraint
          Represents a constraint, which may be part of a direct field constraint or a connective.
 class RuleAttribute
          This holds values for rule attributes (eg salience, agenda-group etc).
 class RuleModel
           
 



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