Uses of Class
org.drools.rule.Pattern

Packages that use Pattern
org.drools.common   
org.drools.reteoo.builder   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
org.drools.rule.builder   
org.drools.rule.builder.dialect.clips   
org.drools.rule.builder.dialect.java   
org.drools.rule.builder.dialect.mvel   
org.drools.spi   
org.drools.time   
 

Uses of Pattern in org.drools.common
 

Methods in org.drools.common that return Pattern
 Pattern InstanceEqualsConstraint.getOtherPattern()
           
 Pattern InstanceNotEqualsConstraint.getOtherPattern()
           
 

Constructors in org.drools.common with parameters of type Pattern
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry(Pattern pattern)
           
InstanceEqualsConstraint(Pattern otherPattern)
           
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry(Pattern pattern)
           
InstanceNotEqualsConstraint(Pattern otherPattern)
           
 

Uses of Pattern in org.drools.reteoo.builder
 

Methods in org.drools.reteoo.builder with parameters of type Pattern
 void PatternBuilder.attachAlphaNodes(BuildContext context, BuildUtils utils, Pattern pattern, List<Constraint> alphaConstraints)
           
 

Uses of Pattern in org.drools.rule
 

Methods in org.drools.rule that return Pattern
 Pattern Forall.getBasePattern()
           
 Pattern Declaration.getPattern()
          Returns the index of the pattern
 Pattern QueryElement.getResultPattern()
           
 Pattern Collect.getResultPattern()
           
 Pattern Collect.getSourcePattern()
           
 

Methods in org.drools.rule with parameters of type Pattern
 void Forall.addRemainingPattern(Pattern pattern)
          Adds one more pattern to the list of remaining patterns
 void Forall.setBasePattern(Pattern basePattern)
           
 void Declaration.setPattern(Pattern pattern)
           
 

Constructors in org.drools.rule with parameters of type Pattern
Collect(Pattern sourcePattern, Pattern resultPattern)
           
Declaration(String identifier, InternalReadAccessor extractor, Pattern pattern)
          Construct.
Declaration(String identifier, InternalReadAccessor extractor, Pattern pattern, boolean internalFact)
          Construct.
Declaration(String identifier, Pattern pattern)
          Construct.
Forall(Pattern basePattern)
           
Forall(Pattern basePattern, List remainingPatterns)
           
QueryElement(Pattern resultPattern, String queryName, Object[] argTemplate, Declaration[] requiredDeclarations, int[] declIndexes, int[] variableIndexes, boolean openQuery)
           
 

Uses of Pattern in org.drools.rule.builder
 

Methods in org.drools.rule.builder that return Pattern
 Pattern QueryBuilder.build(RuleBuildContext context, QueryDescr queryDescr)
           
 

Methods in org.drools.rule.builder with parameters of type Pattern
 RuleConditionElement PatternBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
          Build a pattern for the given descriptor in the current context and using the given utils object
 RuleConditionElement RuleConditionBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement EntryPointBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement CollectBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement ForallBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement GroupElementBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement QueryElementBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 

Uses of Pattern in org.drools.rule.builder.dialect.clips
 

Methods in org.drools.rule.builder.dialect.clips with parameters of type Pattern
 RuleConditionElement ClipsEvalBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
          Builds and returns an Eval Conditional Element
 

Uses of Pattern in org.drools.rule.builder.dialect.java
 

Methods in org.drools.rule.builder.dialect.java with parameters of type Pattern
 RuleConditionElement JavaAccumulateBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement JavaEvalBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
          Builds and returns an Eval Conditional Element
 

Uses of Pattern in org.drools.rule.builder.dialect.mvel
 

Methods in org.drools.rule.builder.dialect.mvel with parameters of type Pattern
 RuleConditionElement MVELAccumulateBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 RuleConditionElement MVELEvalBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
          Builds and returns an Eval Conditional Element
 RuleConditionElement MVELFromBuilder.build(RuleBuildContext context, BaseDescr descr, Pattern prefixPattern)
           
 

Uses of Pattern in org.drools.spi
 

Methods in org.drools.spi that return Pattern
 Pattern DeclarationScopeResolver.findPatternByIndex(int index)
           
 

Uses of Pattern in org.drools.time
 

Methods in org.drools.time that return types with arguments of type Pattern
 List<Pattern> TemporalDependencyMatrix.getEvents()
           
 

Methods in org.drools.time with parameters of type Pattern
 long TemporalDependencyMatrix.getExpirationOffset(Pattern pattern)
           
 

Method parameters in org.drools.time with type arguments of type Pattern
 void TemporalDependencyMatrix.setEvents(List<Pattern> events)
           
 

Constructor parameters in org.drools.time with type arguments of type Pattern
TemporalDependencyMatrix(Interval[][] matrix, List<Pattern> events)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.