de.tuebingen.uni.sfs.dspin.tcf.data
Class LexiconLemmasLayer

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.LexiconLemmasLayer

public class LexiconLemmasLayer
extends java.lang.Object


Field Summary
static LexiconLayerTag layerTag
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LexiconLayerTag getLayerTag()
           
 LexiconLemma getLemma(int index)
           
 LexiconLemma getLemma(java.lang.String lemmaID)
           
 java.util.List<LexiconLemma> getLemmas()
           
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

layerTag

public static final LexiconLayerTag layerTag
Method Detail

getLayerTag

public LexiconLayerTag getLayerTag()

getDescriptor

public de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()

getLemmas

public java.util.List<LexiconLemma> getLemmas()

getLemma

public LexiconLemma getLemma(int index)

size

public int size()

getLemma

public LexiconLemma getLemma(java.lang.String lemmaID)
                      throws java.lang.IllegalAccessException
Throws:
java.lang.IllegalAccessException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object