Serialized Form
mimeType
org.w3c.www.mime.MimeType mimeType
- The MIME type of this format.
markupElementsMap
Map markupElementsMap
- Map of markup elements to annotation types. If it is null, the
unpackMarkup() method will convert all markup, using the element names
for annotation types. If it is non-null, only those elements specified
here will be converted.
element2StringMap
Map element2StringMap
- This map is used inside uppackMarkup() method...
When an element from the map is encounted, The corresponding string
element is added to the document content
features
FeatureMap features
- The features of this resource
shouldCollectRepositioning
Boolean shouldCollectRepositioning
- Flag for enable/disable collecting of repositioning information
maxUnitIncrement
int maxUnitIncrement
keyDocument
Document keyDocument
- This document contains the key annotation set which is taken as reference
in comparison
keyAnnotationSetName
String keyAnnotationSetName
- The name of the annotation set. If is null then the default annotation set
will be considered.
responseDocument
Document responseDocument
- This document contains the response annotation set which is being
compared against the key annotation set.
responseAnnotationSetName
String responseAnnotationSetName
- The name of the annotation set. If is null then the default annotation set
will be considered.
responseAnnotationSetNameFalsePoz
String responseAnnotationSetNameFalsePoz
- The name of the annotation set considered in calculating FalsePozitive.
If is null then the default annotation set will be considered.
annotationSchema
AnnotationSchema annotationSchema
- The annotation schema object used to get the annotation name
keyFeatureNamesSet
Set keyFeatureNamesSet
- A set of feature names bellonging to annotations from keyAnnotList
used in isCompatible() and isPartiallyCompatible() methods
precisionStrict
double precisionStrict
- The precision strict value (see NLP Information Extraction)
precisionLenient
double precisionLenient
- The precision lenient value (see NLP Information Extraction)
precisionAverage
double precisionAverage
- The precision average value (see NLP Information Extraction)
recallStrict
double recallStrict
- The Recall strict value (see NLP Information Extraction)
recallLenient
double recallLenient
- The Recall lenient value (see NLP Information Extraction)
recallAverage
double recallAverage
- The Recall average value (see NLP Information Extraction)
falsePositiveStrict
double falsePositiveStrict
- The False positive strict (see NLP Information Extraction)
falsePositiveLenient
double falsePositiveLenient
- The False positive lenient (see NLP Information Extraction)
falsePositiveAverage
double falsePositiveAverage
- The False positive average (see NLP Information Extraction)
fMeasureStrict
double fMeasureStrict
- The F-measure strict (see NLP Information Extraction)
fMeasureLenient
double fMeasureLenient
- The F-measure lenient (see NLP Information Extraction)
fMeasureAverage
double fMeasureAverage
- The F-measure average (see NLP Information Extraction)
annotationTypeForFalsePositive
String annotationTypeForFalsePositive
- This string represents the type of annotations used to play the roll of
total number of words needed to calculate the False Positive.
diffTable
XJTable diffTable
- The components that will stay into diffPanel
diffSet
Set diffSet
- Used to represent the result of diff. See DiffSetElement class.
keyPartiallySet
Set keyPartiallySet
- This field is used in doDiff() and detectKeyType() methods and holds all
partially correct keys
responsePartiallySet
Set responsePartiallySet
- This field is used in doDiff() and detectResponseType() methods
keyAnnotList
List keyAnnotList
- This list is created from keyAnnotationSet at init() time
responseAnnotList
List responseAnnotList
- This list is created from responseAnnotationSet at init() time
textMode
boolean textMode
- This field indicates wheter or not the annot diff should run int the text
mode
RED
Color RED
- Red used for SPURIOUS_TYPE
GREEN
Color GREEN
- Green used for CORRECT_TYPE
WHITE
Color WHITE
- White used for DEFAULT_TYPE
BLUE
Color BLUE
- Blue used for PARTIALLY_CORRECT_TYPE
YELLOW
Color YELLOW
- Yellow used for MISSING_TYPE
NULL_TYPE
int NULL_TYPE
- Used in DiffSetElement to represent an empty raw in the table
BLACK
Color BLACK
- Used in some setForeground() methods
colors
Color[] colors
- The array holding the colours according to the annotation types
scrollPane
JScrollPane scrollPane
- A scroll for the AnnotDiff's table
typeCounter
int[] typeCounter
- Used to store the no. of annotations from response,identified as belonging
to one of the previous types.
this$0
AnnotationDiff this$0
background
Color background
foreground
Color foreground
eventHandler
gate.annotation.AnnotationImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
id
Integer id
- The id of this annotation (for persitency resons)
type
String type
- The type of the annotation
start
Node start
- The start node
end
Node end
- The end node
name
String name
- The name of this set
doc
DocumentImpl doc
- The document this set belongs to
annotsById
HashMap annotsById
- Maps annotation ids (Integers) to Annotations
annotsByType
Map annotsByType
- Maps annotation types (Strings) to AnnotationSets
nodesByOffset
RBTreeMap nodesByOffset
- Maps offsets (Longs) to nodes
annotsByStartNode
Map annotsByStartNode
- Maps node ids (Integers) to AnnotationSets representing those
annotations that start from that node
annotsByEndNode
Map annotsByEndNode
- Maps node ids (Integers) to AnnotationSets representing those
annotations that end at that node
this$0
AnnotationSetImpl this$0
eventHandler
gate.annotation.DatabaseAnnotationSetImpl.EventsHandler eventHandler
- The listener for the events coming from the document (annotations and
annotation sets added or removed).
addedAnnotations
HashSet addedAnnotations
removedAnnotations
HashSet removedAnnotations
updatedAnnotations
HashSet updatedAnnotations
validating
boolean validating
id
Integer id
- The id of this node (used for persistency)
offset
Long offset
- The offset of this node
supportList
List supportList
- The underlying list that holds the documents in this corpus.
featuresChanged
boolean featuresChanged
nameChanged
boolean nameChanged
eventHandler
gate.corpora.DatabaseCorpusImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
documentData
List documentData
removedDocuments
List removedDocuments
isContentRead
boolean isContentRead
contentLock
Object contentLock
jdbcConn
Connection jdbcConn
contentChanged
boolean contentChanged
featuresChanged
boolean featuresChanged
nameChanged
boolean nameChanged
documentChanged
boolean documentChanged
removedAnotationSets
Collection removedAnotationSets
addedAnotationSets
Collection addedAnotationSets
parentDocument
Document parentDocument
eventHandler
gate.corpora.DatabaseDocumentImpl.EventsHandler eventHandler
- The listener for the events coming from the features.
content
String content
- Just for now - later we have to cater for different types of
content.
originalContent
String originalContent
- For preserving the original content of the document.
The edit command didn't affect on the original content.
If you construct the content by URL the originalContent will keep
whole information retrieved by URL even you set some start and end.
docName
String docName
persistentID
Object persistentID
preserveOriginalContent
Boolean preserveOriginalContent
- If you set this flag to true the original content of the document will
be kept in the document feature.
Default value is false to avoid the unnecessary waste of memory
collectRepositioningInfo
Boolean collectRepositioningInfo
- If you set this flag to true the repositioning information for
the document will be kept in the document feature.
Default value is false to avoid the unnecessary waste of time and memory
crossedOverAnnotation
Annotation crossedOverAnnotation
- This is a variable which contains the latest crossed over annotation
found during export with preserving format, i.e., toXml(annotations)
method.
nextAnnotationId
int nextAnnotationId
- The id of the next new annotation
nextNodeId
int nextNodeId
- The id of the next new node
sourceUrl
URL sourceUrl
- The source URL
content
DocumentContent content
- The content of the document
encoding
String encoding
- The encoding of the source of the document content
isRootTag
boolean isRootTag
- This field indicates if an annotation is the doc's root tag.
It is needed when adding the namespace information
DOC_SIZE_MULTIPLICATION_FACTOR
int DOC_SIZE_MULTIPLICATION_FACTOR
- This field is used when creating StringBuffers for toXml() methods.
The size of the StringBuffer will be docDonctent.size() multiplied by this
value. It is aimed to improve the performance of StringBuffer
ORDER_ON_START_OFFSET
int ORDER_ON_START_OFFSET
- Constant used in the inner class AnnotationComparator to order
annotations on their start offset
ORDER_ON_END_OFFSET
int ORDER_ON_END_OFFSET
- Constant used in the inner class AnnotationComparator to order
annotations on their end offset
ORDER_ON_ANNOT_ID
int ORDER_ON_ANNOT_ID
- Constant used in the inner class AnnotationComparator to order
annotations on their ID
ASC
int ASC
- Constant used in the inner class AnnotationComparator to order
annotations ascending
DESC
int DESC
- Constant used in the inner class AnnotationComparator to order
annotations descending
sourceUrlStartOffset
Long sourceUrlStartOffset
- The start of the range that the content comes from at the source URL
(or null if none).
sourceUrlEndOffset
Long sourceUrlEndOffset
- The end of the range that the content comes from at the source URL
(or null if none).
defaultAnnots
AnnotationSet defaultAnnots
- The default annotation set
namedAnnotSets
Map namedAnnotSets
- Named sets of annotations
stringContent
String stringContent
- A property of the document that will be set when the user
wants to create the document from a string, as opposed to from
a URL.
markupAware
Boolean markupAware
- Is the document markup-aware?
this$0
RepositioningInfo this$0
m_origPos
long m_origPos
- Data members for one peace of text information
m_origLength
long m_origLength
- Data members for one peace of text information
m_currPos
long m_currPos
- Data members for one peace of text information
m_currLength
long m_currLength
- Data members for one peace of text information
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject - calls the default readObject() and then initialises the
transient data
- Serial Data:
- Read serializable fields. No optional data read.
docDataList
List docDataList
name
String name
interrupted
boolean interrupted
document
Document document
- The document property for this analyser.
corpus
Corpus corpus
- The corpus property for this analyser.
interrupted
boolean interrupted
name
String name
features
FeatureMap features
annotationName
String annotationName
- The name of the annotation
featureSchemaSet
Set featureSchemaSet
- Schemas for the attributes
xmlFileUrl
URL xmlFileUrl
- The xml file URL of the resource
exportedTypes
List exportedTypes
- This list of strings represents the entities type that will be exported
dtdFileName
String dtdFileName
- This is the name of the dtd file. If it's not present no dtd would be
written in the APF file.
docId
String docId
- This field represent the document id and it is used in generating the
entities IDs. It is the file name of the document, without the extension
entityId
int entityId
- This field represent an unique entity ID generator
xmlDoc
StringBuffer xmlDoc
- This is the xmlDoc that will be created
exportFilePath
URL exportFilePath
source
String source
- The source attribute for source
isSourceWritten
boolean isSourceWritten
- The source attribute for source
directories
Set directories
- The set of CREOLE directories (URLs).
lrTypes
Set lrTypes
- A list of the types of LR in the register.
prTypes
Set prTypes
- A list of the types of PR in the register.
vrTypes
List vrTypes
- A list of the types of VR in the register.
controllerTypes
Set controllerTypes
- A list of the types of VR in the register.
toolTypes
Set toolTypes
- A list of the types of TOOL in the register.
exception
Exception exception
featureName
String featureName
- The name of this feature.
featureValueClassName
String featureValueClassName
- The class name of the feature value
featureValue
String featureValue
- The value of the feature. This must be read only when "use" is default
or fixed.
featureUse
String featureUse
- The use of that feature can be one of:
prohibited | optional | required | default | fixed : optional
featurePermissibleValuesSet
Set featurePermissibleValuesSet
- Permisible value set, if appropriate.
typeName
String typeName
- The type name of the parameter
optional
boolean optional
- Is the parameter optional?
itemClassName
String itemClassName
- The name of the item's class. If the parameter is a collection then
we need to know the class of its items in order to create them the
way we want.
suffixes
Set suffixes
- A set of strings representing suffixes for URL params
resData
ResourceData resData
- The resource data that this parameter is part of.
defaultValueString
String defaultValueString
- Default value string (unprocessed, from the metadata)
for the parameter
comment
String comment
- Comment for the parameter
name
String name
- Name for the parameter
runtime
boolean runtime
- Is this a run-time parameter?
paramClass
Class paramClass
- The Class for the parameter type
runtimeParameters
List runtimeParameters
- The runtime parameters
initimeParameters
List initimeParameters
- The initialisation time parameters
fullyDefaulted
boolean fullyDefaulted
- Status of the last run of getDefaults(List).
tagger
hepple.postag.POSTagger tagger
lexiconURL
URL lexiconURL
rulesURL
URL rulesURL
inputASName
String inputASName
outputASName
String outputASName
name
String name
- The name of the resource
icon
String icon
- Location of an icon for the resource
instantiationStack
WeakBumpyStack instantiationStack
- The stack of instantiations
persistantInstantiationList
List persistantInstantiationList
- This list contains all instances loaded from creole.xml with
AUTOINSTANCE tag. The idea is that we don't want to loose them from the
system, because of the WeakBumpyStack
className
String className
- The class name of the resource
interfaceName
String interfaceName
- The interface name of the resource
resourceClass
Class resourceClass
- The class of the resource
jarFileName
String jarFileName
- The jar file name of the resource
jarFileUrl
URL jarFileUrl
- The jar file URL of the resource
xmlFileName
String xmlFileName
- The xml file name of the resource
xmlFileUrl
URL xmlFileUrl
- The xml file URL of the resource
comment
String comment
- The comment string
parameterList
ParameterList parameterList
- The set of parameter lists
autoLoading
boolean autoLoading
- Autoloading flag
priv
boolean priv
- Private flag
tool
boolean tool
- Tool flag
validityMessage
String validityMessage
- Status message set by isValid()
guiType
int guiType
- A filed which can have one of the 3 predefined values. See above.
isMainView
boolean isMainView
- Whether or not this viewer will be the default one
resourceDisplayed
String resourceDisplayed
- The full class name of the resource displayed by this viewer.
annotationTypeDisplayed
String annotationTypeDisplayed
- The full type name of the annotation displayed by this viewer.
exception
Exception exception
corpus
Corpus corpus
prList
List prList
- The list of contained PRs
sListener
StatusListener sListener
- A proxy for status events
grammarURL
URL grammarURL
- The URL to the jape file used as grammar by this transducer.
batch
Batch batch
- The actual JapeTransducer used for processing the document(s).
encoding
String encoding
- The encoding used for reding the grammar file(s).
inputASName
String inputASName
- The
AnnotationSet
used as input for the transducer.
outputASName
String outputASName
- The
AnnotationSet
used as output by the transducer.
Package gate.creole.annotdelete |
markupSetName
String markupSetName
annotationTypes
List annotationTypes
Package gate.creole.annotransfer |
tagASName
String tagASName
outputASName
String outputASName
inputASName
String inputASName
textTagName
String textTagName
bodyAnnotations
AnnotationSet bodyAnnotations
Package gate.creole.coref |
pronominalModule
PronominalCoref pronominalModule
- ---
annotationSetName
String annotationSetName
- ---
qtTransducer
Transducer qtTransducer
- ---
pleonTransducer
Transducer pleonTransducer
- ---
defaultAnnotations
AnnotationSet defaultAnnotations
- ---
textSentences
gate.creole.coref.PronominalCoref.Sentence[] textSentences
- ---
quotedText
gate.creole.coref.PronominalCoref.Quote[] quotedText
- ---
pleonasticIt
Annotation[] pleonasticIt
- ---
personGender
HashMap personGender
- ---
anaphor2antecedent
HashMap anaphor2antecedent
- ---
Package gate.creole.dumpingPR |
annotationTypes
List annotationTypes
- A list of annotation types, which are to be dumped into the output file
dumpTypes
List dumpTypes
- A list of strings specifying new names to be used instead of the original
annotation types given in the annotationTypes parameter. For example, if
annotationTypes was set to [Location, Date], then if dumpTypes is set to
[Place, Date-expr], then the labels and will be inserted
instead of and .
annotationSetName
String annotationSetName
- the name of the annotation set
from which to take the annotations for dumping
includeFeatures
boolean includeFeatures
- Whether or not to include the annotation features during export
suffixForDumpFiles
String suffixForDumpFiles
- What suffix to use for the dump files. .gate by default, but can be
changed via the set method.
useSuffixForDumpFiles
boolean useSuffixForDumpFiles
- Whether or not to use the special suffix fo the dump files. True by
default.
outputFileUrl
URL outputFileUrl
Package gate.creole.gazetteer |
initialState
gate.creole.gazetteer.FSMState initialState
- The initial state of the FSM that backs this gazetteer
fsmStates
Set fsmStates
- A set containing all the states of the FSM backing the gazetteer
features
FeatureMap features
annotationSetName
String annotationSetName
- Used to store the annotation set currently being used for the newly
generated annotations
encoding
String encoding
listsURL
URL listsURL
- The value of this property is the URL that will be used for reading the
lists dtaht define this Gazetteer
caseSensitive
Boolean caseSensitive
- Should this gazetteer be case sensitive. The default value is true.
majorType
String majorType
- Tha major type for this lookup, e.g. "Organisation"
minorType
String minorType
- The minor type for this lookup, e.g. "Company"
languages
String languages
- The languages for this lookup, e.g. "English, French"
Package gate.creole.orthomatcher |
annotationSetName
String annotationSetName
- the name of the annotation set
annotationTypes
List annotationTypes
- the types of the annotation
organizationType
String organizationType
- the organization type
personType
String personType
- the person type
unknownType
String unknownType
extLists
boolean extLists
- internal or external list
matchingUnknowns
boolean matchingUnknowns
allMatchingNeeded
boolean allMatchingNeeded
- This is an internal variable to indicate whether
we matched using a rule that requires that
the newly matched annotation matches all the others
This is needed, because organizations can share
first/last tokens like News and be different
caseSensitive
boolean caseSensitive
queryFM
FeatureMap queryFM
alias
HashMap alias
cdg
HashSet cdg
spur_match
HashMap spur_match
def_art
HashMap def_art
connector
HashMap connector
prepos
HashMap prepos
nameAllAnnots
AnnotationSet nameAllAnnots
processedAnnots
HashMap processedAnnots
annots2Remove
HashMap annots2Remove
matchesDocFeature
List matchesDocFeature
tokensMap
HashMap tokensMap
shortAnnot
Annotation shortAnnot
longAnnot
Annotation longAnnot
tokensLongAnnot
ArrayList tokensLongAnnot
tokensShortAnnot
ArrayList tokensShortAnnot
tempMap
FeatureMap tempMap
- a feature map to be used when retrieving annotations
declared here so can be reused for efficiency
clear() before each use
cbuffer
char[] cbuffer
- a buffer in order to read an array of char
Package gate.creole.splitter |
gazetteer
DefaultGazetteer gazetteer
transducer
Transducer transducer
transducerURL
URL transducerURL
encoding
String encoding
gazetteerListsURL
URL gazetteerListsURL
inputASName
String inputASName
outputASName
String outputASName
Package gate.creole.tokeniser |
tokeniser
SimpleTokeniser tokeniser
- the simple tokeniser used for tokenisation
transducer
Transducer transducer
- the transducer used for post-processing
tokeniserRulesURL
URL tokeniserRulesURL
encoding
String encoding
transducerGrammarURL
URL transducerGrammarURL
annotationSetName
String annotationSetName
features
FeatureMap features
annotationSetName
String annotationSetName
- the annotations et where the new annotations will be adde
initialState
gate.creole.tokeniser.FSMState initialState
- The initial state of the non deterministic machin
fsmStates
Set fsmStates
- A set containng all the states of the non deterministic machin
dInitialState
gate.creole.tokeniser.DFSMState dInitialState
- The initial state of the deterministic machin
dfsmStates
Set dfsmStates
- A set containng all the states of the deterministic machin
rulesResourceName
String rulesResourceName
rulesURL
URL rulesURL
encoding
String encoding
sourceDocument
Document sourceDocument
annotation
Annotation annotation
document
Document document
- The document that has been added/removed.
documentIndex
int documentIndex
- The index of the document which has been removed. Needed because
the document itself might not have been loaded in memory, so the
index could be used instead.
resource
Resource resource
datastore
DataStore datastore
resource
Resource resource
resourceID
Object resourceID
annotationSetName
String annotationSetName
type
int type
initialState
State initialState
- The initial state of this FSM.
transducerName
String transducerName
supportGraph
FSM supportGraph
- The FSM for which this FSMInstance is an instance of.
FSMPosition
State FSMPosition
- The current state of this FSMInstance
AGPosition
Node AGPosition
- The place (Node) in the AnnotationGraph where the matching started
startNode
Node startNode
- The place (Node) in the AnnotationGraph where the matching started
bindings
HashMap bindings
- A map from java.lang.String to gate.AnnotationSet describing all the
bindings that took place during matching.
needs to be HashMap instead of simply Map in order to cloneable
length
long length
- The size of the matched region in the Annotation Graph
fileIndex
int fileIndex
- The index in the definition file of the rule from which the AGPosition
state was generated.
document
Document document
priority
int priority
- The priority in the definition file of the rule from which the AGPosition
state was generated.
transitions
SimpleArraySet transitions
- A set of objects of type gata.fsm.Transition representing the outgoing
transitions.
isFinal
boolean isFinal
- Is this state a final one?
action
RightHandSide action
- The right hand side associated to the rule for which this state recognizes
the lhs.
myIndex
int myIndex
- The unique index of this state.
fileIndex
int fileIndex
- The index in the definition file of the rule that was used for creating
this state.
NOTE: this member is consistent only for FINAL STATES!
priority
int priority
- The priority of the rule from which this state derived.
constraints
BasicPatternElement constraints
- The constraints on this transition.
target
State target
- The state this transition leads to
bindings
LinkedList bindings
- A list with all the labels associated to the annotations recognized by
this transition.
We need to use the actual object and not the interface (java.util.List)
because we need this object to be cloneable
myIndex
int myIndex
- The unique index of this transition. This value is not used by any of
the algorithms. It is only provided as a convenient method of identifying
the transitions in textual representations (toString() and GML related
methods)
menusRBtn
JRadioButton menusRBtn
componentsRBtn
JRadioButton componentsRBtn
textComponentsRBtn
JRadioButton textComponentsRBtn
fontChooser
JFontChooser fontChooser
okBtn
JButton okBtn
applyBtn
JButton applyBtn
cancelBtn
JButton cancelBtn
bGroup
ButtonGroup bGroup
menusFont
Font menusFont
componentsFont
Font componentsFont
textComponentsFont
Font textComponentsFont
oldMenusFont
Font oldMenusFont
oldComponentsFont
Font oldComponentsFont
oldTextComponentsFont
Font oldTextComponentsFont
currentFont
String currentFont
- Which font is being edited now. Possible vlues: "menu", "text",
"components".
targets
Component[] targets
mainFrame
MainFrame mainFrame
thisBootStrapDialog
BootStrapDialog thisBootStrapDialog
bootStrapWizard
BootStrap bootStrapWizard
resourceName
String resourceName
packageName
String packageName
resourceType
String resourceType
resourceTypes
Map resourceTypes
className
String className
resourceInterfaces
Set resourceInterfaces
possibleInterfaces
String possibleInterfaces
pathNewProject
String pathNewProject
resourceNameLabel
JLabel resourceNameLabel
resourceNameTextField
JTextField resourceNameTextField
packageNameLabel
JLabel packageNameLabel
packageNameTextField
JTextField packageNameTextField
resourceTypesLabel
JLabel resourceTypesLabel
resourceTypesComboBox
JComboBox resourceTypesComboBox
classNameLabel
JLabel classNameLabel
classNameTextField
JTextField classNameTextField
interfacesLabel
JLabel interfacesLabel
interfacesTextField
JTextField interfacesTextField
chooseFolderLabel
JLabel chooseFolderLabel
chooseFolderTextField
JTextField chooseFolderTextField
chooseFolderButton
JButton chooseFolderButton
createResourceButton
JButton createResourceButton
cancelButton
JButton cancelButton
fileChooser
JFileChooser fileChooser
sourceListModel
DefaultListModel sourceListModel
- This is the model for the list that the user will choose from
targetListModel
DefaultListModel targetListModel
- This is the model for the list that the user chosed
buttonPressed
int buttonPressed
- A value indicating which button has been pressed (Ok or Cancel)
removeButton
JButton removeButton
- The button that removes items from the target list
addButton
JButton addButton
- The button that adds items to the target list
sourceList
JList sourceList
- The source list which contains the items that the user will select from
targetList
JList targetList
- The source list which contains the items that the user choosed
okButton
JButton okButton
- The Ok button
cancelButton
JButton cancelButton
- The Cancel button
sourceLabel
JLabel sourceLabel
- A label for the source list
targetLabel
JLabel targetLabel
- A label for the target list
mainFrame
Frame mainFrame
- The parent frame for this dialog
documentsList
JList documentsList
listRenderer
gate.gui.CorpusEditor.DocumentListCellRenderer listRenderer
featuresEditor
FeaturesEditor featuresEditor
toolbar
JToolBar toolbar
corpus
Corpus corpus
docListModel
DefaultListModel docListModel
urlTextField
JTextField urlTextField
- The text field for the directory URL
filerBtn
JButton filerBtn
- The buttons that opens the file chooser
extensionsTextField
JTextField extensionsTextField
- The text field for the permitted extensions
listEditBtn
JButton listEditBtn
- The buton that opens the list editor for the extensions
recurseCheckBox
JCheckBox recurseCheckBox
- The checkbox for recurse directories
encodingTextField
JTextField encodingTextField
- The textField for the encoding
extensions
List extensions
- The list of permitted extensions.
document
Document document
- The
Document
currently displayed.
colGenerator
ColorGenerator colGenerator
- A random colour generator used to generate initial default colours for
highlighting various types of annotations.
textPane
JTextPane textPane
- The text display.
textScroll
JScrollPane textScroll
- Scroller used for the text diaplay
annotationsTable
XJTable annotationsTable
- The table placed below the text display used for showing annotations
annotationsTableModel
gate.gui.DocumentEditor.AnnotationsTableModel annotationsTableModel
- Model for the annotations table
tableScroll
JScrollPane tableScroll
- Scroller for the annotations table
leftSplit
JSplitPane leftSplit
rightSplit
JSplitPane rightSplit
- The split that contains the styles tree and the coreference viewer.
mainSplit
JSplitPane mainSplit
- The main horizontal split that contains all the contents of this viewer
stylesTree
JTree stylesTree
- The right hand side tree with all the annotation sets and types of
annotations
toolbar
JToolBar toolbar
- The toolbar displayed on the top part of the component
stylesTreeScroll
JScrollPane stylesTreeScroll
- Scroller for the styles tree
stylesTreeRoot
DefaultMutableTreeNode stylesTreeRoot
- The root for the styles tree
stylesTreeModel
DefaultTreeModel stylesTreeModel
- The model for the styles tree
searchDialog
gate.gui.DocumentEditor.SearchDialog searchDialog
- The dialog used for text search
styleChooser
TextAttributesChooser styleChooser
- The dialog used for editing the styles used to highlight annotations
corefTree
JTree corefTree
- The Jtree that displays the coreference data
corefTreeRoot
DefaultMutableTreeNode corefTreeRoot
- The root for the coref tree
corefTreeModel
DefaultTreeModel corefTreeModel
- The model for the coref tree
corefScroll
JScrollPane corefScroll
- The scroller for the coref list
progressBox
Box progressBox
- A box containing a
JProgressBar
used to keep the user
entertained while the text display is being updated
progressBar
JProgressBar progressBar
- The progress bar used during updating the text
highlighter
Highlighter highlighter
- The highlighter used to help the user select annotations that overlap
and for highligting in the text the annotations selected in the lower
table.
selectionHighlighter
Highlighter selectionHighlighter
- This highlighter is actually used as a data structure. It is used to keep
the data for the selected annotations; the actual highlighting will be
done by the
AnnotationEditor#highlighter
as using two different
highlighters on the same text component is looking for trouble.
selectionBlinker
gate.gui.DocumentEditor.SelectionBlinker selectionBlinker
- The object responsible with blinking the selected annotations.
myHandle
Handle myHandle
data
List data
- holds the data for the annotations table: a list of Annotation objects
ranges
List ranges
- a list containing
AnnotationEditor.Range
objects. These are the
ranges in the AnnotationEditor#data
structure. A range is a bunch
of annotations belonging to the same annotation set that are contiguous
in the AnnotationEditor#data
structure.
typeDataMap
Map typeDataMap
- A composed map used to get the metadata for an annotation type starting
from the annotation set name and the type name.
Annotation set name -> Annotation type ->
AnnotationEditor.TypeData
Maps from String to Map to AnnotationEditor.TypeData
.
eventHandler
gate.gui.DocumentEditor.EventsHandler eventHandler
- The listener for the events coming from the document (annotations and
annotation sets added or removed).
lock
Object lock
- Object used to sychronise all the various threads involved in GUI
updating;
editable
boolean editable
- Should this component bahave as an editor as well as an viewer
textVisibleBtn
JToggleButton textVisibleBtn
typesTreeVisibleBtn
JToggleButton typesTreeVisibleBtn
annotationsTableVisibleBtn
JToggleButton annotationsTableVisibleBtn
coreferenceVisibleBtn
JToggleButton coreferenceVisibleBtn
annotationsTableVisible
boolean annotationsTableVisible
coreferenceVisible
boolean coreferenceVisible
textVisible
boolean textVisible
typesTreeVisible
boolean typesTreeVisible
corefOptionAvailable
boolean corefOptionAvailable
this$0
DocumentEditor this$0
defaultFactory
ViewFactory defaultFactory
table
XJTable table
tableModel
gate.gui.FeaturesEditor.FeaturesTableModel tableModel
resource
FeatureBearer resource
features
FeatureMap features
newFeatureField
JTextField newFeatureField
newValueField
JTextField newValueField
addNewBtn
JButton addNewBtn
textPane
XJEditorPane textPane
toolBar
JToolBar toolBar
status
JLabel status
itemType
String itemType
- The type of the elements in the list
itemTypeClass
Class itemTypeClass
- The Class for the elements in the list
listComponent
JList listComponent
- The GUI compoenent used to display the list
combo
JComboBox combo
- Comobox used to select among values for GATE types
textField
JTextField textField
- Text field used to input new arbitrary values
removeBtn
JButton removeBtn
- Used to remove the selected element in the list;
addBtn
JButton addBtn
- Used to add a new value to the list
moveUpBtn
JButton moveUpBtn
- Moves up one or more items in the list
moveDownBtn
JButton moveDownBtn
- Moves down one or more items in the list
listModel
DefaultListModel listModel
- The model used by the
listComponent
finiteType
boolean finiteType
- Does the item type have a finite range (i.e. should we use the combo)?
addAction
Action addAction
- An action that adds the item being edited to the list
removeAction
Action removeAction
- An action that removes the item(s) currently selected from the list
okButton
JButton okButton
- The OK button for this dialog
cancelButton
JButton cancelButton
- The cancel button for this dialog
userCancelled
boolean userCancelled
- Did the user press the cancel button?
thisLogArea
LogArea thisLogArea
- Field needed in inner classes
popup
JPopupMenu popup
- The popup menu with various actions
originalOut
PrintStream originalOut
- The original printstream on System.out
originalErr
PrintStream originalErr
- The original printstream on System.err
selectAllAction
gate.gui.LogArea.SelectAllAction selectAllAction
- This fields defines the Select all behaviour
copyAction
gate.gui.LogArea.CopyAction copyAction
- This fields defines the copy behaviour
clearAllAction
gate.gui.LogArea.ClearAllAction clearAllAction
- This fields defines the clear all behaviour
menuBar
JMenuBar menuBar
mainSplit
JSplitPane mainSplit
leftSplit
JSplitPane leftSplit
southBox
Box southBox
statusBar
JLabel statusBar
progressBar
JProgressBar progressBar
mainTabbedPane
XJTabbedPane mainTabbedPane
projectTreeScroll
JScrollPane projectTreeScroll
lowerScroll
JScrollPane lowerScroll
appsPopup
JPopupMenu appsPopup
dssPopup
JPopupMenu dssPopup
lrsPopup
JPopupMenu lrsPopup
prsPopup
JPopupMenu prsPopup
newLrsPopupMenu
JMenu newLrsPopupMenu
- used in popups
newPrsPopupMenu
JMenu newPrsPopupMenu
newAppPopupMenu
JMenu newAppPopupMenu
newLrMenu
JMenu newLrMenu
- used in menu bar
newPrMenu
JMenu newPrMenu
newAppMenu
JMenu newAppMenu
loadANNIEMenu
JMenu loadANNIEMenu
stopBtnx
JButton stopBtnx
stopActionx
Action stopActionx
resourcesTree
JTree resourcesTree
resourcesTreeScroll
JScrollPane resourcesTreeScroll
resourcesTreeModel
DefaultTreeModel resourcesTreeModel
resourcesTreeRoot
DefaultMutableTreeNode resourcesTreeRoot
applicationsRoot
DefaultMutableTreeNode applicationsRoot
languageResourcesRoot
DefaultMutableTreeNode languageResourcesRoot
processingResourcesRoot
DefaultMutableTreeNode processingResourcesRoot
datastoresRoot
DefaultMutableTreeNode datastoresRoot
splash
Splash splash
logArea
LogArea logArea
logScroll
JScrollPane logScroll
toolbar
JToolBar toolbar
appearanceDialog
AppearanceDialog appearanceDialog
optionsDialog
OptionsDialog optionsDialog
animator
gate.gui.MainFrame.CartoonMinder animator
logHighlighter
TabHighlighter logHighlighter
newResourceDialog
NewResourceDialog newResourceDialog
waitDialog
WaitDialog waitDialog
newDSAction
gate.gui.MainFrame.NewDSAction newDSAction
openDSAction
gate.gui.MainFrame.OpenDSAction openDSAction
helpAboutAction
gate.gui.MainFrame.HelpAboutAction helpAboutAction
newAnnotDiffAction
gate.gui.MainFrame.NewAnnotDiffAction newAnnotDiffAction
newBootStrapAction
gate.gui.MainFrame.NewBootStrapAction newBootStrapAction
newCorpusEvalAction
gate.gui.MainFrame.NewCorpusEvalAction newCorpusEvalAction
generateStoredCorpusEvalAction
gate.gui.MainFrame.GenerateStoredCorpusEvalAction generateStoredCorpusEvalAction
storedMarkedCorpusEvalAction
gate.gui.MainFrame.StoredMarkedCorpusEvalAction storedMarkedCorpusEvalAction
cleanMarkedCorpusEvalAction
gate.gui.MainFrame.CleanMarkedCorpusEvalAction cleanMarkedCorpusEvalAction
verboseModeCorpusEvalToolAction
gate.gui.MainFrame.VerboseModeCorpusEvalToolAction verboseModeCorpusEvalToolAction
okBtn
JButton okBtn
cancelBtn
JButton cancelBtn
nameField
JTextField nameField
parametersEditor
ResourceParametersEditor parametersEditor
tableScroll
JScrollPane tableScroll
resourceData
ResourceData resourceData
resource
Resource resource
userCanceled
boolean userCanceled
textButtonBox
JPanel textButtonBox
okButton
JButton okButton
cancelButton
JButton cancelButton
userHasPressedOK
boolean userHasPressedOK
mainTabbedPane
JTabbedPane mainTabbedPane
- The main tabbed pane
okButton
JButton okButton
- The OK button. The action for this button is an
OKAction
cancelButton
JButton cancelButton
- The Cancel button: hides the dialog without doing anything
textBtn
JRadioButton textBtn
- Radio button used to set the font for text components
selectedFontBtn
String selectedFontBtn
- which text is currently being edited; values are: "text", "menu", "other"
menuBtn
JRadioButton menuBtn
- Radio button used to set the font for menu components
otherCompsBtn
JRadioButton otherCompsBtn
- Radio button used to set the font for other components
fontBG
ButtonGroup fontBG
- Button group for the font setting radio buttons
fontChooser
JFontChooser fontChooser
- The font chooser used for selecting fonts
saveOptionsChk
JCheckBox saveOptionsChk
- The "Save Options on close" checkbox
saveSessionChk
JCheckBox saveSessionChk
- The "Save Session on close" checkbox
includeFeaturesOnPreserveFormatChk
JCheckBox includeFeaturesOnPreserveFormatChk
- The "Include Annotation Features in Save Preserving Format" checkbox
lookAndFeelClassName
String lookAndFeelClassName
- The name of the look and feel class
menusFont
Font menusFont
- The font to be used for the menus; cached value for the one in the user
config map.
textComponentsFont
Font textComponentsFont
- The font to be used for text components; cached value for the one in the
user config map.
componentsFont
Font componentsFont
- The font to be used for GUI components; cached value for the one in the
user config map.
dirtyGUI
boolean dirtyGUI
- This flag becomes true when an GUI related option has been changed
lnfCombo
JComboBox lnfCombo
- The combobox for the look and feel selection
treeRoot
DefaultMutableTreeNode treeRoot
treeModel
DefaultTreeModel treeModel
datastore
DataStore datastore
myHandle
NameBearerHandle myHandle
features
FeatureMap features
editor
ResourceParametersEditor editor
tableModel
gate.gui.ResourceParametersEditor.ParametersTableModel tableModel
resource
Resource resource
parameterDisjunctions
List parameterDisjunctions
- A list of
ParameterDisjunction
editable
boolean editable
currentAnnotationSchemaList
List currentAnnotationSchemaList
- The annotation schema present into the system
currentAnnotSet
AnnotationSet currentAnnotSet
- The curent annotation set used by the editor
currentAnnot
Annotation currentAnnot
- The curent annotation used by the editor
currentStartOffset
Long currentStartOffset
- The start offset of the span covered by the currentAnnot
currentEndOffset
Long currentEndOffset
- The end offset of the span covered by the currentAnnot
currentAnnotSchema
AnnotationSchema currentAnnotSchema
- This is the currentAnnotSchema being used by the editor
currentAnnotFeaturesMap
FeatureMap currentAnnotFeaturesMap
- The current FeatureMap used by the editor
responseMap
FeatureMap responseMap
- This field is returned when a featureMap was editted or created
tableModel
gate.gui.SchemaAnnotationEditor.FeaturesTableModel tableModel
- This field is the table model used to represent features
name2featureSchemaMap
Map name2featureSchemaMap
- A map from feature name to its FeatureSchema definition
name2annotSchemaMap
Map name2annotSchemaMap
- A map from annotation type to its AnnotationSchema definition
listModel
DefaultListModel listModel
- A list model used to represent the features not assigned to an annot
featuresTable
JTable featuresTable
- Displays the current features of the annotation being editted
featuresTableScroll
JScrollPane featuresTableScroll
- A JScroll for the featuresTable component
featureSchemaList
JList featureSchemaList
- Displays all possible features of the annotation being
editted (taken from AnnotationSchema)
featuresListScroll
JScrollPane featuresListScroll
- A JScroll for the featuresTable component
removeFeatButton
JButton removeFeatButton
- This button removes current features and add them to possible feature list
addFeatButton
JButton addFeatButton
- This button does the opposite of the above
annotSchemaComboBox
JComboBox annotSchemaComboBox
- Displays all possible annotation schema loaded into the system
featuresEditor
gate.gui.SchemaAnnotationEditor.InnerFeaturesEditor featuresEditor
- This inner class deals with feature editting
controller
SerialController controller
- The controller this editor edits
handle
Handle handle
- The
Handle
that created this view
loadedPRsTable
XJTable loadedPRsTable
- Contains all the PRs loaded in the sytem that are not already part of the
serial controller
loadedPRsTableModel
gate.gui.SerialControllerEditor.LoadedPRsTableModel loadedPRsTableModel
- model for the
loadedPRsTable
JTable.
memberPRsTable
XJTable memberPRsTable
- Displays the PRs in the controller
memberPRsTableModel
gate.gui.SerialControllerEditor.MemberPRsTableModel memberPRsTableModel
- model for
memberPRsTable
addButon
JButton addButon
- Adds one or more PR(s) to the controller
removeButton
JButton removeButton
- Removes one or more PR(s) from the controller
moveUpButton
JButton moveUpButton
- Moves the module up in the controller list
moveDownButton
JButton moveDownButton
- Moves the module down in the controller list
parametersEditor
ResourceParametersEditor parametersEditor
- A component for editing the parameters of the currently selected PR
parametersPanel
JPanel parametersPanel
- A JPanel containing the
parametersEditor
parametersBorder
TitledBorder parametersBorder
- A border for the
parametersPanel
corpusCombo
JComboBox corpusCombo
- A combobox that allows selection of a corpus from the list of loaded
corpora.
corpusComboModel
gate.gui.SerialControllerEditor.CorporaComboModel corpusComboModel
addMenu
JMenu addMenu
- The "Add PR" menu; part of the popup menu
removeMenu
JMenu removeMenu
- The "Remove PR" menu; part of the popup menu
runAction
gate.gui.SerialControllerEditor.RunAction runAction
- Action that runs the application
analyserMode
boolean analyserMode
treeRoot
DefaultMutableTreeNode treeRoot
treeModel
DefaultTreeModel treeModel
datastore
DataStore datastore
myHandle
NameBearerHandle myHandle
features
FeatureMap features
level
int level
nodeID
int nodeID
start
long start
end
long end
annot
Annotation annot
laidOut
boolean laidOut
horizButtonGap
int horizButtonGap
vertButtonGap
int vertButtonGap
extraButtonWidth
int extraButtonWidth
maxUnitIncrement
int maxUnitIncrement
borderLayout1
BorderLayout borderLayout1
popup
JPopupMenu popup
buttonBackground
Color buttonBackground
selectedNodeColor
Color selectedNodeColor
lines
HashSet lines
utterance
Annotation utterance
utteranceStartOffset
Long utteranceStartOffset
utteranceEndOffset
Long utteranceEndOffset
currentSet
AnnotationSet currentSet
tokenType
String tokenType
displayedString
String displayedString
treeNodeAnnotationType
String treeNodeAnnotationType
textAnnotationType
String textAnnotationType
leaves
HashMap leaves
nonTerminals
HashMap nonTerminals
buttons
HashMap buttons
selection
Vector selection
treeAnnotations
AnnotationSet treeAnnotations
document
Document document
utteranceAdded
boolean utteranceAdded
fontFamilyCombo
JComboBox fontFamilyCombo
fontSizeCombo
JComboBox fontSizeCombo
boldChk
JCheckBox boldChk
italicChk
JCheckBox italicChk
underlineChk
JCheckBox underlineChk
subscriptChk
JCheckBox subscriptChk
superscriptChk
JCheckBox superscriptChk
strikethroughChk
JCheckBox strikethroughChk
useForegroundChk
JCheckBox useForegroundChk
useBackgroundChk
JCheckBox useBackgroundChk
fgChooser
JColorChooser fgChooser
bgChooser
JColorChooser bgChooser
sampleText
JTextPane sampleText
okButton
JButton okButton
cancelButton
JButton cancelButton
currentStyle
MutableAttributeSet currentStyle
choice
boolean choice
currentAnnotSet
AnnotationSet currentAnnotSet
- The curent annotation set used by the editor
currentAnnot
Annotation currentAnnot
- The curent annotation used by the editor
currentStartOffset
Long currentStartOffset
- The start offset of the span covered by the currentAnnot
currentEndOffset
Long currentEndOffset
- The end offset of the span covered by the currentAnnot
data
gate.gui.UnrestrictedAnnotationEditor.MyCustomFeatureBearer data
annotTypeLabel
JLabel annotTypeLabel
annotTypeTextField
JTextField annotTypeTextField
featuresLabel
JLabel featuresLabel
featuresEditor
FeaturesEditor featuresEditor
jPanel1
JPanel jPanel1
jPanel2
JPanel jPanel2
firstList
JList firstList
secondList
JList secondList
cardLayout1
CardLayout cardLayout1
displayUsersFirst
JRadioButton displayUsersFirst
displayGroupsFirst
JRadioButton displayGroupsFirst
session
Session session
controller
AccessController controller
usersFirst
boolean usersFirst
exitButton
JButton exitButton
userMenu
JPopupMenu userMenu
groupMenu
JPopupMenu groupMenu
constraints1
ArrayList constraints1
- A set of Constraint. Used during parsing.
constraints2
Constraint[] constraints2
- A set of Constraint. Used during matching.
constraintsMap
HashMap constraintsMap
- A map of constraint annot type to constraint. Used during parsing.
lastFailurePoint
int lastFailurePoint
- Cache of the last position we failed at (-1 when none).
matchedAnnots
AnnotationSet matchedAnnots
- The set of annotations we have matched.
japeURL
URL japeURL
- The URL that points to a .jape file
encoding
String encoding
- The encoding used for reading the grammar file(s)
transducer
Transducer transducer
- The JAPE transducer.
verbose
boolean verbose
- Whether to print progress messages or not.
features
FeatureMap features
- Path to the resources tree
kleeneOp
int kleeneOp
- Kleene operator (defaults to none). Other values: KLEENE_STAR (*);
KLEENE_PLUS (+); KLEENE_QUERY (?)
bindingName
String bindingName
- Binding name (may be null).
constraintGroup
ConstraintGroup constraintGroup
- The recursive definition of what pattern elements make up this one.
annotType
String annotType
- The type of annnotation we're looking for.
negated
boolean negated
- Are we negated?
attrs1
FeatureMap attrs1
- The attributes that must be present on the matched annotation.
attrs2
JdmAttribute[] attrs2
- The attributes array that must be present on the matched annotation.
patternElementDisjunction1
ArrayList patternElementDisjunction1
- An array of arrays that represent PatternElement conjunctions
during parsing of the .jape. Each conjunction is
considered as being disjunct with the next. (I.e. they are
or'd, in the same way as expressions around "||" in C and
Java.) Set during parsing; replaced by finish().
patternElementDisjunction2
PatternElement[][] patternElementDisjunction2
- The pattern element disjunction for transduction - Java arrays.
currentConjunction
ArrayList currentConjunction
- An array of PatternElements making up a conjunction. It is a member of
patternElementDisjunction. This is the one we're adding to
at present. Used during parsing, not matching.
name
String name
value
Object value
constraintGroup
ConstraintGroup constraintGroup
- The constraint group making up this LHS.
bindingTable
HashMap bindingTable
- Mapping of binding names to ComplexPatternElements
hasMatched
boolean hasMatched
- Flag for whether our last match was successful or not.
phases
ArrayList phases
- The SinglePhaseTransducers that make up this one.
Keyed by their phase names.
value
int value
matchHistory
Stack matchHistory
- Match history stack, for use in rollback. In BasicPatternElements
the objects on the stack are Integers giving the number of annots that
were cached at that point in the history. In ComplexPatternElements
the objects are Integers giving the number of times the component
ConstraintGroup was successfully matched. In ConstraintGroups the
elements are arrays representing conjunctions of PatternElement that
succeeded at that point in the history.
actionClassString
StringBuffer actionClassString
- The string we use to create the action class.
actionClassBytes
byte[] actionClassBytes
- The bytes of the compiled action class.
actionClassName
String actionClassName
- The name of the action class.
actionClassQualifiedName
String actionClassQualifiedName
- The qualified name of the action class.
actionClassJavaFileName
String actionClassJavaFileName
- Name of the .java file for the action class.
actionClassClassFileName
String actionClassClassFileName
- Name of the .class file for the action class.
blockNames
HashSet blockNames
- The set of block names.
Used to ensure we only get their annotations once in the action class.
lhs
LeftHandSide lhs
- The LHS of our rule, where we get bindings from.
nl
String nl
- Local fashion for newlines.
phaseName
String phaseName
ruleName
String ruleName
lhs
LeftHandSide lhs
- The LHS or pattern of the rule.
rhs
RightHandSide rhs
- The RHS or action of the rule.
priority
int priority
- The priority of the rule.
position
int position
- The rule's position in sequence (e.g. order in file).
pendingPosition
int pendingPosition
- If we matched but didn't fire yet, this is our pending position.
weFinished
boolean weFinished
- Flag for end of document during getNextMatch.
ruleApplicationStyle
int ruleApplicationStyle
- Type of rule application (constants defined in JapeConstants).
rules
PrioritisedRuleList rules
- The list of rules in this transducer. Ordered by priority and
addition sequence (which will be file position if they come from
a file).
fsm
FSM fsm
optionSettings
HashMap optionSettings
- The values of any option settings given.
finishedAlready
boolean finishedAlready
- Whether the finish method has been called or not.
input
Set input
- Defines the types of input annotations that this transducer reads. If this
set is empty the transducer will read all the annotations otherwise it
will only "see" the annotations of types found in this list ignoring all
other types of annotations.
name
String name
- Name of this transducer.
interrupted
boolean interrupted
debugMode
boolean debugMode
baseURL
URL baseURL
ruleNumber
int ruleNumber
- Position of the current rule
bindingNameSet
HashSet bindingNameSet
- A list of all the bindings we made this time, for checking
the RHS during parsing.
macrosMap
HashMap macrosMap
- A table of macro definitions.
baseURL
URL baseURL
encoding
String encoding
token_source
ParseCpslTokenManager token_source
jj_input_stream
ASCII_CharStream jj_input_stream
token
Token token
jj_nt
Token jj_nt
jj_scanpos
Token jj_scanpos
jj_lastpos
Token jj_lastpos
jj_la
int jj_la
lookingAhead
boolean lookingAhead
jj_semLA
boolean jj_semLA
jj_gen
int jj_gen
jj_la1
int[] jj_la1
jj_la1_0
int[] jj_la1_0
jj_la1_1
int[] jj_la1_1
jj_2_rtns
gate.jape.parser.ParseCpsl.JJCalls[] jj_2_rtns
jj_rescan
boolean jj_rescan
jj_gc
int jj_gc
jj_expentries
Vector jj_expentries
jj_expentry
int[] jj_expentry
jj_kind
int jj_kind
jj_lasttokens
int[] jj_lasttokens
jj_endpos
int jj_endpos
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
dbURL
String dbURL
- jdbc url for the database
driverName
String driverName
- jdbc driver name
dbID
String dbID
- GUID of the datastore
read from T_PARAMETER table
session
Session session
- security session identifying all access to the datastore
name
String name
- datastore name?
name
String name
- The name of the datastore
storageDir
File storageDir
- The directory used for the serialised classes.
versionNumber
String versionNumber
- Version number for variations in the storage protocol.
Protocol versions:
-
1.0: uncompressed. Originally had no version file - to read a 1.0
SerialDataStore that has no version file add a version file containing
the line "1.0".
-
1.1: has a version file. Uses GZIP compression.
This variable stores the version of the current level of the
protocol, NOT the level in use in the currently open data store.
protocolVersionNumbers
String[] protocolVersionNumbers
- List of valid protocol version numbers.
autoSaving
boolean autoSaving
- Flag for autosaving behaviour.
familyCombo
JComboBox familyCombo
italicChk
JCheckBox italicChk
boldChk
JCheckBox boldChk
sizeCombo
JComboBox sizeCombo
sampleTextArea
JTextArea sampleTextArea
fontValue
Font fontValue
tree
gate.swing.JTreeTable.CustomJTree tree
- The tree used to render the first column
treeTableModel
TreeTableModel treeTableModel
- The model for this component
this$0
JTreeTable this$0
model
TableModel model
centerBox
Box centerBox
stop
boolean stop
borderLayout1
BorderLayout borderLayout1
frame
Frame frame
picture
JLabel picture
icon
Icon icon
backUrls
LinkedList backUrls
forwardUrls
LinkedList forwardUrls
backAction
Action backAction
forwardAction
Action forwardAction
listener
StatusListener listener
description
String description
sorter
gate.swing.XJTable.TableSorter sorter
upIcon
Icon upIcon
downIcon
Icon downIcon
sortedColumn
int sortedColumn
ascending
boolean ascending
headerRenderer
TableCellRenderer headerRenderer
sortable
boolean sortable
headerMouseListener
MouseListener headerMouseListener
features
FeatureMap features
- The feature set
name
String name
e
Throwable e
key
String key
operator_
int operator_
first
Object first
second
Object second
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the RBTreeMap instance from a stream (i.e.,
deserialize it).
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the RBTreeMap instance to a stream (i.e.,
serialize it).
- Serial Data:
- The size of the RBTreeMap (the number of key-value
mappings) is emitted (int), followed by the key (Object)
and value (Object) for each key-value mapping represented
by the RBTreeMap. The key-value mappings are emitted in
key-order (as determined by the RBTreeMap's Comparator,
or by the keys' natural ordering if the RBTreeMap has no
Comparator).
comparator
Comparator comparator
- The Comparator used to maintain order in this RBTreeMap, or
null if this RBTreeMap uses its elements natural ordering.
-
value
Object value
key
String key
operator_
int operator_
Package gate.util.persistence |
localList
List localList
collectionType
Class collectionType
prList
Object prList
docList
ArrayList docList
className
String className
storageUrlString
String storageUrlString
userName
String userName
userGroup
String userGroup
corpus
Object corpus
document
Object document
dsData
Serializable dsData
persistenceID
Object persistenceID
mapType
Class mapType
localMap
HashMap localMap
urlString
String urlString
runtimeParams
Object runtimeParams
corpus
Object corpus
contentPane
JPanel contentPane
jMenuBar1
JMenuBar jMenuBar1
jMenuFile
JMenu jMenuFile
jMenuEdit
JMenu jMenuEdit
jMenuHelp
JMenu jMenuHelp
jMenuIM
JMenu jMenuIM
jMenuHelpAbout
JMenuItem jMenuHelpAbout
jToolBar
JToolBar jToolBar
textPane
JTextPane textPane
jMenuOptions
JMenu jMenuOptions
fontsComboBox
JComboBox fontsComboBox
sizeComboBox
JComboBox sizeComboBox
jCheckBoxMenuItemKeyboardMap
JCheckBoxMenuItem jCheckBoxMenuItemKeyboardMap
openAction
Action openAction
saveAction
Action saveAction
saveAsAction
Action saveAsAction
closeAction
Action closeAction
exitAction
Action exitAction
undoAction
Action undoAction
redoAction
Action redoAction
cutAction
Action cutAction
copyAction
Action copyAction
pasteAction
Action pasteAction
attributesChangedAction
Action attributesChangedAction
file
File file
- The current open file
filer
JFileChooser filer
- The file chooser used in all operations requiring the user to select a file
frame
JFrame frame
- The main frame
undoManager
UndoManager undoManager
docChanged
boolean docChanged
- has the current document changed since the last save?
panel1
JPanel panel1
panel2
JPanel panel2
insetsPanel1
JPanel insetsPanel1
insetsPanel2
JPanel insetsPanel2
insetsPanel3
JPanel insetsPanel3
button1
JButton button1
imageLabel
JLabel imageLabel
label1
JLabel label1
label2
JLabel label2
label3
JLabel label3
label4
JLabel label4
borderLayout1
BorderLayout borderLayout1
borderLayout2
BorderLayout borderLayout2
flowLayout1
FlowLayout flowLayout1
gridLayout1
GridLayout gridLayout1
product
String product
version
String version
copyright
String copyright
comments
String comments
this$0
KeyboardMap this$0
leftBox
Box leftBox
leftUpLabel
JLabel leftUpLabel
leftDownLabel
JLabel leftDownLabel
centerLabel
Component centerLabel
low
char low
up
char up
normalBorder
Border normalBorder
highlightedBorder
Border highlightedBorder