Uses of Interface
org.drools.core.spi.FieldValue
-
Packages that use FieldValue Package Description org.drools.core.base.field org.drools.core.reteoo 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 -
-
Uses of FieldValue in org.drools.core.base.field
Classes in org.drools.core.base.field that implement FieldValue Modifier and Type Class Description classObjectFieldImpl -
Uses of FieldValue in org.drools.core.reteoo
Methods in org.drools.core.reteoo with parameters of type FieldValue Modifier and Type Method Description voidCompositeObjectSinkAdapter.HashKey. setValue(int index, InternalReadAccessor extractor, FieldValue value)Constructors in org.drools.core.reteoo with parameters of type FieldValue Constructor Description HashKey(int index, FieldValue value, InternalReadAccessor extractor) -
Uses of FieldValue in org.drools.core.rule
Methods in org.drools.core.rule that return FieldValue Modifier and Type Method Description FieldValueIndexableConstraint. getField() -
Uses of FieldValue in org.drools.core.rule.constraint
Methods in org.drools.core.rule.constraint that return FieldValue Modifier and Type Method Description FieldValueQueryNameConstraint. getField() -
Uses of FieldValue in org.drools.core.spi
Methods in org.drools.core.spi that return FieldValue Modifier and Type Method Description FieldValueReturnValueExpression. evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReteEvaluator reteEvaluator, Object context)FieldValueReturnValueExpression.SafeReturnValueExpression. evaluate(InternalFactHandle handle, Tuple tuple, Declaration[] previousDeclarations, Declaration[] localDeclarations, ReteEvaluator reteEvaluator, Object context)Methods in org.drools.core.spi with parameters of type FieldValue Modifier and Type Method Description booleanEvaluator. evaluate(ReteEvaluator reteEvaluator, InternalReadAccessor extractor, InternalFactHandle factHandle, FieldValue value)Evaluates the expression using the provided parameters.
-