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

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.lx.xb.LexiconLayerStoredAbstract
      extended by eu.clarin.weblicht.wlfxb.lx.xb.SyllabificationsLayerStored
All Implemented Interfaces:
LexiconLayer, SyllabificationsLayer

public class SyllabificationsLayerStored
extends LexiconLayerStoredAbstract
implements SyllabificationsLayer

Author:
Yana Panchenko

Field Summary
static String XML_NAME
           
 
Constructor Summary
protected SyllabificationsLayerStored()
           
protected SyllabificationsLayerStored(LexiconLayersConnector connector)
           
 
Method Summary
 Syllabification addSyllabification(String syllabificationString, Entry entry)
           
 Entry getEntry(Syllabification syllabification)
           
 Syllabification getSyllabification(Entry entry)
           
 Syllabification getSyllabification(int index)
           
 boolean isEmpty()
           
protected  void setLayersConnector(LexiconLayersConnector connector)
          Should not be used directly by users.
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

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

SyllabificationsLayerStored

protected SyllabificationsLayerStored()

SyllabificationsLayerStored

protected SyllabificationsLayerStored(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.

Specified by:
setLayersConnector in class LexiconLayerStoredAbstract

isEmpty

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

size

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

getSyllabification

public Syllabification getSyllabification(int index)
Specified by:
getSyllabification in interface SyllabificationsLayer

getSyllabification

public Syllabification getSyllabification(Entry entry)
Specified by:
getSyllabification in interface SyllabificationsLayer

getEntry

public Entry getEntry(Syllabification syllabification)
Specified by:
getEntry in interface SyllabificationsLayer

addSyllabification

public Syllabification addSyllabification(String syllabificationString,
                                          Entry entry)
Specified by:
addSyllabification in interface SyllabificationsLayer

toString

public String toString()
Overrides:
toString in class Object


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