opennlp.tools.formats.ad
Class ADParagraphStream.ParagraphParser.Node

java.lang.Object
  extended by opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.TreeElement
      extended by opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.Node
Enclosing class:
ADParagraphStream.ParagraphParser

public class ADParagraphStream.ParagraphParser.Node
extends ADParagraphStream.ParagraphParser.TreeElement

Represents the AD node


Constructor Summary
ADParagraphStream.ParagraphParser.Node()
           
 
Method Summary
 void addElement(ADParagraphStream.ParagraphParser.TreeElement element)
           
 ADParagraphStream.ParagraphParser.TreeElement[] getElements()
           
 java.lang.String toString()
           
 
Methods inherited from class opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.TreeElement
getLevel, getMorphologicalTag, getSyntacticTag, isLeaf, setLevel, setMorphologicalTag, setSyntacticTag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADParagraphStream.ParagraphParser.Node

public ADParagraphStream.ParagraphParser.Node()
Method Detail

addElement

public void addElement(ADParagraphStream.ParagraphParser.TreeElement element)

getElements

public ADParagraphStream.ParagraphParser.TreeElement[] getElements()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.