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

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

public class LexiconRelationsLayer
extends java.lang.Object


Field Summary
static LexiconLayerTag layerTag
           
static java.lang.String xmlType
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LexiconLayerTag getLayerTag()
           
 java.util.List<LexiconRelation> getRelations()
           
 java.lang.String getType()
           
 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

xmlType

public static final java.lang.String xmlType
See Also:
Constant Field Values
Method Detail

getLayerTag

public LexiconLayerTag getLayerTag()

getDescriptor

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

getType

public java.lang.String getType()

size

public int size()

getRelations

public java.util.List<LexiconRelation> getRelations()

toString

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