edu.stanford.nlp.trees
Interface HasParent

All Known Implementing Classes:
TreeGraphNode

public interface HasParent

Only to be implemented by Tree subclasses that actualy keep their parent pointers. For example, the base Tree class should not implement this, but TreeGraphNode should.

Author:
John Bauer

Method Summary
 Tree parent()
           
 

Method Detail

parent

Tree parent()


Stanford NLP Group