de.tuebingen.uni.sfs.dspin.tcf.profile
Class DspinProfile

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.profile.DspinProfile

public class DspinProfile
extends java.lang.Object


Field Summary
static java.lang.String DSPIN_ENCODING
           
static java.lang.String DspinDataTag
           
static java.lang.String VERSION_ATTR_NAME
           
 
Constructor Summary
DspinProfile(java.io.InputStream dspinDataInputStream)
           
DspinProfile(java.io.Reader reader)
           
 
Method Summary
 java.lang.String getFormatVersion()
           
 de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.IODescriptor getIODescriptor()
           
 LexiconProfile getLexiconProfile()
           
 MetaDataProfile getMetaDataProfile()
           
 TextCorpusProfile getTextCorpusProfile()
           
 boolean hasLexicon()
           
 boolean hasMetaData()
           
 boolean hasTextCorpus()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DSPIN_ENCODING

public static final java.lang.String DSPIN_ENCODING
See Also:
Constant Field Values

DspinDataTag

public static final java.lang.String DspinDataTag
See Also:
Constant Field Values

VERSION_ATTR_NAME

public static final java.lang.String VERSION_ATTR_NAME
See Also:
Constant Field Values
Constructor Detail

DspinProfile

public DspinProfile(java.io.InputStream dspinDataInputStream)
             throws TextCorpusFormatException
Throws:
TextCorpusFormatException

DspinProfile

public DspinProfile(java.io.Reader reader)
             throws TextCorpusFormatException
Throws:
TextCorpusFormatException
Method Detail

getFormatVersion

public java.lang.String getFormatVersion()

getMetaDataProfile

public MetaDataProfile getMetaDataProfile()

hasMetaData

public boolean hasMetaData()

getTextCorpusProfile

public TextCorpusProfile getTextCorpusProfile()

hasTextCorpus

public boolean hasTextCorpus()

getLexiconProfile

public LexiconProfile getLexiconProfile()

hasLexicon

public boolean hasLexicon()

toString

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

getIODescriptor

public de.tuebingen.uni.sfs.dspin.tcf.descriptor.api.IODescriptor getIODescriptor()