Uses of Package
org.drools.brms.client.modeldriven.brl

Packages that use org.drools.brms.client.modeldriven.brl
org.drools.brms.client.modeldriven   
org.drools.brms.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
org.drools.brms.server.util   
 

Classes in org.drools.brms.client.modeldriven.brl used by org.drools.brms.client.modeldriven
ActionFieldValue
          Holds field and value for "action" parts of the rule.
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.
PortableObject
          This is the marker interface for portable Ajaxy type objects.
 

Classes in org.drools.brms.client.modeldriven.brl used by org.drools.brms.client.modeldriven.brl
ActionFieldList
          This class is the parent for field setting or assertion actions.
ActionFieldValue
          Holds field and value for "action" parts of the rule.
ActionInsertFact
          This is used when asserting a new fact.
ActionSetField
          For setting a field on a bound LHS variable or a global.
CompositeFieldConstraint
          This is a field constraint that may span multiple fields.
ConnectiveConstraint
          This is for a connective constraint that adds more options to a field constraint.
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.
FieldConstraint
          This is the top level interface for all field constraints.
IAction
           
IPattern
           
ISingleFieldConstraint
          Represents a constraint, which may be part of a direct field constraint or a connective.
PortableObject
          This is the marker interface for portable Ajaxy type objects.
RuleAttribute
          This holds values for rule attributes (eg salience, agenda-group etc).
 

Classes in org.drools.brms.client.modeldriven.brl used by org.drools.brms.server.util
ActionInsertFact
          This is used when asserting a new fact.
ActionInsertLogicalFact
          Logical assertions are used as part of "truth maintenance".
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.
ActionUpdateField
          Basically the same as setting fields, EXCEPT that it will notify the engine of the changes.
CompositeFactPattern
          Represents first order logic like Or, Not, Exists.
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.
RuleModel