Uses of Class
com.aquima.interactions.rule.SourcedValue
Packages that use SourcedValue
Package
Description
-
Uses of SourcedValue in com.aquima.interactions.framework.rule
Methods in com.aquima.interactions.framework.rule that return SourcedValueModifier and TypeMethodDescriptionCsvDataRule.evaluateUsing
(InferenceContext context, IRuleListener listener) -
Uses of SourcedValue in com.aquima.interactions.rule
Methods in com.aquima.interactions.rule that return SourcedValueModifier and TypeMethodDescriptionIInferenceRule.evaluateUsing
(InferenceContext context, IRuleListener listener) Evaluates a rule using an inference context. -
Uses of SourcedValue in com.aquima.interactions.rule.graph
Methods in com.aquima.interactions.rule.graph that return SourcedValueModifier and TypeMethodDescriptionIValueConverter.convert
(SourcedValue originalValue) This method performs the actual conversion and returns the result in the corrects type.ListToSingleValueConverter.convert
(SourcedValue sourcedValue) ValueTypeConverter.convert
(SourcedValue sourcedValue) ConversionRule.evaluateUsing
(InferenceContext context, IRuleListener listener) ReverseRelationRule.evaluateUsing
(InferenceContext context, IRuleListener listener) Methods in com.aquima.interactions.rule.graph with parameters of type SourcedValueModifier and TypeMethodDescriptionIValueConverter.convert
(SourcedValue originalValue) This method performs the actual conversion and returns the result in the corrects type.ListToSingleValueConverter.convert
(SourcedValue sourcedValue) ValueTypeConverter.convert
(SourcedValue sourcedValue) -
Uses of SourcedValue in com.aquima.interactions.rule.inference
Methods in com.aquima.interactions.rule.inference that return SourcedValueModifier and TypeMethodDescriptionConstraintDefault.evaluateUsing
(InferenceContext context, IRuleListener listener) InferenceResult.getResult()
This method returns an array containing all the values that were determined by the rule.Methods in com.aquima.interactions.rule.inference with parameters of type SourcedValueModifier and TypeMethodDescriptionprotected void
InferenceResult.addResult
(SourcedValue sourcedValue) This method will add the sourced value to this result object. -
Uses of SourcedValue in com.aquima.interactions.rule.inference.defaults
Methods in com.aquima.interactions.rule.inference.defaults that return SourcedValueModifier and TypeMethodDescriptionDefaultExpression.evaluateUsing
(InferenceContext context, IRuleListener listener) DefaultValue.evaluateUsing
(InferenceContext context, IRuleListener listener) -
Uses of SourcedValue in com.aquima.interactions.rule.inference.rule
Methods in com.aquima.interactions.rule.inference.rule that return SourcedValueModifier and TypeMethodDescriptionBusinessRule.evaluateUsing
(InferenceContext context, IRuleListener listener) -
Uses of SourcedValue in com.aquima.interactions.rule.inference.table
Methods in com.aquima.interactions.rule.inference.table that return SourcedValueModifier and TypeMethodDescriptionDecisionTableRule.evaluateUsing
(InferenceContext context, IRuleListener listener) -
Uses of SourcedValue in com.aquima.interactions.rule.report
Methods in com.aquima.interactions.rule.report that return SourcedValueModifier and TypeMethodDescriptionFailedRule.evaluateUsing
(InferenceContext context, IRuleListener listener)