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 |
InstanceNotEqualsConstraint.getOtherPattern() |
Pattern |
InstanceEqualsConstraint.getOtherPattern() |
Constructor and Description |
---|
InstanceEqualsConstraint(Pattern otherPattern) |
InstanceEqualsConstraintContextEntry(Pattern pattern) |
InstanceNotEqualsConstraint(Pattern otherPattern) |
InstanceNotEqualsConstraintContextEntry(Pattern pattern) |
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 | Class and Description |
---|---|
static class |
XpathBackReference.RelativePattern |
Modifier and Type | Method and Description |
---|---|
Pattern |
Pattern.clone() |
Pattern |
Forall.getBasePattern() |
Pattern |
Declaration.getPattern()
Returns the index of the pattern
|
Pattern |
WindowDeclaration.getPattern() |
Pattern |
QueryElement.getResultPattern() |
Pattern |
Collect.getResultPattern() |
Pattern |
From.getResultPattern() |
Pattern |
Collect.getSourcePattern() |
Modifier and Type | Method and Description |
---|---|
List<Pattern> |
Collect.getNestedElements() |
List<Pattern> |
Forall.getNestedElements() |
List<Pattern> |
Forall.getRemainingPatterns() |
Modifier and Type | Method and Description |
---|---|
void |
Forall.addRemainingPattern(Pattern pattern)
Adds one more pattern to the list of remaining patterns
|
Declaration |
XpathBackReference.getDeclaration(Pattern pattern,
String id) |
void |
Forall.setBasePattern(Pattern basePattern) |
void |
Declaration.setPattern(Pattern pattern) |
void |
WindowDeclaration.setPattern(Pattern pattern) |
void |
From.setResultPattern(Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
void |
Forall.setRemainingPatterns(List<Pattern> remainingPatterns) |
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<Pattern> remainingPatterns) |
QueryElement(Pattern resultPattern,
String queryName,
QueryArgument[] arguments,
int[] variableIndexes,
Declaration[] requiredDeclarations,
boolean openQuery,
boolean abductive) |
RelativePattern(Pattern pattern,
int relativeOffset) |
XpathBackReference(Pattern pattern,
List<Class<?>> backReferenceClasses) |
Constructor and Description |
---|
Forall(Pattern basePattern,
List<Pattern> remainingPatterns) |
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–2018 JBoss by Red Hat. All rights reserved.