Uses of Class
de.tuebingen.uni.sfs.dspin.tcf.data.LayerTag

Packages that use LayerTag
de.tuebingen.uni.sfs.dspin.tcf.data   
 

Uses of LayerTag in de.tuebingen.uni.sfs.dspin.tcf.data
 

Fields in de.tuebingen.uni.sfs.dspin.tcf.data declared as LayerTag
static LayerTag TokensLayer.layerTag
           
static LayerTag TextLayer.layerTag
           
static LayerTag SentencesLayer.layerTag
           
static LayerTag SemLexRelationsLayer.layerTag
           
static LayerTag POSTagsLayer.layerTag
           
static LayerTag ParsingDependencyLayer.layerTag
           
static LayerTag ParsingConstituentLayer.layerTag
           
static LayerTag NamedEntitiesLayer.layerTag
           
static LayerTag MorphologyLayer.layerTag
           
static LayerTag LemmasLayer.layerTag
           
static LayerTag CoreferencesLayer.layerTag
           
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return LayerTag
static LayerTag LayerTag.getFromXmlName(java.lang.String xmlName)
           
 LayerTag TokensLayer.getLayerTag()
           
 LayerTag TextLayer.getLayerTag()
           
 LayerTag SentencesLayer.getLayerTag()
           
 LayerTag SemLexRelationsLayer.getLayerTag()
           
 LayerTag POSTagsLayer.getLayerTag()
           
 LayerTag ParsingDependencyLayer.getLayerTag()
           
 LayerTag ParsingConstituentLayer.getLayerTag()
           
 LayerTag NamedEntitiesLayer.getLayerTag()
           
 LayerTag MorphologyLayer.getLayerTag()
           
 LayerTag LemmasLayer.getLayerTag()
           
 LayerTag CoreferencesLayer.getLayerTag()
           
static LayerTag LayerTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayerTag[] LayerTag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.tuebingen.uni.sfs.dspin.tcf.data that return types with arguments of type LayerTag
 java.util.Set<LayerTag> TextCorpusData.getLayersRead()
           
 

Constructors in de.tuebingen.uni.sfs.dspin.tcf.data with parameters of type LayerTag
TextCorpusData(java.io.InputStream inputStream, LayerTag[] namesOfLayersToRead)
           
TextCorpusData(java.io.InputStream inputStream, LayerTag[] namesOfLayersToRead, java.io.OutputStream outputStream, LayerTag[] namesOfLayersToWrite)
           
TextCorpusData(java.io.InputStream inputStream, LayerTag[] namesOfLayersToRead, java.io.OutputStream outputStream, LayerTag[] namesOfLayersToWrite)
           
TextCorpusData(java.io.OutputStream outputStream, LayerTag[] namesOfLayersToWrite, java.lang.String lang)
           
TextCorpusData(java.io.Reader reader, LayerTag[] namesOfLayersToRead)
           
TextCorpusData(java.io.Reader reader, LayerTag[] namesOfLayersToRead, java.io.Writer writer, LayerTag[] namesOfLayersToWrite)
           
TextCorpusData(java.io.Reader reader, LayerTag[] namesOfLayersToRead, java.io.Writer writer, LayerTag[] namesOfLayersToWrite)
           
TextCorpusData(java.io.Writer writer, LayerTag[] namesOfLayersToWrite, java.lang.String lang)