public class ConstituentStored extends Object implements Constituent
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected List<ConstituentStored> |
children |
protected String |
constituentId |
protected List<ConstituentReferenceStored> |
crefs |
protected String |
edge |
protected LinkedHashMap<QName,String> |
extraAttributes |
static String |
ID_PREFIX |
protected String[] |
tokRefs |
static String |
XML_ATTRIBUTE_CATEGORY |
static String |
XML_NAME |
| Constructor and Description |
|---|
ConstituentStored() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Constituent[] |
getChildren() |
String |
getEdge() |
LinkedHashMap<String,String> |
getExtraAttributes() |
ConstituentReference[] |
getSecondaryEdgeChildren() |
boolean |
isEmptyTerminal() |
boolean |
isTerminal() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
public static final String XML_ATTRIBUTE_CATEGORY
public static final String ID_PREFIX
protected String constituentId
protected String category
protected String edge
protected String[] tokRefs
protected List<ConstituentReferenceStored> crefs
protected List<ConstituentStored> children
protected LinkedHashMap<QName,String> extraAttributes
public boolean isTerminal()
isTerminal in interface Constituentpublic boolean isEmptyTerminal()
isEmptyTerminal in interface Constituentpublic Constituent[] getChildren()
getChildren in interface Constituentpublic ConstituentReference[] getSecondaryEdgeChildren()
getSecondaryEdgeChildren in interface Constituentpublic String getCategory()
getCategory in interface Constituentpublic String getEdge()
getEdge in interface Constituentpublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.