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

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

public class LexiconFrequenciesLayer
extends java.lang.Object


Field Summary
static LexiconLayerTag layerTag
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 java.util.List<LexiconFrequency> getFrequencies()
           
 LexiconLayerTag getLayerTag()
           
 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()

getFrequencies

public java.util.List<LexiconFrequency> getFrequencies()

size

public int size()

toString

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