Class ParentNode<T extends Node>

    • Constructor Detail

      • ParentNode

        public ParentNode()
      • ParentNode

        public ParentNode​(double score)
    • Method Detail

      • children

        public java.util.List<T> children()
        This returns the children of this node in the intent tree. This is never null. Children can be added and removed from this list to modify this node.