Uses of Interface
com.aquima.interactions.dtree.IAnswers
Packages that use IAnswers
-
Uses of IAnswers in com.aquima.interactions.dtree
Classes in com.aquima.interactions.dtree that implement IAnswersModifier and TypeClassDescriptionclass
This object holds the attributes that should be answered.Methods in com.aquima.interactions.dtree with parameters of type IAnswersModifier and TypeMethodDescriptionITreeEngine.evaluateWith
(String treeName, IAnswers answers, InferenceContext context) Evaluate a decision tree with the context passed. -
Uses of IAnswers in com.aquima.interactions.dtree.impl
Methods in com.aquima.interactions.dtree.impl with parameters of type IAnswersModifier and TypeMethodDescriptionTreeEngine.evaluateWith
(String treeName, IAnswers answers, InferenceContext context) Constructors in com.aquima.interactions.dtree.impl with parameters of type IAnswersModifierConstructorDescriptionprotected
TreeEngineRunner
(TreeEngine engine, IMetaModel metamodel, DecisionTree tree, IAnswers answers, InferenceContext context)