public class WordSenseStored extends Object implements WordSense
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String[] |
lexunits |
protected String[] |
tokRefs |
static String |
XML_NAME |
| Constructor and Description |
|---|
WordSenseStored() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
LinkedHashMap<String,String> |
getExtraAttributes() |
List<String> |
getLexicalUnits() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected String[] lexunits
protected String comment
protected String[] tokRefs
protected LinkedHashMap<QName,String> extraAttributes
public String getComment()
getComment in interface WordSensepublic List<String> getLexicalUnits()
getLexicalUnits in interface WordSensepublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.