Uses of Interface
org.drools.ide.common.client.modeldriven.brl.IPattern

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

Uses of IPattern in org.drools.ide.common.client.modeldriven.brl
 

Subinterfaces of IPattern in org.drools.ide.common.client.modeldriven.brl
 interface IFactPattern
          Interface for Patterns that contains a Fact Type
 

Classes in org.drools.ide.common.client.modeldriven.brl that implement IPattern
 class CompositeFactPattern
          Represents first order logic like Or, Not, Exists.
 class DSLSentence
          This represents a DSL sentence.
 class ExpressionCollection
           
 class ExpressionCollectionIndex
           
 class ExpressionField
           
 class ExpressionFieldVariable
          This expression represent a bound field.
 class ExpressionFormLine
           
 class ExpressionGlobalVariable
           
 class ExpressionMethod
           
 class ExpressionPart
           
 class ExpressionText
           
 class ExpressionUnboundFact
           
 class ExpressionVariable
           
 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 FreeFormLine
          This is a free form line which will be rendered and displayed-as-is.
 class FromAccumulateCompositeFactPattern
           
 class FromCollectCompositeFactPattern
           
 class FromCompositeFactPattern
           
 class FromEntryPointFactPattern
           
 

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

Methods in org.drools.ide.common.client.modeldriven.brl that return IPattern
 IPattern FromCollectCompositeFactPattern.getRightPattern()
           
 IPattern FromAccumulateCompositeFactPattern.getSourcePattern()
           
 

Methods in org.drools.ide.common.client.modeldriven.brl with parameters of type IPattern
 void RuleModel.addLhsItem(IPattern pat)
           
 void RuleModel.addLhsItem(IPattern pat, boolean append)
           
 void RuleModel.addLhsItem(IPattern pat, int position)
           
 void FromCollectCompositeFactPattern.setRightPattern(IPattern rightPattern)
           
 void FromAccumulateCompositeFactPattern.setSourcePattern(IPattern sourcePattern)
           
 



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