public abstract class LexicalSemanticsLayerStored extends TextCorpusLayerStoredAbstract implements LexicalSemanticsLayer
| Modifier and Type | Field and Description |
|---|---|
protected TextCorpusLayersConnector |
connector |
protected List<OrthformStored> |
orthforms |
| Modifier | Constructor and Description |
|---|---|
protected |
LexicalSemanticsLayerStored() |
protected |
LexicalSemanticsLayerStored(TextCorpusLayersConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
Orthform |
addOrthform(String[] orthformValues,
Lemma lemma) |
Orthform |
addOrthform(String orthformValues,
Lemma lemma) |
Lemma[] |
getLemmas(Orthform orthform) |
Orthform |
getOrthform(int index) |
boolean |
isEmpty() |
int |
size() |
String |
toString() |
setLayersConnectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOrthformprotected List<OrthformStored> orthforms
protected TextCorpusLayersConnector connector
protected LexicalSemanticsLayerStored()
protected LexicalSemanticsLayerStored(TextCorpusLayersConnector connector)
public boolean isEmpty()
isEmpty in interface TextCorpusLayerpublic int size()
size in interface TextCorpusLayerpublic Orthform getOrthform(int index)
getOrthform in interface LexicalSemanticsLayerpublic Lemma[] getLemmas(Orthform orthform)
getLemmas in interface LexicalSemanticsLayerpublic Orthform addOrthform(String orthformValues, Lemma lemma)
addOrthform in interface LexicalSemanticsLayerpublic Orthform addOrthform(String[] orthformValues, Lemma lemma)
addOrthform in interface LexicalSemanticsLayerCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.