Class TaxoNode

java.lang.Object
com.articulate.sigma.TaxoNode

public class TaxoNode extends Object
Class that holds information about each node in the tree. A node may either display all its children, or just one, which leads to a particular child node the user is interested in.
  • Field Details

    • name

      public String name
    • parents

      public List<TaxoNode> parents
    • children

      public List<TaxoNode> children
    • childrenExpanded

      public boolean childrenExpanded
    • oneChild

      public TaxoNode oneChild
  • Constructor Details

    • TaxoNode

      public TaxoNode()
  • Method Details

    • toHTML

      public String toHTML(String kbHref, int indentLevel)