public abstract class ADSentenceStream.SentenceParser.TreeElement extends Object
| Constructor and Description | 
|---|
| TreeElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getLevel() | 
| String | getMorphologicalTag() | 
| String | getSyntacticTag() | 
| boolean | isLeaf() | 
| void | setLevel(int level) | 
| void | setMorphologicalTag(String morphologicalTag) | 
| void | setSyntacticTag(String syntacticTag) | 
public boolean isLeaf()
public void setSyntacticTag(String syntacticTag)
public String getSyntacticTag()
public void setLevel(int level)
public int getLevel()
public void setMorphologicalTag(String morphologicalTag)
public String getMorphologicalTag()
Copyright © 2018 The Apache Software Foundation. All rights reserved.