Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.reteoo.builder | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.spi | |
org.drools.core.time |
Modifier and Type | Method and Description |
---|---|
Pattern |
InstanceEqualsConstraint.getOtherPattern() |
Pattern |
InstanceNotEqualsConstraint.getOtherPattern() |
Constructor and Description |
---|
InstanceEqualsConstraint.InstanceEqualsConstraintContextEntry(Pattern pattern) |
InstanceEqualsConstraint(Pattern otherPattern) |
InstanceNotEqualsConstraint.InstanceNotEqualsConstraintContextEntry(Pattern pattern) |
InstanceNotEqualsConstraint(Pattern otherPattern) |
Modifier and Type | Method and Description |
---|---|
Pattern[] |
BuildContext.getLastBuiltPatterns() |
Modifier and Type | Method and Description |
---|---|
LinkedList<Pattern> |
BuildContext.getObjectType() |
Modifier and Type | Method and Description |
---|---|
void |
PatternBuilder.attachAlphaNodes(BuildContext context,
BuildUtils utils,
Pattern pattern,
List<AlphaNodeFieldConstraint> alphaConstraints) |
protected void |
PatternBuilder.buildAlphaNodeChain(BuildContext context,
BuildUtils utils,
Pattern pattern,
List<AlphaNodeFieldConstraint> alphaConstraints) |
void |
BuildContext.setLastBuiltPattern(Pattern lastBuiltPattern) |
Modifier and Type | Method and Description |
---|---|
void |
BuildContext.setObjectType(LinkedList<Pattern> objectType) |
Modifier and Type | Method and Description |
---|---|
Pattern |
Pattern.clone() |
Pattern |
Forall.getBasePattern() |
Pattern |
WindowDeclaration.getPattern() |
Pattern |
Declaration.getPattern()
Returns the index of the pattern
|
Pattern |
Collect.getResultPattern() |
Pattern |
From.getResultPattern() |
Pattern |
QueryElement.getResultPattern() |
Pattern |
Collect.getSourcePattern() |
Modifier and Type | Method and Description |
---|---|
void |
Forall.addRemainingPattern(Pattern pattern)
Adds one more pattern to the list of remaining patterns
|
void |
Forall.setBasePattern(Pattern basePattern) |
void |
WindowDeclaration.setPattern(Pattern pattern) |
void |
Declaration.setPattern(Pattern pattern) |
void |
From.setResultPattern(Pattern pattern) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
Pattern |
DeclarationScopeResolver.findPatternByIndex(int index) |
Modifier and Type | Method and Description |
---|---|
List<Pattern> |
TemporalDependencyMatrix.getEvents() |
Modifier and Type | Method and Description |
---|---|
long |
TemporalDependencyMatrix.getExpirationOffset(Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
void |
TemporalDependencyMatrix.setEvents(List<Pattern> events) |
Constructor and Description |
---|
TemporalDependencyMatrix(Interval[][] matrix,
List<Pattern> events) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.