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
myStatusListeners
List myStatusListeners
- listeners for status report
keyDocument
Document keyDocument
- This document contains the key annotation set which is taken as reference
in comparison
responseDocument
Document responseDocument
- This document contains the response annotation set which is being
compared against the key annotation set.
annotationSchema
AnnotationSchema annotationSchema
- The annotation schema object used to get the annotation name
precisionStrict
double precisionStrict
- The Precision value (see NLP Information Extraction)
precisionLenient
double precisionLenient
precisionAverage
double precisionAverage
recallStrict
double recallStrict
- The Recall value (see NLP Information Extraction)
recallLenient
double recallLenient
recallAverage
double recallAverage
falsePositiveStrict
double falsePositiveStrict
- The False positive (see NLP Information Extraction)
falsePositiveLenient
double falsePositiveLenient
falsePositiveAverage
double falsePositiveAverage
fMeasureStrict
double fMeasureStrict
- The F-measure and weight (see NLP Information Extraction)
fMeasureLenient
double fMeasureLenient
fMeasureAverage
double fMeasureAverage
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
- These fields are used in doDiff() and detectKey(Response)Type()
responsePartiallySet
Set responsePartiallySet
keyAnnotList
List keyAnnotList
- This lists are created from keyAnnotationSet and responseAnnotationSet
responseAnnotList
List responseAnnotList
MAX_TYPES
int MAX_TYPES
- Fields used to describe the type of annotations
NULL_TYPE
int NULL_TYPE
DEFAULT_TYPE
int DEFAULT_TYPE
CORRECT_TYPE
int CORRECT_TYPE
PARTIALLY_CORRECT_TYPE
int PARTIALLY_CORRECT_TYPE
SPURIOUS_TYPE
int SPURIOUS_TYPE
MISSING_TYPE
int MISSING_TYPE
RED
Color RED
GREEN
Color GREEN
WHITE
Color WHITE
BLUE
Color BLUE
YELLOW
Color YELLOW
BLACK
Color BLACK
colors
Color[] colors
scrollPane
JScrollPane scrollPane
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
id
Integer id
- The id of this annotation (for persitency resons)
type
String type
- The type of the annotation
features
FeatureMap features
- The features 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
id
Integer id
- The id of this node (used for persistency)
offset
Long offset
- The offset of this node
name
String name
- The name of the corpus
features
FeatureMap features
- The features associated with this corpus.
content
String content
- Just for now - later we have to cater for different types of
content.
features
FeatureMap features
- The features associated with this document.
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
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
markupAware
Boolean markupAware
document
Document document
- The document property for this analyser.
corpus
Corpus corpus
- The corpus property for this analyser.
executionException
ExecutionException executionException
- Any exception caught during run() invocations are stored here.
executionException
ExecutionException executionException
- Any exception caught during run() invocations are stored here.
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
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
Set vrTypes
- 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?
defaultValuex
Object defaultValuex
- Default value for the parameter
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
document
Document document
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
BumpyStack instantiationStack
- The stack of instantiations
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
views
List views
- The list of views registered for this resource
smallViews
List smallViews
- The list of small views registered for this resource
validityMessage
String validityMessage
- Status message set by isValid()
executionException
ExecutionException executionException
- Any exception caught during run() invocations are stored here.
features
FeatureMap features
- The feature set
grammarURL
URL grammarURL
- The URL to the jape file used as grammar by this transducer.
document
Document document
- The
Document
curently set as target for 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.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
document
Document document
- Used to store the document currently being parsed
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.
Package gate.creole.namematch |
document
Document document
- the document for namematch
annotationSetName
String annotationSetName
- the name of the annotation set
annotationTypes
Set annotationTypes
- the types of the annotation
organizationType
String organizationType
- the organization type
personType
String personType
- the person type
annotationType
String annotationType
- the type of annotation
extLists
Boolean extLists
- internal or external list
nameAnnots
AnnotationSet nameAnnots
- the annotation set for the document
matchesDocument
List matchesDocument
- the set with all the matches from document
executionException
ExecutionException executionException
alias
HashMap alias
cdg
HashMap cdg
spur_match
HashMap spur_match
def_art
HashMap def_art
connector
HashMap connector
prepos
HashMap prepos
cbuffer
char[] cbuffer
- a buffer in order to read an array of char
string
String string
category
String category
offsets
int[] offsets
fileName
String fileName
myEntities
Set myEntities
tokeniser
DefaultTokeniser tokeniser
- XXX
gazetteer
DefaultGazetteer gazetteer
- XXX
transducer
Transducer transducer
- XXX
tokeniserRulesURL
URL tokeniserRulesURL
gazetteerListsURL
URL gazetteerListsURL
japeGrammarURL
URL japeGrammarURL
encoding
String encoding
document
Document document
tempAnnotationSetName
String tempAnnotationSetName
Package gate.creole.tokeniser |
features
FeatureMap features
myProgressListeners
List myProgressListeners
myStatusListeners
List myStatusListeners
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
document
Document document
- the document to be tokenised
rulesResourceName
String rulesResourceName
rulesURL
URL rulesURL
encoding
String encoding
id
long id
database
Database database
con
Connection con
stmt
Statement stmt
rsLR
ResultSet rsLR
rsCorpusDocument
ResultSet rsCorpusDocument
rsFeatures
ResultSet rsFeatures
isNew
boolean isNew
id
long id
database
Database database
con
Connection con
stmt
Statement stmt
rsDocument
ResultSet rsDocument
rsAnnotations
ResultSet rsAnnotations
rsFeatures
ResultSet rsFeatures
psAnnotation
PreparedStatement psAnnotation
psNode
PreparedStatement psNode
isNew
boolean isNew
sourceDocument
Document sourceDocument
annotation
Annotation annotation
resource
Resource resource
datastore
DataStore datastore
resource
Resource resource
resourceID
String resourceID
annotationSetName
String annotationSetName
type
int type
initialState
State initialState
- The initial state of this FSM.
owner
FSM owner
- The top level FSM that contains this FSM, null if this FSM is a top
level one.
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.
priority
int priority
- The priority in the definition file of the rule from which the AGPosition
state was generated.
transitions
Set 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)
annotSchema
AnnotationSchema annotSchema
featureMap
FeatureMap featureMap
responseMap
FeatureMap responseMap
- This field is returned when a featureMap was editted or created
tableModel
gate.gui.AnnotationEditDialog.FeaturesTableModel tableModel
name2featureSchemaMap
Map name2featureSchemaMap
listModel
DefaultListModel listModel
buttonPressed
int buttonPressed
featuresTable
JTable featuresTable
featuresTableScroll
JScrollPane featuresTableScroll
featuresListScroll
JScrollPane featuresListScroll
removeFeatButton
JButton removeFeatButton
addFeatButton
JButton addFeatButton
featureSchemaList
JList featureSchemaList
okButton
JButton okButton
cancelButton
JButton cancelButton
mainFrame
Frame mainFrame
featuresEditor
gate.gui.AnnotationEditDialog.FeaturesEditor featuresEditor
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.AnnotationEditor.AnnotationsTableModel annotationsTableModel
- Model for the annotations table
tableScroll
JScrollPane tableScroll
- Scroller for the annotations table
leftSplit
JSplitPane leftSplit
stylesTree
JTree stylesTree
- The right hand side tree with all the annotation sets and types of
annotations
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
styleChooser
TextAttributesChooser styleChooser
- The dialog used for editing the styles used to highlight annotations
annotationEditDialog
AnnotationEditDialog annotationEditDialog
- The dialog used for editing/adding annotations
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.
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.AnnotationEditor.DelayedListener eventHandler
- The listener for the evnts coming from the document (annotations and
annotation sets added or removed). In order to keep the display updated in
an efficient manner these events are processed in groups after a short
delay and not one by one as they occur. This is based on the assumption
that these kinds of events tend to occur in groups (e.g. when a processing
resource runs over a document it is likely to generate more than one new
annotation).
lock
Object lock
- Object used to sychronise all the various threads involved in GUI
updating;
tableVisible
boolean tableVisible
- Should the table be visible
textVisible
boolean textVisible
- Should the text be visible
filtersVisible
boolean filtersVisible
- Should the right hand side tree be visible. That tree is used to select
what types of annotations are visible in the text display, hence the name
filters.
editable
boolean editable
- Should this component bahave as an editor as well as an viewer
this$0
AnnotationEditor this$0
defaultFactory
ViewFactory defaultFactory
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
targets
Component[] targets
controller
SerialController controller
handle
ResourceHandle handle
mainTreeTable
JTreeTable mainTreeTable
mainTTModel
gate.gui.ApplicationViewer.PRsAndParamsTTModel mainTTModel
addMenu
JMenu addMenu
removeMenu
JMenu removeMenu
modulesTable
XJTable modulesTable
modulesTableModel
gate.gui.ApplicationViewer.ModulesTableModel modulesTableModel
addModuleBtn
JButton addModuleBtn
removeModuleBtn
JButton removeModuleBtn
upBtn
JButton upBtn
downBtn
JButton downBtn
runBtn
JButton runBtn
runAction
Action runAction
paramsForPR
Map paramsForPR
- maps from ProcessingResource to List of ParameterDisjunction
mainFrame
MainFrame mainFrame
thisBootStrapDialog
BootStrapDialog thisBootStrapDialog
bootStrapWizard
BootStrap bootStrapWizard
resourceName
String resourceName
resourceType
String resourceType
resourceTypes
Map resourceTypes
className
String className
resourceInterfaces
Set resourceInterfaces
possibleInterfaces
String possibleInterfaces
pathNewProject
String pathNewProject
resourceNameLabel
JLabel resourceNameLabel
resourceNameTextField
JTextField resourceNameTextField
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
cancelAnnotType
String cancelAnnotType
cancelAnnotFeatureMap
FeatureMap cancelAnnotFeatureMap
annot
Annotation annot
data
gate.gui.CustomAnnotationEditDialog.MyCustomFeatureBearer data
annotationSchemaSet
Set annotationSchemaSet
buttonPressed
int buttonPressed
annotTypeLabel
JLabel annotTypeLabel
annotTypeTextField
JTextField annotTypeTextField
featuresLabel
JLabel featuresLabel
featuresEditor
FeaturesEditor featuresEditor
okButton
JButton okButton
cancelButton
JButton cancelButton
table
XJTable table
tableModel
gate.gui.FeaturesEditor.FeaturesTableModel tableModel
resource
FeatureBearer resource
features
FeatureMap features
newFeatureField
JTextField newFeatureField
newValueField
JTextField newValueField
addNewBtn
JButton addNewBtn
thisLogArea
LogArea thisLogArea
- Field needed in inner classes
popup
JPopupMenu popup
- The popup menu with various actions
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
newLrMenu
JMenu newLrMenu
- used in menu bar
newPrMenu
JMenu newPrMenu
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
ApperanceDialog appearanceDialog
animator
gate.gui.MainFrame.CartoonMinder animator
logBlinker
TabBlinker logBlinker
newResourceDialog
NewResourceDialog newResourceDialog
waitDialog
WaitDialog waitDialog
newApplicationAction
gate.gui.MainFrame.NewApplicationAction newApplicationAction
newLRAction
gate.gui.MainFrame.NewLRAction newLRAction
newPRAction
gate.gui.MainFrame.NewPRAction newPRAction
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
targets
Component[] targets
- all the top level containers of this application; needed for changes of
look and feel
tableModel
gate.gui.NewResourceDialog.ParametersTableModel tableModel
table
XJTable table
tableScroll
JScrollPane tableScroll
parametersCombo
JComboBox parametersCombo
okBtn
JButton okBtn
cancelBtn
JButton cancelBtn
nameField
JTextField nameField
resourceData
ResourceData resourceData
resource
Resource resource
userCanceled
boolean userCanceled
params
ArrayList params
fileChooser
JFileChooser fileChooser
listeners
Map listeners
button
JButton button
textButtonBox
JPanel textButtonBox
level
int level
nodeID
int nodeID
start
int start
end
int 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
utteranceOffset
int utteranceOffset
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
unicodeSupportEnabled
boolean unicodeSupportEnabled
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
constraints1
com.objectspace.jgl.Array constraints1
- A set of Constraint. Used during parsing.
constraints2
Constraint[] constraints2
- A set of Constraint. Used during matching.
constraintsMap
com.objectspace.jgl.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
com.objectspace.jgl.Array 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
com.objectspace.jgl.Array 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
com.objectspace.jgl.HashMap bindingTable
- Mapping of binding names to ComplexPatternElements
hasMatched
boolean hasMatched
- Flag for whether our last match was successful or not.
phases
com.objectspace.jgl.Array 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
com.objectspace.jgl.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.
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.
baseURL
URL baseURL
ruleNumber
int ruleNumber
- Position of the current rule
bindingNameSet
com.objectspace.jgl.HashSet bindingNameSet
- A list of all the bindings we made this time, for checking
the RHS during parsing.
macrosMap
com.objectspace.jgl.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.
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
visibleRow
int visibleRow
model
TableModel model
centerBox
Box centerBox
stop
boolean stop
borderLayout1
BorderLayout borderLayout1
frame
Frame frame
picture
JLabel picture
icon
Icon icon
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
myListeners
List myListeners
doc
Document doc
annotationSet
AnnotationSet annotationSet
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.
-
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