/**
   The Tree interface specifies an ordered tree the elements of which
   are associated with positions.
  
   @author      Franck van Breugel
   @version     1.4    March 4, 2001
*/
public interface Tree extends PositionalContainer, InspectableTree {}
