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. 
org.drools.ide.common.client.modeldriven.brl.templates   
org.drools.ide.common.client.modeldriven.dt52   
 

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)
           
 

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

Constructors in org.drools.ide.common.client.modeldriven.brl.templates with parameters of type IPattern
RuleModelVisitor(IPattern pattern, Map<InterpolationVariable,Integer> vars)
           
 

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

Classes in org.drools.ide.common.client.modeldriven.dt52 that implement IPattern
static class BRLRuleModel.Pattern52FactPatternAdaptor
           
 

Methods in org.drools.ide.common.client.modeldriven.dt52 that return types with arguments of type IPattern
 List<IPattern> BRLConditionColumn.getDefinition()
           
 

Method parameters in org.drools.ide.common.client.modeldriven.dt52 with type arguments of type IPattern
 void BRLConditionColumn.setDefinition(List<IPattern> definition)
           
 



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