|
|||||||||
| 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
net.sourceforge.nite.tools.comparison.nonspanning.NonSpanningCoderConfig
public class NonSpanningCoderConfig
Coder configuration settings for NonSpanning Comparison display.
Soft config: see NECoderConfig. Hardcoded settings: see overrides below.
NonSpanningComparisonDisplay| Constructor Summary | |
|---|---|
NonSpanningCoderConfig()
|
|
| Method Summary | |
|---|---|
boolean |
getAllowNestedNamedEntities()
Determines whether nested named-entities are permitted (set the corpus setting attribute 'nenesting' to 'true' to permit nesting. |
java.lang.String |
getAnnotatorLayer()
|
java.lang.String |
getCommonLayer()
|
java.util.List |
getExtraCodings()
extracodings is used to load additional trees into the comparison view by defining the root layer. |
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; } |
| Methods inherited from class net.sourceforge.nite.tools.necoder.NECoderConfig |
|---|
expandOntologyTree, getDisplayedAnnotationNames, getWordlevelSelectionType |
| 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 NonSpanningCoderConfig()
| Method Detail |
|---|
public java.lang.String getHelpSetName()
DACoderConfig
getHelpSetName in class NECoderConfigpublic java.util.List getExtraCodings()
public java.lang.String getAnnotatorLayer()
public java.lang.String getCommonLayer()
public boolean getAllowNestedNamedEntities()
NECoderConfig
getAllowNestedNamedEntities in class NECoderConfig
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||