TreeDraw
Interface LabelledTree

All Superinterfaces:
Tree
All Known Implementing Classes:
ArbolCYK, LabelledTreeImpl

public interface LabelledTree
extends Tree

Simple interface representing a tree whose nodes are labelled with text strings.


Method Summary
 java.lang.String getLabel()
          Returns the tree's root's label.
 
Methods inherited from interface TreeDraw.Tree
getChild, numChildren
 

Method Detail

getLabel

java.lang.String getLabel()
Returns the tree's root's label.