public class CooccurrencesLayerStored extends TermsContainerStored implements CooccurrencesLayer
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_NAME |
connector| Modifier | Constructor and Description |
|---|---|
protected |
CooccurrencesLayerStored() |
protected |
CooccurrencesLayerStored(LexiconLayersConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
Cooccurrence |
addCooccurrence(CooccurrenceFunction function,
List<Term> terms) |
Cooccurrence |
addCooccurrence(CooccurrenceFunction function,
Sig sig,
List<Term> terms) |
Cooccurrence |
getCooccurrence(int index) |
Cooccurrence[] |
getCooccurrences(Entry entry) |
Entry[] |
getEntries(Cooccurrence cooccurrence) |
String[] |
getTermsAsStrings(Cooccurrence cooccurrence,
boolean includeAnnotatedTerm) |
boolean |
isEmpty() |
protected void |
setLayersConnector(LexiconLayersConnector connector)
Should not be used directly by users.
|
int |
size() |
String |
toString() |
createSig, createTerm, createTerm, getTermsAsStringsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateSig, createTerm, createTerm, getTermsAsStringspublic static final String XML_NAME
protected CooccurrencesLayerStored()
protected CooccurrencesLayerStored(LexiconLayersConnector connector)
protected void setLayersConnector(LexiconLayersConnector connector)
LexiconLayerStoredAbstractsetLayersConnector in class TermsContainerStoredpublic boolean isEmpty()
isEmpty in interface LexiconLayerpublic int size()
size in interface LexiconLayerpublic Cooccurrence getCooccurrence(int index)
getCooccurrence in interface CooccurrencesLayerpublic Cooccurrence[] getCooccurrences(Entry entry)
getCooccurrences in interface CooccurrencesLayerpublic Entry[] getEntries(Cooccurrence cooccurrence)
getEntries in interface CooccurrencesLayerpublic String[] getTermsAsStrings(Cooccurrence cooccurrence, boolean includeAnnotatedTerm)
getTermsAsStrings in interface CooccurrencesLayerpublic Cooccurrence addCooccurrence(CooccurrenceFunction function, List<Term> terms)
addCooccurrence in interface CooccurrencesLayerpublic Cooccurrence addCooccurrence(CooccurrenceFunction function, Sig sig, List<Term> terms)
addCooccurrence in interface CooccurrencesLayerCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.