public class EntriesLayerStored extends LexiconLayerStoredAbstract implements EntriesLayer
| Modifier | Constructor and Description |
|---|---|
protected |
EntriesLayerStored() |
protected |
EntriesLayerStored(EntryType type) |
protected |
EntriesLayerStored(LexiconLayersConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
Entry |
addEntry(String entryString) |
Entry |
getEntry(int index) |
Entry |
getEntry(String entryId) |
EntryType |
getType() |
boolean |
isEmpty() |
void |
setLayersConnector(LexiconLayersConnector connector)
Should not be used directly by users.
|
int |
size() |
String |
toString() |
public static final String XML_NAME
protected EntriesLayerStored()
protected EntriesLayerStored(EntryType type)
protected EntriesLayerStored(LexiconLayersConnector connector)
public void setLayersConnector(LexiconLayersConnector connector)
LexiconLayerStoredAbstractsetLayersConnector in class LexiconLayerStoredAbstractpublic EntryType getType()
getType in interface EntriesLayerpublic Entry getEntry(int index)
getEntry in interface EntriesLayerpublic Entry getEntry(String entryId)
getEntry in interface EntriesLayerpublic Entry addEntry(String entryString)
addEntry in interface EntriesLayerpublic boolean isEmpty()
isEmpty in interface LexiconLayerpublic int size()
size in interface LexiconLayerCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.