Class DecisionTreeCondition

java.lang.Object
com.aquima.interactions.dtree.impl.AbstractNode
com.aquima.interactions.dtree.impl.DecisionTreeCondition
All Implemented Interfaces:
Serializable

public class DecisionTreeCondition extends AbstractNode
Decision tree node representing a condition.
Since:
5.0
Author:
F. van der Meer
See Also:
  • Constructor Details

  • Method Details

    • getChildren

      public AbstractNode[] getChildren()
      Description copied from class: AbstractNode

      This method returns an array containing the child nodes.

      Note: This method is public to allow test-case access, but should not be used outside the tree engine.

      Specified by:
      getChildren in class AbstractNode
      Returns:
      an array containing the child nodes.
    • isCondition

      public boolean isCondition()
      Description copied from class: AbstractNode
      This method returns a boolean indicating if this node represents a condition node.
      Overrides:
      isCondition in class AbstractNode
      Returns:
      a boolean indicating if this node represents a condition node.
    • toString

      public String toString()
      Overrides:
      toString in class AbstractNode