Uses of Interface
com.aquima.interactions.dtree.ITreeResponse
Packages that use ITreeResponse
-
Uses of ITreeResponse in com.aquima.interactions.dtree
Methods in com.aquima.interactions.dtree that return ITreeResponseModifier and TypeMethodDescriptionITreeEngine.evaluateWith
(String treeName, IAnswers answers, InferenceContext context) Evaluate a decision tree with the context passed. -
Uses of ITreeResponse in com.aquima.interactions.dtree.impl
Classes in com.aquima.interactions.dtree.impl that implement ITreeResponseModifier and TypeClassDescriptionclass
This class holds the response of a decision tree evaluation.Methods in com.aquima.interactions.dtree.impl that return ITreeResponseModifier and TypeMethodDescriptionTreeEngine.evaluateWith
(String treeName, IAnswers answers, InferenceContext context) protected ITreeResponse
TreeEngineRunner.getResponse()