|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint | |
---|---|
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.spi |
Uses of Constraint in org.drools.common |
---|
Classes in org.drools.common that implement Constraint | |
---|---|
class |
InstanceEqualsConstraint
InstanceEqualsConstraint Created: 21/06/2006 |
class |
InstanceNotEqualsConstraint
|
class |
TupleStartEqualsConstraint
Checks if one tuple is the start subtuple of other tuple. |
Uses of Constraint in org.drools.reteoo.builder |
---|
Method parameters in org.drools.reteoo.builder with type arguments of type Constraint | |
---|---|
void |
PatternBuilder.attachAlphaNodes(BuildContext context,
BuildUtils utils,
Pattern pattern,
List<Constraint> alphaConstraints)
|
Uses of Constraint in org.drools.rule |
---|
Classes in org.drools.rule that implement Constraint | |
---|---|
class |
AbstractCompositeConstraint
A superclass for all composite constraints, like "OR" and "AND" |
class |
AndConstraint
AND composite constraint, so the user can do things like: Person( name == 'Edson' && surname == 'Tirelli' ) |
class |
LiteralConstraint
|
class |
MultiRestrictionFieldConstraint
|
class |
MutableTypeConstraint
A base class for constraints |
class |
OrConstraint
A class to implement Multi-Field OR constraints, so user can do: Person( hair == 'blue' || eyes == 'blue' ) |
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). |
class |
ReturnValueConstraint
|
class |
VariableConstraint
|
Methods in org.drools.rule with parameters of type Constraint | |
---|---|
void |
Pattern.addConstraint(Constraint constraint)
|
void |
AbstractCompositeConstraint.addConstraint(Constraint constraint)
Adds a constraint too all lists it belongs to by checking for its type |
protected void |
AbstractCompositeConstraint.updateRequiredDeclarations(Constraint constraint)
Updades the cached required declaration array |
Uses of Constraint in org.drools.spi |
---|
Subinterfaces of Constraint in org.drools.spi | |
---|---|
interface |
AlphaNodeFieldConstraint
|
interface |
BetaNodeFieldConstraint
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |