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

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

public class LemmasLayer
extends java.lang.Object


Field Summary
static LayerTag layerTag
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LayerTag getLayerTag()
           
 Lemma getLemma(int index)
           
 Lemma getLemma(java.lang.String lemmaID)
           
 Lemma getLemmaOfTokRef(java.lang.String tokID)
           
 java.util.Map<java.lang.String,Lemma> getLemmaRefMap()
           
 java.util.List<Lemma> 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 LayerTag layerTag
Method Detail

getLayerTag

public LayerTag getLayerTag()

getDescriptor

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

getLemmas

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

getLemma

public Lemma getLemma(int index)

size

public int size()

getLemma

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

getLemmaOfTokRef

public Lemma getLemmaOfTokRef(java.lang.String tokID)
                       throws java.lang.IllegalAccessException
Throws:
java.lang.IllegalAccessException

getLemmaRefMap

public java.util.Map<java.lang.String,Lemma> getLemmaRefMap()

toString

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