Class TreeNode


  • public class TreeNode
    extends Object
    • Constructor Detail

      • TreeNode

        public TreeNode()
    • Method Detail

      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getParent

        public String getParent()
      • setParent

        public void setParent​(String parent)
      • getChildren

        public List getChildren()
      • setChildren

        public void setChildren​(List children)
      • getRecordCount

        public int getRecordCount()
      • setRecordCount

        public void setRecordCount​(int recordCount)
      • getCounts

        public Map getCounts()
      • setCounts

        public void setCounts​(Map counts)
      • getConfidence

        public Map getConfidence()
      • setConfidence

        public void setConfidence​(Map confidence)
      • getDefaultChld

        public String getDefaultChld()
      • setDefaultChld

        public void setDefaultChld​(String defaultChld)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object