public class TaxoNode extends Object
ArrayList<TaxoNode>
children
boolean
childrenExpanded
String
name
TaxoNode
oneChild
parents
TaxoNode()
toHTML(String kbHref, int indentLevel)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public String name
public ArrayList<TaxoNode> parents
public ArrayList<TaxoNode> children
public boolean childrenExpanded
public TaxoNode oneChild
public TaxoNode()
public String toHTML(String kbHref, int indentLevel)
Copyright © 2015. All rights reserved.