Package | Description |
---|---|
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.util.index |
Modifier and Type | Method and Description |
---|---|
IndexUtil.ConstraintType |
IndexableConstraint.getConstraintType() |
Modifier and Type | Method and Description |
---|---|
IndexUtil.ConstraintType |
MvelConstraint.getConstraintType() |
IndexUtil.ConstraintType |
QueryNameConstraint.getConstraintType() |
Constructor and Description |
---|
MvelConstraint(Collection<String> packageNames,
String expression,
Declaration[] declarations,
EvaluatorWrapper[] operators,
MVELCompilationUnit compilationUnit,
IndexUtil.ConstraintType constraintType,
Declaration indexingDeclaration,
InternalReadAccessor extractor,
boolean isUnification) |
MvelConstraint(String packageName,
String expression,
MVELCompilationUnit compilationUnit,
IndexUtil.ConstraintType constraintType,
FieldValue fieldValue,
InternalReadAccessor extractor,
EvaluatorWrapper[] operators) |
Modifier and Type | Method and Description |
---|---|
static IndexUtil.ConstraintType |
IndexUtil.ConstraintType.decode(String operator) |
static IndexUtil.ConstraintType |
IndexUtil.ConstraintType.decode(String operator,
boolean negated) |
static IndexUtil.ConstraintType |
IndexUtil.ConstraintType.getType(Constraint constraint) |
IndexUtil.ConstraintType |
IndexUtil.ConstraintType.negate() |
static IndexUtil.ConstraintType |
IndexUtil.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexUtil.ConstraintType[] |
IndexUtil.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LeftTupleIndexRangeRBTree(IndexUtil.ConstraintType ascendingConstraintType,
AbstractHashTable.FieldIndex ascendingIndex,
IndexUtil.ConstraintType descendingConstraintType,
AbstractHashTable.FieldIndex descendingIndex) |
RightTupleIndexRangeRBTree(IndexUtil.ConstraintType ascendingConstraintType,
AbstractHashTable.FieldIndex ascendingIndex,
IndexUtil.ConstraintType descendingConstraintType,
AbstractHashTable.FieldIndex descendingIndex) |
TupleIndexRBTree(IndexUtil.ConstraintType constraintType,
AbstractHashTable.FieldIndex index,
boolean left) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.