Package eu.clarin.weblicht.wlfxb.tc.api
Interface Constituent
-
- All Superinterfaces:
ExtraAttributes
- All Known Implementing Classes:
ConstituentStored
public interface Constituent extends ExtraAttributes
- Author:
- Yana Panchenko
-
-
Method Summary
Modifier and Type Method Description StringgetCategory()Constituent[]getChildren()StringgetEdge()ConstituentReference[]getSecondaryEdgeChildren()booleanisEmptyTerminal()booleanisTerminal()-
Methods inherited from interface eu.clarin.weblicht.wlfxb.tc.api.ExtraAttributes
getExtraAttributes, retrieveAttributes
-
-
-
-
Method Detail
-
isTerminal
boolean isTerminal()
-
isEmptyTerminal
boolean isEmptyTerminal()
-
getChildren
Constituent[] getChildren()
-
getSecondaryEdgeChildren
ConstituentReference[] getSecondaryEdgeChildren()
-
getCategory
String getCategory()
-
getEdge
String getEdge()
-
-