net.sourceforge.nite.tools.dacoder
Class DACoderConfig

java.lang.Object
  extended by net.sourceforge.nite.gui.util.AbstractCallableToolConfig
      extended by net.sourceforge.nite.tools.dacoder.DACoderConfig
Direct Known Subclasses:
NECoderConfig

public class DACoderConfig
extends AbstractCallableToolConfig

See also superclass and NXTConfig class. name of root element of DACoder settings: "DACoderConfig" Extensive documentation in the tool help of the dialogue act coder, under the heading 'Customization'. annotator specific codings in dacoder:

Author:
Dennis Reidsma, UTwente

Constructor Summary
DACoderConfig()
           
 
Method Summary
 java.lang.String getAddresseeIgnoreAttribute()
          addresseeignoreattribute: that is the attribute that, if present on a dialogue act type label, will force the tool to grey out the addressee checkboxes so the user is forced to NOT code addressee.
 boolean getAllowAnnotationSelect()
           
 boolean getAllowMultiAgentSelect()
           
 boolean getAllowTranscriptSelect()
           
 java.lang.String getAPElementName()
          apelementname attributes in corpussettings
 java.lang.String getAPGloss()
          apgloss attribute in corpussettings
 java.lang.String getAPTypeRoot()
          apontology#aproot attributes in corpussettings
 java.lang.String getDAAGloss()
          dagloss attributes in corpussettings
 java.lang.String getDAAttributeName()
          daattributename attribute in corpussettings
 java.lang.String getDAElementName()
          daelementname attribute in corpussettings
 java.lang.String getDATypeDefault()
          daontology#dadefault attributes in corpussettings
 java.lang.String getDATypeRole()
          datyperole attributes in corpussettings
 java.lang.String getDATypeRoot()
          daontology#daroot attributes in corpussettings
 java.lang.String getDefaultAPType()
          apontology#defaultaptype attributes in corpussettings
 java.lang.String getHelpSetName()
           
 java.lang.String getNEAbbrevAttrib()
          abbrevattribute attributes in corpussettings
 java.lang.String getNEAttributeName()
          neattributename attribute in corpussettings
 java.lang.String getNEDisplayAttribute()
          nenameattribute attributes in corpussettings
 java.lang.String getNEElementName()
          neelementname attributes in corpussettings
 boolean getNEMultiplePointers()
          nemultiplepointers attributes in corpussettings
 java.lang.String getNETypeDefault()
          neontology#nedefault attributes in corpussettings
 java.lang.String getNETypePointerRole()
          netyperole attributes in corpussettings
 java.lang.String getNETypeRoot()
          neontology#neroot attributes in corpussettings
 java.lang.String getNXTConfigRootName()
          Override if you need other rootname
 int getWordlevelSelectionType()
           
 void initDisplayedAnnotationNames()
          Override for your application! Determines which annotation elements should be displayed.
 boolean showAdjacencyPairWindows()
          showapwindow attribute in guisettings
 
Methods inherited from class net.sourceforge.nite.gui.util.AbstractCallableToolConfig
clearCachedValues, getApplicationName, getDisplayedAnnotationNames, getNXTConfig, getSegmentationElementName, getTranscriptionAttribute, getTranscriptionLayerName, getTranscriptionToTextDelegate, loadConfig, reloadConfig, setCorpusSettings, setGUISettings, setMetaDataFile, showLogWindows
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DACoderConfig

public DACoderConfig()
Method Detail

getNXTConfigRootName

public java.lang.String getNXTConfigRootName()
Description copied from class: AbstractCallableToolConfig
Override if you need other rootname

Overrides:
getNXTConfigRootName in class AbstractCallableToolConfig

getDAElementName

public java.lang.String getDAElementName()
daelementname attribute in corpussettings


getDAAttributeName

public java.lang.String getDAAttributeName()
daattributename attribute in corpussettings


getDATypeRoot

public java.lang.String getDATypeRoot()
daontology#daroot attributes in corpussettings


getDATypeDefault

public java.lang.String getDATypeDefault()
daontology#dadefault attributes in corpussettings


getDATypeRole

public java.lang.String getDATypeRole()
datyperole attributes in corpussettings


getDAAGloss

public java.lang.String getDAAGloss()
dagloss attributes in corpussettings


getAPElementName

public java.lang.String getAPElementName()
apelementname attributes in corpussettings


getAPTypeRoot

public java.lang.String getAPTypeRoot()
apontology#aproot attributes in corpussettings


getAPGloss

public java.lang.String getAPGloss()
apgloss attribute in corpussettings


getDefaultAPType

public java.lang.String getDefaultAPType()
apontology#defaultaptype attributes in corpussettings


getNEElementName

public java.lang.String getNEElementName()
neelementname attributes in corpussettings


getNEAttributeName

public java.lang.String getNEAttributeName()
neattributename attribute in corpussettings


getNEMultiplePointers

public boolean getNEMultiplePointers()
nemultiplepointers attributes in corpussettings


getNETypeRoot

public java.lang.String getNETypeRoot()
neontology#neroot attributes in corpussettings


getNETypeDefault

public java.lang.String getNETypeDefault()
neontology#nedefault attributes in corpussettings


getNEDisplayAttribute

public java.lang.String getNEDisplayAttribute()
nenameattribute attributes in corpussettings


getNETypePointerRole

public java.lang.String getNETypePointerRole()
netyperole attributes in corpussettings


getNEAbbrevAttrib

public java.lang.String getNEAbbrevAttrib()
abbrevattribute attributes in corpussettings


getAddresseeIgnoreAttribute

public java.lang.String getAddresseeIgnoreAttribute()
addresseeignoreattribute: that is the attribute that, if present on a dialogue act type label, will force the tool to grey out the addressee checkboxes so the user is forced to NOT code addressee.


initDisplayedAnnotationNames

public void initDisplayedAnnotationNames()
Override for your application! Determines which annotation elements should be displayed. Set of strings... maybe a config setting, later

Overrides:
initDisplayedAnnotationNames in class AbstractCallableToolConfig

getWordlevelSelectionType

public int getWordlevelSelectionType()
Overrides:
getWordlevelSelectionType in class AbstractCallableToolConfig

getAllowTranscriptSelect

public boolean getAllowTranscriptSelect()
Overrides:
getAllowTranscriptSelect in class AbstractCallableToolConfig

getAllowAnnotationSelect

public boolean getAllowAnnotationSelect()
Overrides:
getAllowAnnotationSelect in class AbstractCallableToolConfig

getAllowMultiAgentSelect

public boolean getAllowMultiAgentSelect()
Overrides:
getAllowMultiAgentSelect in class AbstractCallableToolConfig

getHelpSetName

public java.lang.String getHelpSetName()
Overrides:
getHelpSetName in class AbstractCallableToolConfig

showAdjacencyPairWindows

public boolean showAdjacencyPairWindows()
showapwindow attribute in guisettings