|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.nite.gui.util.AbstractCallableToolConfig
net.sourceforge.nite.tools.dacoder.DACoderConfig
net.sourceforge.nite.tools.necoder.NECoderConfig
public class NECoderConfig
Soft config: see DACoderConfig. Hardcoded settings: see overrides below.
| Constructor Summary | |
|---|---|
NECoderConfig()
|
|
| Method Summary | |
|---|---|
boolean |
expandOntologyTree()
Named-entity tool specific setting for controlling the ontology tree. |
boolean |
getAllowNestedNamedEntities()
Determines whether nested named-entities are permitted (set the corpus setting attribute 'nenesting' to 'true' to permit nesting. |
java.util.Set |
getDisplayedAnnotationNames()
Override for your application! Determines which annotation elements should be displayed. |
java.lang.String |
getHelpSetName()
default to true for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowTranscriptSelect() { String transelect = getNXTConfig().getGuiSettingValue("transcriptselection"); if (transelect!=null) return super.getAllowTranscriptSelect(); return true; } /** default to true for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowAnnotationSelect() { String anselect = getNXTConfig().getGuiSettingValue("annotationselection"); if (anselect!=null) return super.getAllowAnnotationSelect(); return true; } /** default to false for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig) public boolean getAllowMultiAgentSelect() { String agselect = getNXTConfig().getGuiSettingValue("multiagentselection"); if (agselect!=null) return super.getAllowMultiAgentSelect(); return false; } |
int |
getWordlevelSelectionType()
default to NTranscriptionView.CROSS_SEGMENT_PHRASE for DACoder, but allow user configuration to override (return the value from AbstractCallableToolConfig - i.e. |
| Methods inherited from class net.sourceforge.nite.tools.dacoder.DACoderConfig |
|---|
getAddresseeIgnoreAttribute, getAPElementName, getAPGloss, getAPTypeRoot, getDAAGloss, getDAAttributeName, getDAElementName, getDATypeDefault, getDATypeRole, getDATypeRoot, getDefaultAPType, getNEAbbrevAttrib, getNEAttributeName, getNEDisplayAttribute, getNEElementName, getNEMultiplePointers, getNETypeDefault, getNETypePointerRole, getNETypeRoot, getNXTConfigRootName, initDisplayedAnnotationNames, showAdjacencyPairWindows |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NECoderConfig()
| Method Detail |
|---|
public java.util.Set getDisplayedAnnotationNames()
getDisplayedAnnotationNames in class AbstractCallableToolConfigpublic int getWordlevelSelectionType()
DACoderConfig
getWordlevelSelectionType in class DACoderConfigpublic java.lang.String getHelpSetName()
DACoderConfig
getHelpSetName in class DACoderConfigpublic boolean getAllowNestedNamedEntities()
public boolean expandOntologyTree()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||