Uses of Class
org.drools.core.base.ValueType
-
Packages that use ValueType Package Description org.drools.core.base org.drools.core.base.evaluators org.drools.core.base.extractors org.drools.core.facttemplates 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 -
-
Uses of ValueType in org.drools.core.base
Fields in org.drools.core.base declared as ValueType Modifier and Type Field Description protected ValueTypeClassObjectType. valueTypeMethods in org.drools.core.base that return ValueType Modifier and Type Method Description static ValueTypeValueType. determineValueType(Class<?> clazz)ValueTypeEvaluatorWrapper. getCoercedValueType()ValueTypeBaseClassFieldReader. getValueType()ValueTypeBaseClassFieldWriter. getValueType()ValueTypeClassObjectType. getValueType()ValueTypeEvaluatorWrapper. getValueType()static ValueTypeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueType[]ValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.core.base with parameters of type ValueType Modifier and Type Method Description voidBaseClassFieldReader. setValueType(ValueType valueType)Constructors in org.drools.core.base with parameters of type ValueType Constructor Description BaseClassFieldReader(int index, Class<?> fieldType, ValueType valueType)This constructor is not supposed to be used from outside the class hirarchyBaseClassFieldWriter(int index, Class<?> fieldType, ValueType valueType)This constructor is not supposed to be used from outside the class hirarchy -
Uses of ValueType in org.drools.core.base.evaluators
Methods in org.drools.core.base.evaluators with parameters of type ValueType Modifier and Type Method Description voidEvaluatorCache. addEvaluator(ValueType type, Operator operator, Evaluator evaluator)EvaluatorEvaluatorCache. getEvaluator(ValueType type, Operator operator)EvaluatorEvaluatorDefinition. getEvaluator(ValueType type, String operatorId, boolean isNegated, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorDefinition. getEvaluator(ValueType type, String operatorId, boolean isNegated, String parameterText, EvaluatorDefinition.Target leftTarget, EvaluatorDefinition.Target rightTarget)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorDefinition. getEvaluator(ValueType type, Operator operator)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorDefinition. getEvaluator(ValueType type, Operator operator, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorRegistry. getEvaluator(ValueType type, String operatorId, boolean isNegated, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorRegistry. getEvaluator(ValueType type, Operator operator)Returns the evaluator instance for the given type and the defined parameterTextEvaluatorEvaluatorRegistry. getEvaluator(ValueType type, Operator operator, String parameterText)Returns the evaluator instance for the given type and the defined parameterTextbooleanEvaluatorCache. supportsType(ValueType type)booleanEvaluatorDefinition. supportsType(ValueType type)Returns true in case this evaluator supports operations over values of that specific type. -
Uses of ValueType in org.drools.core.base.extractors
Methods in org.drools.core.base.extractors that return ValueType Modifier and Type Method Description ValueTypeArrayElementReader. getValueType()ValueTypeConstantValueReader. getValueType()Constructors in org.drools.core.base.extractors with parameters of type ValueType Constructor Description BaseObjectClassFieldReader(int index, Class<?> fieldType, ValueType valueType) -
Uses of ValueType in org.drools.core.facttemplates
Methods in org.drools.core.facttemplates that return ValueType Modifier and Type Method Description ValueTypeFactTemplateFieldExtractor. getValueType()ValueTypeFactTemplateObjectType. getValueType()ValueTypeFieldTemplate. getValueType()ValueTypeFieldTemplateImpl. getValueType() -
Uses of ValueType in org.drools.core.rule
Methods in org.drools.core.rule that return ValueType Modifier and Type Method Description ValueTypeDeclaration. getValueType()Retrieve theValueType. -
Uses of ValueType in org.drools.core.spi
Methods in org.drools.core.spi that return ValueType Modifier and Type Method Description ValueTypeEvaluator. getCoercedValueType()Returns the value type this evaluator will coerce operands to, during evaluation.ValueTypeEvaluator. getValueType()Returns the type of the values this evaluator operates upon.ValueTypeObjectType. getValueType()ValueTypeReadAccessor. getValueType()ValueTypeTupleValueExtractor. getValueType()ValueTypeWriteAccessor. getValueType()
-