Uses of Package
org.drools.ide.common.client.modeldriven.brl

Packages that use org.drools.ide.common.client.modeldriven.brl
org.drools.ide.common.client.modeldriven   
org.drools.ide.common.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.ide.common.client.modeldriven.dt   
org.drools.ide.common.client.modeldriven.dt52   
org.drools.ide.common.client.modeldriven.testing   
org.drools.ide.common.server.util   
 

Classes in org.drools.ide.common.client.modeldriven.brl used by org.drools.ide.common.client.modeldriven
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.ide.common.client.modeldriven.brl used by org.drools.ide.common.client.modeldriven.brl
ActionFieldFunction
          This node indicates that the user wants to execute a method on some fact in case the LHR matches.
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.
BaseSingleFieldConstraint
          Represents a constraint, which may be part of a direct field constraint or a connective.
CEPWindow
          Definition of a CEP Window
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.
ExpressionCollection
           
ExpressionCollectionIndex
           
ExpressionField
           
ExpressionFormLine
           
ExpressionGlobalVariable
           
ExpressionMethod
           
ExpressionPart
           
ExpressionText
           
ExpressionUnboundFact
           
ExpressionVariable
           
ExpressionVisitable
           
ExpressionVisitor
           
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.
FromCompositeFactPattern
           
HasCEPWindow
          Implementations support CEP "windows"
HasConstraints
           
HasExpressionConstraint
          The Constraint has an Expression
HasOperator
          Implementations have an operator
HasParameterizedOperator
          Implementations have parameters
IAction
           
IFactPattern
          Interface for Patterns that contains a Fact Type
IPattern
           
PortableObject
          This is the marker interface for portable Ajaxy type objects.
RuleAttribute
          This holds values for rule attributes (eg salience, agenda-group etc).
RuleMetadata
          This holds values for rule metadata (eg @foo(bar), @foo2(bar2)).
SingleFieldConstraint
          This represents a constraint on a fact - involving a SINGLE FIELD.
 

Classes in org.drools.ide.common.client.modeldriven.brl used by org.drools.ide.common.client.modeldriven.dt
PortableObject
          This is the marker interface for portable Ajaxy type objects.
RuleModel
           
 

Classes in org.drools.ide.common.client.modeldriven.brl used by org.drools.ide.common.client.modeldriven.dt52
CEPWindow
          Definition of a CEP Window
HasCEPWindow
          Implementations support CEP "windows"
HasOperator
          Implementations have an operator
HasParameterizedOperator
          Implementations have parameters
PortableObject
          This is the marker interface for portable Ajaxy type objects.
 

Classes in org.drools.ide.common.client.modeldriven.brl used by org.drools.ide.common.client.modeldriven.testing
PortableObject
          This is the marker interface for portable Ajaxy type objects.
 

Classes in org.drools.ide.common.client.modeldriven.brl used by org.drools.ide.common.server.util
ActionFieldValue
          Holds field and value for "action" parts of the rule.
ActionGlobalCollectionAdd
          This is for adding a given fact to a global collection
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.
FieldConstraint
          This is the top level interface for all field constraints.
FreeFormLine
          This is a free form line which will be rendered and displayed-as-is.
FromAccumulateCompositeFactPattern
           
FromCollectCompositeFactPattern
           
FromCompositeFactPattern
           
FromEntryPointFactPattern
           
RuleModel
           
 



Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.