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

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

public class SemLexRelationsLayer
extends java.lang.Object


Field Summary
static LayerTag layerTag
           
static java.lang.String xmlSrc
           
 
Method Summary
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LayerTag getLayerTag()
           
 java.lang.String getRelationsSource()
           
 java.util.List<SemLexRelation> getSemLexRelations()
           
 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

xmlSrc

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

getLayerTag

public LayerTag getLayerTag()

getDescriptor

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

getRelationsSource

public java.lang.String getRelationsSource()

getSemLexRelations

public java.util.List<SemLexRelation> getSemLexRelations()

toString

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