Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
org.drools.core.rule.constraint | |
org.drools.core.spi | |
org.drools.core.util.index |
Modifier and Type | Class and Description |
---|---|
class |
InstanceEqualsConstraint
InstanceEqualsConstraint
Created: 21/06/2006
|
class |
InstanceNotEqualsConstraint |
class |
TupleStartEqualsConstraint
Checks if one tuple is the start subtuple of other tuple.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IndexableConstraint |
interface |
IntervalProviderConstraint |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeConstraint
A superclass for all composite constraints, like "OR" and "AND"
|
class |
MutableTypeConstraint
A base class for constraints
|
class |
PredicateConstraint
A predicate can be written as a top level constraint or be nested
inside inside a field constraint (and as so, must implement the
Restriction interface).
|
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
Pattern.getConstraints() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCompositeConstraint.addConstraint(Constraint constraint)
Adds a constraint too all lists it belongs to by checking for its type
|
void |
Pattern.addConstraint(Constraint constraint) |
void |
Pattern.addConstraint(int index,
Constraint constraint) |
void |
Pattern.removeConstraint(Constraint constraint) |
protected void |
AbstractCompositeConstraint.updateRequiredDeclarations(Constraint constraint)
Updades the cached required declaration array
|
Modifier and Type | Method and Description |
---|---|
void |
Pattern.addConstraints(Collection<Constraint> constraints) |
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorConstraint |
class |
MvelConstraint |
class |
NegConstraint |
class |
QueryNameConstraint |
class |
XpathConstraint |
Modifier and Type | Method and Description |
---|---|
Constraint |
QueryNameConstraint.clone() |
Modifier and Type | Method and Description |
---|---|
void |
XpathConstraint.XpathChunk.addConstraint(Constraint constraint) |
Modifier and Type | Interface and Description |
---|---|
interface |
AlphaNodeFieldConstraint |
interface |
BetaNodeFieldConstraint |
Modifier and Type | Method and Description |
---|---|
Constraint |
Constraint.clone()
Clones the constraint
|
Modifier and Type | Method and Description |
---|---|
static IndexUtil.ConstraintType |
IndexUtil.ConstraintType.getType(Constraint constraint) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.