Uses of Interface
org.drools.brms.client.modeldriven.brl.IPattern

Packages that use IPattern
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. 
 

Uses of IPattern in org.drools.brms.client.modeldriven.brl
 

Classes in org.drools.brms.client.modeldriven.brl that implement IPattern
 class CompositeFactPattern
          Represents first order logic like Or, Not, Exists.
 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.
 

Fields in org.drools.brms.client.modeldriven.brl declared as IPattern
 IPattern[] RuleModel.lhs
           
 

Methods in org.drools.brms.client.modeldriven.brl with parameters of type IPattern
 void RuleModel.addLhsItem(IPattern pat)