eu.clarin.weblicht.wlfxb.lx.xb
Class SynonymsLayerStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.lx.xb.LexiconLayerStoredAbstract
      extended by eu.clarin.weblicht.wlfxb.lx.xb.TermsContainerStored
          extended by eu.clarin.weblicht.wlfxb.lx.xb.SynonymsLayerStored
All Implemented Interfaces:
LexiconLayer, SynonymsLayer, TermsContainer

public class SynonymsLayerStored
extends TermsContainerStored
implements SynonymsLayer

Author:
Yana Panchenko

Field Summary
static String XML_NAME
           
 
Fields inherited from class eu.clarin.weblicht.wlfxb.lx.xb.TermsContainerStored
connector
 
Constructor Summary
protected SynonymsLayerStored()
           
protected SynonymsLayerStored(LexiconLayersConnector connector)
           
 
Method Summary
 Synonym addSynonym(List<Term> terms)
           
 Synonym addSynonym(Sig sig, List<Term> terms)
           
 Entry[] getEntries(Synonym synonym)
           
 Synonym getSynonym(int index)
           
 Synonym[] getSynonyms(Entry entry)
           
 String[] getTermsAsStrings(Synonym synonym, boolean includeAnnotatedTerm)
           
 boolean isEmpty()
           
protected  void setLayersConnector(LexiconLayersConnector connector)
          Should not be used directly by users.
 int size()
           
 String toString()
           
 
Methods inherited from class eu.clarin.weblicht.wlfxb.lx.xb.TermsContainerStored
createSig, createTerm, createTerm, getTermsAsStrings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface eu.clarin.weblicht.wlfxb.lx.api.TermsContainer
createSig, createTerm, createTerm, getTermsAsStrings
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values
Constructor Detail

SynonymsLayerStored

protected SynonymsLayerStored()

SynonymsLayerStored

protected SynonymsLayerStored(LexiconLayersConnector connector)
Method Detail

setLayersConnector

protected void setLayersConnector(LexiconLayersConnector connector)
Description copied from class: LexiconLayerStoredAbstract
Should not be used directly by users. Should be extended by all implementations of TextCorpusLayers, as they might depend on other layers and therefore be able to get referenced/referencing information.

Overrides:
setLayersConnector in class TermsContainerStored

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface LexiconLayer

size

public int size()
Specified by:
size in interface LexiconLayer

getSynonym

public Synonym getSynonym(int index)
Specified by:
getSynonym in interface SynonymsLayer

getSynonyms

public Synonym[] getSynonyms(Entry entry)
Specified by:
getSynonyms in interface SynonymsLayer

getEntries

public Entry[] getEntries(Synonym synonym)
Specified by:
getEntries in interface SynonymsLayer

getTermsAsStrings

public String[] getTermsAsStrings(Synonym synonym,
                                  boolean includeAnnotatedTerm)
Specified by:
getTermsAsStrings in interface SynonymsLayer

addSynonym

public Synonym addSynonym(List<Term> terms)
Specified by:
addSynonym in interface SynonymsLayer

addSynonym

public Synonym addSynonym(Sig sig,
                          List<Term> terms)
Specified by:
addSynonym in interface SynonymsLayer

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.