Class DecisionTreeRenderer


  • public class DecisionTreeRenderer
    extends Object
    Renderer for DecisionTree.
    Since:
    9.3
    Author:
    T. Middeldorp
    • Constructor Detail

      • DecisionTreeRenderer

        public DecisionTreeRenderer​(com.aquima.interactions.rule.InferenceContext profile,
                                    com.aquima.interactions.rule.IRuleEngine ruleEngine,
                                    com.aquima.interactions.portal.IElementComposer composer,
                                    String languageCode)
    • Method Detail

      • getDecisionTree

        public DmnDecisionTreeModel getDecisionTree​(com.aquima.interactions.profile.ValueReference attribute)
        Returns a decisionTree for the specified attribute.
        Parameters:
        attribute - The concerning attribute, not null.
        Returns:
        Returns the DecisionTree, never null.