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

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

public class MorphologyLayer
extends java.lang.Object


Field Summary
static LayerTag layerTag
           
static java.lang.String xmlTagset
           
 
Method Summary
 Analysis getAnalisis(int index)
           
 Analysis getAnalisis(java.lang.String analysisID)
           
 java.util.List<Analysis> getAnalisisList()
           
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.LayerDescriptor getDescriptor()
           
 LayerTag getLayerTag()
           
 java.lang.String getTagset()
           
 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

xmlTagset

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

getLayerTag

public LayerTag getLayerTag()

getDescriptor

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

getTagset

public java.lang.String getTagset()

size

public int size()

getAnalisisList

public java.util.List<Analysis> getAnalisisList()

getAnalisis

public Analysis getAnalisis(int index)

getAnalisis

public Analysis getAnalisis(java.lang.String analysisID)

toString

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