Drools Workbench - Data Model API 6.2.0.Beta2

Uses of Interface
org.drools.workbench.models.datamodel.rule.IPattern

Packages that use IPattern
org.drools.workbench.models.datamodel.rule   
org.drools.workbench.models.datamodel.rule.visitors   
 

Uses of IPattern in org.drools.workbench.models.datamodel.rule
 

Subinterfaces of IPattern in org.drools.workbench.models.datamodel.rule
 interface IFactPattern
          Interface for Patterns that contains a Fact Type
 

Classes in org.drools.workbench.models.datamodel.rule 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 ExpressionMethodParameter
          ExpressionPart representing a ExpressionMethod parameter
 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.workbench.models.datamodel.rule declared as IPattern
 IPattern[] RuleModel.lhs
           
 

Methods in org.drools.workbench.models.datamodel.rule that return IPattern
 IPattern FromCollectCompositeFactPattern.getRightPattern()
           
 IPattern FromAccumulateCompositeFactPattern.getSourcePattern()
           
 

Methods in org.drools.workbench.models.datamodel.rule 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.workbench.models.datamodel.rule.visitors
 

Constructors in org.drools.workbench.models.datamodel.rule.visitors with parameters of type IPattern
RuleModelVisitor(IPattern pattern, Map<InterpolationVariable,Integer> vars)
           
 


Drools Workbench - Data Model API 6.2.0.Beta2

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