GATE
Version 3.1-2270

Serialized Form


Package com.ontotext.gate.gazetteer

Class com.ontotext.gate.gazetteer.HashGazetteer extends AbstractGazetteer implements Serializable

Serialized Fields

categoryList

ArrayList categoryList

listsByNode

Map listsByNode

do

FileWriter do

mapsList

Object[] mapsList

mapsListSize

int mapsListSize

annotationSet

AnnotationSet annotationSet

classMap

FeatureMap classMap

orgMap

FeatureMap orgMap

Package com.ontotext.gate.ontology

Class com.ontotext.gate.ontology.OntologyImpl extends TaxonomyImpl implements Serializable

Serialized Fields

instancesByName

Map instancesByName

instances

Set instances

propertyDefinitionSet

Set propertyDefinitionSet

Class com.ontotext.gate.ontology.TaxonomyImpl extends AbstractLanguageResource implements Serializable

Serialized Fields

listeners

Set listeners
Object Modification Listeners


label

String label

url

URL url

defaultNameSpace

String defaultNameSpace

version

String version

id

String id

comment

String comment

classesByName

Map classesByName

classes

Set classes

tops

Set tops

name

String name

lastGeneratedId

long lastGeneratedId

nullBuffers

boolean nullBuffers
Whether the ontology has been modified switches to true when null-ing and reinfering the subclasses and super classes and tops


modified

boolean modified
Whether the ontology has been modified after loading. once it became true it stays true till a save takes place


Package com.ontotext.gate.vr

Class com.ontotext.gate.vr.ClassNode extends Object implements Serializable

Serialized Fields

name

String name

children

Vector children

source

Object source

Class com.ontotext.gate.vr.EditableTreeView extends JTree implements Serializable

Serialized Fields

selectedTreePath

TreePath selectedTreePath
Stores the selected node info


selectedNode

ClassNode selectedNode
The currently selected node


m_popUpMenu

JPopupMenu m_popUpMenu

add_item

JMenuItem add_item

rename_item

JMenuItem rename_item

editURI_item

JMenuItem editURI_item

remove_item

JMenuItem remove_item

view_properties_item

JMenuItem view_properties_item

mainPanel

OEMainPanel mainPanel

dragSource

DragSource dragSource
dragSource needed for Drag'n'Drop


dragSourceContext

DragSourceContext dragSourceContext
dragSourceContext needed for Drag'n'Drop


transferable

Transferable transferable
transferable obejct needed for Drag'n'Drop

Class com.ontotext.gate.vr.Gaze extends AbstractVisualResource implements Serializable

Serialized Fields

target

Gazetteer target
the target to be displayed


isOntoGaz

boolean isOntoGaz
is the target resource ontology-aware gazetteer


linear

LinearDefinition linear
the linear definition being displayed


linearNode

LinearNode linearNode
the linear node currently selected


gazList

GazetteerList gazList
the gazetteer list currently selected


listSet

Set listSet
Set of all lists, both in the linear definition and explicitly loaded ones.


mapping

MappingDefinition mapping
the mapping definition being displayed


mappingNode

MappingNode mappingNode
the mapping node currently selected


ontology

Taxonomy ontology
the ontology that is currently displayed


ontologyTrees

Map ontologyTrees
map of ontologies vs trees


linearPopup

JPopupMenu linearPopup
Linear Definition Popup menu


linearPopupEdit

JMenuItem linearPopupEdit
Linear Definition Edit Popup Item


linearPopupInsert

JMenuItem linearPopupInsert
Linear Definition Insert Popup Item


linearPopupRemove

JMenuItem linearPopupRemove
Linear Definition Remove Popup Item


mainMenu

JMenuBar mainMenu

fileMenu

JMenu fileMenu

viewMenu

JMenu viewMenu

baseSplit

JSplitPane baseSplit

mappingSplit

JSplitPane mappingSplit

linearSplit

JSplitPane linearSplit

linearPanel

JPanel linearPanel

listPanel

JPanel listPanel

mappingPanel

JPanel mappingPanel

ontologyPanel

JPanel ontologyPanel

linearLabel

JLabel linearLabel

gridBagLayout1

GridBagLayout gridBagLayout1

linearScroll

JScrollPane linearScroll

linearBar

JToolBar linearBar

btnLinearLoad

JButton btnLinearLoad

linearList

JList linearList

btnLinearSave

JButton btnLinearSave

btnLinearSaveAs

JButton btnLinearSaveAs

listLabel

JLabel listLabel

gridBagLayout2

GridBagLayout gridBagLayout2

listBar

JToolBar listBar

btnListLoad

JButton btnListLoad

listScroll

JScrollPane listScroll

btnListSave

JButton btnListSave

btnListSaveAs

JButton btnListSaveAs

gridBagLayout3

GridBagLayout gridBagLayout3

mappingLabel

JLabel mappingLabel

mappingBar

JToolBar mappingBar

btnMappingLoad

JButton btnMappingLoad

mappingScroll

JScrollPane mappingScroll

mappingList

JList mappingList

btnMappingSave

JButton btnMappingSave

btnMappingSaveAs

JButton btnMappingSaveAs

ontologyLabel

JLabel ontologyLabel

ontologyBar

JToolBar ontologyBar

btnOntologyLoad

JButton btnOntologyLoad

ontologyScroll

JScrollPane ontologyScroll

gridBagLayout4

GridBagLayout gridBagLayout4

menuHelp

JMenu menuHelp

menuAbout

JMenuItem menuAbout

thisLayout

GridBagLayout thisLayout

menuLinear

JMenu menuLinear

menuLinearLoad

JMenuItem menuLinearLoad

menuLinearSave

JMenuItem menuLinearSave

menuLinearSaveAs

JMenuItem menuLinearSaveAs

menuList

JMenu menuList

menuListLoad

JMenuItem menuListLoad

menuListSave

JMenuItem menuListSave

menuListSaveAs

JMenuItem menuListSaveAs

menuMapping

JMenu menuMapping

menuMappingLoad

JMenuItem menuMappingLoad

menuMappingSave

JMenuItem menuMappingSave

menuMappingSaveAs

JMenuItem menuMappingSaveAs

menuOntology

JMenu menuOntology

menuOntologyLoad

JMenuItem menuOntologyLoad

menuRefresh

JMenuItem menuRefresh

oTree

JTree oTree

listArea

JTextArea listArea

btnMappingNew

JButton btnMappingNew

btnLinearNew

JButton btnLinearNew

btnListNew

JButton btnListNew

menuLinearNew

JMenuItem menuLinearNew

menuListNew

JMenuItem menuListNew

menuMappingNew

JMenuItem menuMappingNew

btnListSaveAll

JButton btnListSaveAll

menuListSaveAll

JMenuItem menuListSaveAll

Class com.ontotext.gate.vr.GeneralEditorException extends GateException implements Serializable

Class com.ontotext.gate.vr.MappingTreeView extends JTree implements Serializable

Serialized Fields

mapping

MappingDefinition mapping
reference to the mapping definition represented by this view


gaze

Gaze gaze
reference to the Gaze VR


pupMenu

JPopupMenu pupMenu
mapping popup menu


insertPuP

JMenuItem insertPuP
insert popup action


removePuP

JMenuItem removePuP
remove popup action

Class com.ontotext.gate.vr.OEMainPanel extends JPanel implements Serializable

Serialized Fields

withOntoList

boolean withOntoList
flag indicating whether the ontology editor is in extended [ with onto list ] or simple/linear mode.


splitPane

JSplitPane splitPane

oPanel

JPanel oPanel

borderLayout2

BorderLayout borderLayout2

oLabel

JLabel oLabel

oScrollPane

JScrollPane oScrollPane

oTree

JTree oTree

listPanel

JPanel listPanel

borderLayout1

BorderLayout borderLayout1

borderLayout3

BorderLayout borderLayout3

jLabel1

JLabel jLabel1

oList

JList oList

menuBar

JMenuBar menuBar

fileMenu

JMenu fileMenu

fileOpen

JMenuItem fileOpen

fileSave

JMenuItem fileSave

fileExit

JMenuItem fileExit

listPopup

JPopupMenu listPopup
a popup menu over the ontologies list


saveItem

JMenuItem saveItem

saveAsItem

JMenuItem saveAsItem

renameItem

JMenuItem renameItem

deleteItem

JMenuItem deleteItem

editURIItem

JMenuItem editURIItem

closeItem

JMenuItem closeItem

editor

OntologyEditor editor
reference to the ontology editor agregating this main frame


View

JMenu View

viewRefresh

JMenuItem viewRefresh

helpMenu

JMenu helpMenu

helpHelp

JMenuItem helpHelp

helpAbout

JMenuItem helpAbout

fileClose

JMenuItem fileClose

fileNew

JMenuItem fileNew

fileSaveAs

JMenuItem fileSaveAs

Class com.ontotext.gate.vr.OEMainPanel.KnowledgeBaseTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class com.ontotext.gate.vr.OntologyEditorImpl extends AbstractVisualResource implements Serializable

Serialized Fields

panel

OEMainPanel panel
the main panel


withOntoList

boolean withOntoList
flag indicating the mode of the editor. If with onto list then in an extended mode.


path

String path
the current ontology path


target

Object target
same as ontoList


handle

Handle handle

name

String name
The name of the ontology


ontology

Taxonomy ontology
The ontology currently displayed


ontoList

Vector ontoList
The list of ontologies


OvsT

Map OvsT
Ontology vs Tree map

Class com.ontotext.gate.vr.OntologyEditorImpl.KnowledgeBaseTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable


Package com.ontotext.gate.vr.dialog

Class com.ontotext.gate.vr.dialog.AddSubClassDialog extends JDialog implements Serializable

Serialized Fields

gridLayout1

GridLayout gridLayout1

jLabel1

JLabel jLabel1

nameField

JTextField nameField

jLabel2

JLabel jLabel2

commentField

JTextField commentField

btnOk

JButton btnOk

btnCancel

JButton btnCancel

editor

OntologyEditor editor
reference to the ontology editor that invoked this


root

ClassNode root
reference to the class node which is the root for the sub class being added

Class com.ontotext.gate.vr.dialog.EditClassURIDialog extends JDialog implements Serializable

Serialized Fields

editor

OntologyEditor editor
reference to the ontology editor that invoked this


clas

TClass clas
reference to the ontology class being edited


ontology

Taxonomy ontology
reference to the ontology being edited


gridBagLayout1

GridBagLayout gridBagLayout1

btnOk

JButton btnOk

btnCancel

JButton btnCancel

jLabel1

JLabel jLabel1

comboURI

JComboBox comboURI

Class com.ontotext.gate.vr.dialog.EditURIDialog extends JDialog implements Serializable

Serialized Fields

editor

OntologyEditor editor
reference to the ontology editor that invoked this


ontology

Taxonomy ontology
reference to the ontology being renamed


gridBagLayout1

GridBagLayout gridBagLayout1

btnOk

JButton btnOk

btnCancel

JButton btnCancel

jLabel1

JLabel jLabel1

comboURI

JComboBox comboURI

Class com.ontotext.gate.vr.dialog.MultipleSelectionDialog extends JDialog implements Serializable

Serialized Fields

editor

OntologyEditor editor
reference to te ontology editor


list

Vector list
the list of items


text

String text
the text to be displayed


title

String title
the title of the dialog


gridBagLayout1

GridBagLayout gridBagLayout1

guiList

JList guiList

guiText

JLabel guiText

buttonsPanel

JPanel buttonsPanel

cancelBtn

JButton cancelBtn

okBtn

JButton okBtn

noneBtn

JButton noneBtn

allBtn

JButton allBtn

Class com.ontotext.gate.vr.dialog.NewOntologyDialog extends JDialog implements Serializable

Serialized Fields

editor

OntologyEditor editor
reference to the ontology editor which invokde this dialog


gridBagLayout1

GridBagLayout gridBagLayout1

name

JTextField name

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

sourceURI

JTextField sourceURI

url

JTextField url

jLabel4

JLabel jLabel4

comment

JTextField comment

btnOk

JButton btnOk

btnCancel

JButton btnCancel

titledBorder1

TitledBorder titledBorder1

Class com.ontotext.gate.vr.dialog.RenameClassDialog extends JDialog implements Serializable

Serialized Fields

gridLayout1

GridLayout gridLayout1

jLabel1

JLabel jLabel1

nameField

JTextField nameField

jLabel2

JLabel jLabel2

commentField

JTextField commentField

btnOk

JButton btnOk

btnCancel

JButton btnCancel

editor

OntologyEditor editor
reference to the ontology editor that invoked this


ontology

Taxonomy ontology
reference to the ontology being renamed


panel

OEMainPanel panel
the main panel of the editor


node

ClassNode node
the class node associated with the class


clas

TClass clas
the class being renamed

Class com.ontotext.gate.vr.dialog.RenameOntologyDialog extends JDialog implements Serializable

Serialized Fields

gridLayout1

GridLayout gridLayout1

jLabel1

JLabel jLabel1

nameField

JTextField nameField

jLabel2

JLabel jLabel2

commentField

JTextField commentField

btnOk

JButton btnOk

btnCancel

JButton btnCancel

editor

OntologyEditor editor
reference to the ontology editor that invoked this


ontology

Taxonomy ontology
reference to the ontology being renamed


Package debugger.gui

Class debugger.gui.MainFrame extends JFrame implements Serializable

Serialized Fields

mainPanel

JComponent mainPanel

Class debugger.gui.MainPanel extends JComponent implements Serializable


Package debugger.gui.actions.debugging

Class debugger.gui.actions.debugging.ExecuteRHSAction extends AbstractAction implements Serializable

Class debugger.gui.actions.debugging.GoNextBreakpointAction extends AbstractAction implements Serializable

Class debugger.gui.actions.debugging.RunControllerAction extends AbstractAction implements Serializable


Package debugger.gui.debugging

Class debugger.gui.debugging.JapeDebuggingPanel extends JPanel implements Serializable

Serialized Fields

rulePanel

JPanel rulePanel

phaseName

JLabel phaseName

ruleName

JLabel ruleName

selectedTextPane

JTextPane selectedTextPane

rulePane

JTextPane rulePane

nextAnnotationButton

JButton nextAnnotationButton

previousAnnotationButton

JButton previousAnnotationButton

currentPhaseModel

PhaseModel currentPhaseModel

currentRuleModel

RuleModel currentRuleModel

traceContainer

TraceContainer traceContainer

document

Document document

currentStartOffset

int currentStartOffset

currentEndOffset

int currentEndOffset

currentTraces

TraceContainer currentTraces

currentRuleTrace

RuleTrace currentRuleTrace

currentAnnotationCut

AnnotationSet currentAnnotationCut

Class debugger.gui.debugging.JapeSourcePanel extends JComponent implements Serializable

Serialized Fields

editorPane

JEditorPane editorPane

saveButton

JButton saveButton

reinitButton

JButton reinitButton

saveButtonString

String saveButtonString

reinitButtonString

String reinitButtonString

Class debugger.gui.debugging.MainDebugPanel extends JPanel implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

japeSourcePanel

JapeSourcePanel japeSourcePanel

rulePanel

RulePanel rulePanel

phasePanel

PhasePanel phasePanel

traceHistoryPanel

TraceHistoryPanel traceHistoryPanel

Class debugger.gui.debugging.PhasePanel extends JComponent implements Serializable

Serialized Fields

toolBar

JToolBar toolBar

exeRHSButton

JButton exeRHSButton

goToNextBreakButton

JButton goToNextBreakButton

Class debugger.gui.debugging.RulePanel extends JPanel implements Serializable

Serialized Fields

LHS

JPanel LHS

RHS

JPanel RHS

jlbRuleName

JLabel jlbRuleName

lhsModel

LHSModel lhsModel

rhsModel

RHSModel rhsModel

jtLHS

JTable jtLHS

jtRHS

JTable jtRHS

Class debugger.gui.debugging.TraceHistoryPanel extends JPanel implements Serializable

Serialized Fields

rulePanel

JPanel rulePanel

phaseName

JLabel phaseName

ruleName

JLabel ruleName

selectedTextPane

JTextPane selectedTextPane

rulePane

JTextPane rulePane

nextAnnotationButton

JButton nextAnnotationButton

previousAnnotationButton

JButton previousAnnotationButton

currentPhaseModel

PhaseModel currentPhaseModel

currentRuleModel

RuleModel currentRuleModel

traceContainer

TraceContainer traceContainer

document

Document document

currentStartOffset

int currentStartOffset

currentEndOffset

int currentEndOffset

currentTraces

TraceContainer currentTraces

currentRuleTrace

RuleTrace currentRuleTrace

currentAnnotationCut

AnnotationSet currentAnnotationCut

Package debugger.gui.debugging.debugviews

Class debugger.gui.debugging.debugviews.PrimaryTextPanel extends JPanel implements Serializable

Serialized Fields

isHighlighted

boolean isHighlighted

red

boolean red

text

String text

font

Font font

openMode

int openMode

annotations

ArrayList annotations

infoWindow

debugger.gui.debugging.debugviews.InfoWindow infoWindow

textVisible

boolean textVisible

Package debugger.gui.editor

Class debugger.gui.editor.DocumentEditor extends JComponent implements Serializable

Serialized Fields

textPane

JTextPane textPane

showResultButton

JButton showResultButton

Package debugger.gui.resources

Class debugger.gui.resources.ResourceTree extends JComponent implements Serializable

Serialized Fields

tree

JTree tree

Class debugger.gui.resources.ResourceTree.PRTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

prResource

Object prResource

Class debugger.gui.resources.ResourceTreeCellRenderer extends JPanel implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox

label

JLabel label

startIndex

long startIndex

endIndex

long endIndex

updateNeeded

boolean updateNeeded

ruleColors

HashMap ruleColors

Class debugger.gui.resources.ResourceTreeModel extends DefaultTreeModel implements Serializable

Serialized Fields

prResources

DefaultMutableTreeNode prResources

lrResources

DefaultMutableTreeNode lrResources

Package debugger.resources.pr

Class debugger.resources.pr.TraceContainer extends ArrayList implements Serializable

Serialized Fields

phaseCut

HashMap phaseCut

Package gate

Class gate.DataStoreRegister extends HashSet implements Serializable

Class gate.DocumentFormat extends AbstractLanguageResource implements Serializable

Serialized Fields

mimeType

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


Package gate.annotation

Class gate.annotation.AnnotationDiff extends AbstractVisualResource implements Serializable

Serialized Fields

maxUnitIncrement

int maxUnitIncrement
Deprecated. 

keyDocument

Document keyDocument
Deprecated. 
This document contains the key annotation set which is taken as reference in comparison


keyAnnotationSetName

String keyAnnotationSetName
Deprecated. 
The name of the annotation set. If is null then the default annotation set will be considered.


responseDocument

Document responseDocument
Deprecated. 
This document contains the response annotation set which is being compared against the key annotation set.


responseAnnotationSetName

String responseAnnotationSetName
Deprecated. 
The name of the annotation set. If is null then the default annotation set will be considered.


responseAnnotationSetNameFalsePoz

String responseAnnotationSetNameFalsePoz
Deprecated. 
The name of the annotation set considered in calculating FalsePozitive. If is null then the default annotation set will be considered.


annotationSchema

AnnotationSchema annotationSchema
Deprecated. 
The annotation schema object used to get the annotation name


keyFeatureNamesSet

Set keyFeatureNamesSet
Deprecated. 
A set of feature names bellonging to annotations from keyAnnotList used in isCompatible() and isPartiallyCompatible() methods


precisionStrict

double precisionStrict
Deprecated. 
The precision strict value (see NLP Information Extraction)


precisionLenient

double precisionLenient
Deprecated. 
The precision lenient value (see NLP Information Extraction)


precisionAverage

double precisionAverage
Deprecated. 
The precision average value (see NLP Information Extraction)


recallStrict

double recallStrict
Deprecated. 
The Recall strict value (see NLP Information Extraction)


recallLenient

double recallLenient
Deprecated. 
The Recall lenient value (see NLP Information Extraction)


recallAverage

double recallAverage
Deprecated. 
The Recall average value (see NLP Information Extraction)


falsePositiveStrict

double falsePositiveStrict
Deprecated. 
The False positive strict (see NLP Information Extraction)


falsePositiveLenient

double falsePositiveLenient
Deprecated. 
The False positive lenient (see NLP Information Extraction)


falsePositiveAverage

double falsePositiveAverage
Deprecated. 
The False positive average (see NLP Information Extraction)


fMeasureStrict

double fMeasureStrict
Deprecated. 
The F-measure strict (see NLP Information Extraction)


fMeasureLenient

double fMeasureLenient
Deprecated. 
The F-measure lenient (see NLP Information Extraction)


fMeasureAverage

double fMeasureAverage
Deprecated. 
The F-measure average (see NLP Information Extraction)


annotationTypeForFalsePositive

String annotationTypeForFalsePositive
Deprecated. 
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
Deprecated. 
The components that will stay into diffPanel


diffSet

Set diffSet
Deprecated. 
Used to represent the result of diff. See DiffSetElement class.


keyPartiallySet

Set keyPartiallySet
Deprecated. 
This field is used in doDiff() and detectKeyType() methods and holds all partially correct keys


responsePartiallySet

Set responsePartiallySet
Deprecated. 
This field is used in doDiff() and detectResponseType() methods


keyAnnotList

List keyAnnotList
Deprecated. 
This list is created from keyAnnotationSet at init() time


responseAnnotList

List responseAnnotList
Deprecated. 
This list is created from responseAnnotationSet at init() time


textMode

boolean textMode
Deprecated. 
This field indicates wheter or not the annot diff should run int the text mode


RED

Color RED
Deprecated. 
Red used for SPURIOUS_TYPE


GREEN

Color GREEN
Deprecated. 
Green used for CORRECT_TYPE


WHITE

Color WHITE
Deprecated. 
White used for DEFAULT_TYPE


BLUE

Color BLUE
Deprecated. 
Blue used for PARTIALLY_CORRECT_TYPE


YELLOW

Color YELLOW
Deprecated. 
Yellow used for MISSING_TYPE


NULL_TYPE

int NULL_TYPE
Deprecated. 
Used in DiffSetElement to represent an empty raw in the table


BLACK

Color BLACK
Deprecated. 
Used in some setForeground() methods


colors

Color[] colors
Deprecated. 
The array holding the colours according to the annotation types


scrollPane

JScrollPane scrollPane
Deprecated. 
A scroll for the AnnotDiff's table


typeCounter

long[] typeCounter
Deprecated. 
Used to store the no. of annotations from response,identified as belonging to one of the previous types.


annotDiffer

AnnotationDiffer annotDiffer
Deprecated. 

Class gate.annotation.AnnotationDiff.AnnotationDiffCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

background

Color background

foreground

Color foreground

Class gate.annotation.AnnotationDiff.AnnotationDiffTableModel extends AbstractTableModel implements Serializable

Serialized Fields

modelData

List modelData
Holds the data for TableDiff

Class gate.annotation.AnnotationImpl extends AbstractFeatureBearer implements Serializable

serialVersionUID: -5658993256574857725L

Serialized Fields

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

Class gate.annotation.AnnotationSetImpl extends AbstractSet implements Serializable

serialVersionUID: 1479426765310434166L

Serialized Fields

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

Class gate.annotation.AnnotationSetImpl.VerboseHashMap extends HashMap implements Serializable

serialVersionUID: -4832487354063073511L

Class gate.annotation.CorpusAnnotationDiff extends AbstractVisualResource implements Serializable

Serialized Fields

maxUnitIncrement

int maxUnitIncrement

keyDocument

Document keyDocument
This document contains the key annotation set which is taken as reference in comparison


keyCorpus

Corpus keyCorpus
This corpus 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.


responseCorpus

Corpus responseCorpus
This corpus 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.

Class gate.annotation.CorpusAnnotationDiff.AnnotationDiffCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

background

Color background

foreground

Color foreground

Class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel extends AbstractTableModel implements Serializable

Serialized Fields

modelData

List modelData
Holds the data for TableDiff

Class gate.annotation.DatabaseAnnotationSetImpl extends AnnotationSetImpl implements Serializable

Serialized Fields

addedAnnotations

HashSet addedAnnotations
The listener for the events coming from the document (annotations and annotation sets added or removed).


removedAnnotations

HashSet removedAnnotations

updatedAnnotations

HashSet updatedAnnotations

validating

boolean validating

Class gate.annotation.NodeImpl extends Object implements Serializable

serialVersionUID: -8240414984367916298L

Serialized Fields

id

Integer id
The id of this node (used for persistency)


offset

Long offset
The offset of this node


Package gate.corpora

Class gate.corpora.CorpusImpl extends AbstractLanguageResource implements Serializable

serialVersionUID: -1113142759053898456L

Serialized Fields

supportList

List supportList
The underlying list that holds the documents in this corpus.

Class gate.corpora.CorpusImpl.VerboseList extends AbstractList implements Serializable

Serialized Fields

data

ArrayList data
The List containing the actual data.

Class gate.corpora.DatabaseCorpusImpl extends CorpusImpl implements Serializable

Serialized Fields

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

addedDocuments

List addedDocuments

Class gate.corpora.DatabaseDocumentImpl extends DocumentImpl implements Serializable

Serialized Fields

isContentRead

boolean isContentRead

contentLock

Object contentLock

jdbcConn

Connection jdbcConn

jdbcSchema

String jdbcSchema

dbType

int dbType

contentChanged

boolean contentChanged

featuresChanged

boolean featuresChanged

nameChanged

boolean nameChanged

documentChanged

boolean documentChanged

removedAnotationSets

Collection removedAnotationSets

addedAnotationSets

Collection addedAnotationSets

parentDocument

Document parentDocument

maxAnnotationId

int maxAnnotationId

eventHandler

gate.corpora.DatabaseDocumentImpl.EventsHandler eventHandler
The listener for the events coming from the features.

Class gate.corpora.DocumentContentImpl extends Object implements Serializable

serialVersionUID: -1426940535575467461L

Serialized Fields

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.

Class gate.corpora.DocumentData extends Object implements Serializable

serialVersionUID: 4192762901421847525L

Serialized Fields

docName

String docName

persistentID

Object persistentID

Class gate.corpora.DocumentImpl extends AbstractLanguageResource implements Serializable

serialVersionUID: -8456893608311510260L

Serialized Fields

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


theRootAnnotation

Annotation theRootAnnotation
Used by the XML dump preserving format method


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?

Class gate.corpora.EmailDocumentFormat extends TextualDocumentFormat implements Serializable

Class gate.corpora.HtmlDocumentFormat extends TextualDocumentFormat implements Serializable

Class gate.corpora.MSWordDocumentFormat extends DocumentFormat implements Serializable

Class gate.corpora.PdfDocumentFormat extends DocumentFormat implements Serializable

Class gate.corpora.RepositioningInfo extends ArrayList implements Serializable

serialVersionUID: -2895662600168468559L

Class gate.corpora.RepositioningInfo.PositionInfo extends Object implements Serializable

serialVersionUID: -7747351720249898499L

Serialized Fields

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

Class gate.corpora.RtfDocumentFormat extends TextualDocumentFormat implements Serializable

Class gate.corpora.SerialCorpusImpl extends AbstractLanguageResource implements Serializable

serialVersionUID: 3632609241787241616L

Serialization Methods

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.
Throws:
IOException
ClassNotFoundException
Serialized Fields

docDataList

List docDataList

Class gate.corpora.SgmlDocumentFormat extends TextualDocumentFormat implements Serializable

Class gate.corpora.SynchronisationException extends GateRuntimeException implements Serializable

Class gate.corpora.TextualDocumentFormat extends DocumentFormat implements Serializable

Class gate.corpora.XmlDocumentFormat extends TextualDocumentFormat implements Serializable


Package gate.creole

Class gate.creole.AbstractController extends AbstractResource implements Serializable

Serialized Fields

name

String name

interrupted

boolean interrupted

Class gate.creole.AbstractLanguageAnalyser extends AbstractProcessingResource implements Serializable

Serialized Fields

document

Document document
The document property for this analyser.


corpus

Corpus corpus
The corpus property for this analyser.

Class gate.creole.AbstractLanguageResource extends AbstractResource implements Serializable

serialVersionUID: 3320133313194786685L

Class gate.creole.AbstractProcessingResource extends AbstractResource implements Serializable

Serialized Fields

interrupted

boolean interrupted

Class gate.creole.AbstractResource extends AbstractFeatureBearer implements Serializable

serialVersionUID: -9196293927841163321L

Serialized Fields

name

String name

Class gate.creole.AbstractVisualResource extends JPanel implements Serializable

Serialized Fields

features

FeatureMap features

handle

Handle handle
The handle for this visual resource

Class gate.creole.ANNIETransducer extends Transducer implements Serializable

Class gate.creole.AnnotationSchema extends AbstractLanguageResource implements Serializable

Serialized Fields

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


namespace

org.jdom.Namespace namespace
The namepsace used in the xml file

Class gate.creole.APFormatExporter extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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


mentionId

int mentionId
added by Di - this field represents a 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

Class gate.creole.ConditionalSerialAnalyserController extends ConditionalSerialController implements Serializable

Serialized Fields

corpus

Corpus corpus

Class gate.creole.ConditionalSerialController extends SerialController implements Serializable

Serialized Fields

strategiesList

List strategiesList
The list of running strategies for the member PRs.

Class gate.creole.CreoleRegisterImpl extends HashMap implements Serializable

Serialized Fields

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.

Class gate.creole.ExecutionException extends GateException implements Serializable

Serialized Fields

exception

Exception exception

Class gate.creole.ExecutionInterruptedException extends ExecutionException implements Serializable

Class gate.creole.FeatureSchema extends Object implements Serializable

Serialized Fields

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.

Class gate.creole.GazetteerListsCollector extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

markupSetName

String markupSetName

allAnnots

AnnotationSet allAnnots

annotationTypes

List annotationTypes

gazetteer

Gazetteer gazetteer

theLanguage

String theLanguage

statsPerType

HashMap statsPerType

Class gate.creole.OntologyAwareTransducer extends Transducer implements Serializable

Serialized Fields

ontology

Ontology ontology
Deprecated. 
The ontology that will be available on the RHS of JAPE rules.

Class gate.creole.Parameter extends Object implements Serializable

Serialized Fields

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?


baseURL

URL baseURL
The URL to the creole.xml file that defines the resource this parameter belongs to. It is used for deriving default values for parameters of type URL.


paramClass

Class paramClass
The Class for the parameter type

Class gate.creole.ParameterException extends GateException implements Serializable

Class gate.creole.ParameterList extends Object implements Serializable

Serialized Fields

runtimeParameters

List runtimeParameters
The runtime parameters


initimeParameters

List initimeParameters
The initialisation time parameters


fullyDefaulted

boolean fullyDefaulted
Status of the last run of getDefaults(List).

Class gate.creole.POSTagger extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

tagger

POSTagger tagger

lexiconURL

URL lexiconURL

rulesURL

URL rulesURL

inputASName

String inputASName

encoding

String encoding

baseTokenAnnotationType

String baseTokenAnnotationType

baseSentenceAnnotationType

String baseSentenceAnnotationType

outputAnnotationType

String outputAnnotationType

outputASName

String outputASName

Class gate.creole.ProtegeProjectName extends AbstractLanguageResource implements Serializable

Serialized Fields

projectName

URL projectName
Protege project file name


knBase

edu.stanford.smi.protege.model.KnowledgeBase knBase
Protege ontology


ontotextOntology

Taxonomy ontotextOntology
Ontotext Ontology object


ontotextOntologyUrl

URL ontotextOntologyUrl

visualResource

ProtegeWrapper visualResource
Keep visual resource to refresh Ontotext Editor if any


_knowledgeBaseListener

edu.stanford.smi.protege.event.KnowledgeBaseListener _knowledgeBaseListener
Track changes in Protege KnowledgeBase to transffer in Ontotext Editor

Class gate.creole.RDFFormatExporter extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

exportFormat

int exportFormat

exportedTypes

List exportedTypes
This list of strings represents the entities type that will be exported


exportFilePath

URL exportFilePath

ontologyLocation

URL ontologyLocation

annotationSetName

String annotationSetName

Class gate.creole.ResourceData extends AbstractFeatureBearer implements Serializable

Serialized Fields

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.

Class gate.creole.ResourceInstantiationException extends GateException implements Serializable

Class gate.creole.SerialAnalyserController extends SerialController implements Serializable

Serialized Fields

corpus

Corpus corpus

Class gate.creole.SerialController extends AbstractController implements Serializable

Serialized Fields

prof

Profiler prof
Profiler to track PR execute time


prList

List prList
The list of contained PRs


sListener

StatusListener sListener
A proxy for status events

Class gate.creole.Transducer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

actionList

List actionList

grammarURL

URL grammarURL
The URL to the jape file used as grammar by this transducer.


binaryGrammarURL

URL binaryGrammarURL
The URL to the serialized 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.


ontology

Ontology ontology
The ontology that will be available on the RHS of JAPE rules.


enableDebugging

Boolean enableDebugging
A switch used to activate the JAPE debugger.

Class gate.creole.Transducer.SerializeTransducerAction extends AbstractAction implements Serializable

Class gate.creole.VPChunker extends Transducer implements Serializable


Package gate.creole.annotdelete

Class gate.creole.annotdelete.AnnotationDeletePR extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

markupSetName

String markupSetName

annotationTypes

List annotationTypes

setsToKeep

List setsToKeep

Package gate.creole.annotransfer

Class gate.creole.annotransfer.AnnotationSetTransfer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

tagASName

String tagASName

outputASName

String outputASName

inputASName

String inputASName

textTagName

String textTagName

bodyAnnotations

AnnotationSet bodyAnnotations

annotationTypes

List annotationTypes

Package gate.creole.coref

Class gate.creole.coref.AbstractCoreferencer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

coreferenceType

String coreferenceType

Class gate.creole.coref.Coreferencer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

pronominalModule

PronominalCoref pronominalModule
---

Class gate.creole.coref.NominalCoref extends AbstractCoreferencer implements Serializable

Serialized Fields

annotationSetName

String annotationSetName
---


defaultAnnotations

AnnotationSet defaultAnnotations
---


anaphor2antecedent

HashMap anaphor2antecedent
---

Class gate.creole.coref.PronominalCoref extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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
---


resolveIt

boolean resolveIt

Package gate.creole.dumpingPR

Class gate.creole.dumpingPR.DumpingPR extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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


useStandOffXML

boolean useStandOffXML
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.


outputDirectoryUrl

URL outputDirectoryUrl

Package gate.creole.gazetteer

Class gate.creole.gazetteer.AbstractGazetteer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

listeners

Set listeners
the set of gazetteer listeners


annotationSetName

String annotationSetName
Used to store the annotation set currently being used for the newly generated annotations


features

FeatureMap features
A map of the features


encoding

String encoding
the encoding of the gazetteer


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.


wholeWordsOnly

Boolean wholeWordsOnly
Should this gazetteer only match whole words. The default value is true.


definition

LinearDefinition definition
the linear definition of the gazetteer


mappingDefinition

MappingDefinition mappingDefinition
reference to mapping definiton info allows filling of Lookup.ontologyClass according to a list

Class gate.creole.gazetteer.AbstractOntoGazetteer extends AbstractGazetteer implements Serializable

Serialized Fields

mappingURL

URL mappingURL
the url of the mapping definition


gazetteerName

String gazetteerName
class name of the linear gazetteer to be called


gaz

Gazetteer gaz
reference to the linear gazetteer

Class gate.creole.gazetteer.DefaultGazetteer extends AbstractGazetteer implements Serializable

Serialized Fields

listsByNode

Map listsByNode
a map of nodes vs gaz lists


initialState

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

Class gate.creole.gazetteer.FlexibleGazetteer extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

document

Document document

outputAnnotationSetName

String outputAnnotationSetName

inputAnnotationSetName

String inputAnnotationSetName

gazetteerInst

Gazetteer gazetteerInst

inputFeatureNames

List inputFeatureNames

changedNodes

ArrayList changedNodes

Class gate.creole.gazetteer.FSMState extends Object implements Serializable

Serialized Fields

transitionFunction

DefaultGazetteer.CharMap transitionFunction
The transition function of this state.


lookupSet

Set lookupSet

myIndex

int myIndex
The unique id of this state. This value is never used by the algorithms but it can be useful for graphical representations.

Class gate.creole.gazetteer.GazetteerEvent extends GateEvent implements Serializable

Class gate.creole.gazetteer.GazetteerException extends GateException implements Serializable

Class gate.creole.gazetteer.GazetteerList extends AbstractLanguageResource implements Serializable

Serialized Fields

url

URL url
the url of this list


encoding

String encoding
the encoding of the list


mode

int mode
indicates the current mode of the gazetteer list(e.g. STRING_MODE,LIST_MODE)


isModified

boolean isModified
flag indicating whether the list has been modified after loading/storing


entries

List entries
the entries of this list


content

String content
the content of this list

Class gate.creole.gazetteer.InvalidFormatException extends GateException implements Serializable

Serialized Fields

file

String file
the associated file


url

URL url
the associated URL

Class gate.creole.gazetteer.LinearDefinition extends AbstractLanguageResource implements Serializable

Serialized Fields

nodes

List nodes
the list of nodes


url

URL url
the URL of the definition


lists

List lists
set of lists as strings


encoding

String encoding
the encoding of the list


nodesByList

Map nodesByList
a mapping between a list and a node


gazListsByNode

Map gazListsByNode
a map of gazetteer lists by nodes. this is loaded on loadLists


isModified

boolean isModified
flag whether the definition has been modified after loading

Class gate.creole.gazetteer.Lookup extends Object implements Serializable

Serialized Fields

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"


oClass

String oClass
the ontology class of this lookup according to the mapping between list and ontology


ontology

String ontology
the ontology ID


list

String list
the list represented by this lookup

Class gate.creole.gazetteer.MappingDefinition extends AbstractLanguageResource implements Serializable

Serialized Fields

nodes

List nodes
the list of nodes


url

URL url
the url of the mapping definition


lists

Set lists
set of gaz lists


nodesByList

Map nodesByList
mapping between a list and a node

Class gate.creole.gazetteer.OntoGazetteerImpl extends AbstractOntoGazetteer implements Serializable


Package gate.creole.ir

Class gate.creole.ir.DefaultIndexDefinition extends Object implements Serializable

serialVersionUID: 2925395897153647322L

Serialized Fields

fields

List fields
List of IndexField - objects for indexing


location

String location
Location (path) of the index store directory


featuresToExclude

ArrayList featuresToExclude

annotationSet

String annotationSet

baseTokenAnnotationType

String baseTokenAnnotationType

irEngineClassName

String irEngineClassName

Class gate.creole.ir.DocumentContentReader extends Object implements Serializable

serialVersionUID: 8153172894016295950L

Class gate.creole.ir.FeatureReader extends Object implements Serializable

serialVersionUID: -2831603184521440396L

Serialized Fields

featureName

String featureName

Class gate.creole.ir.IndexException extends Exception implements Serializable

Class gate.creole.ir.IndexField extends Object implements Serializable

serialVersionUID: 3632609241787241616L

Serialized Fields

fieldName

String fieldName
Name of field for indexing - the name of the feature key of the document should be same.


propReader

PropertyReader propReader
Reader object for this field. Can be NULL.


isPreseved

boolean isPreseved
If set to true then the value should not be modified by the analyzer.

Class gate.creole.ir.SearchException extends Exception implements Serializable

Class gate.creole.ir.SearchPR extends AbstractProcessingResource implements Serializable

Serialized Fields

corpus

IndexedCorpus corpus

query

String query

searcherClassName

String searcherClassName

resultList

QueryResultList resultList

limit

int limit

fieldNames

List fieldNames

searcher

Search searcher

Package gate.creole.kea

Class gate.creole.kea.CorpusImporter extends AbstractVisualResource implements Serializable

Serialized Fields

sourceDirTField

JTextField sourceDirTField

textExtensionTField

JTextField textExtensionTField

keyExtensionTField

JTextField keyExtensionTField

encodingTField

JTextField encodingTField

corpusNameTField

JTextField corpusNameTField

annotationTypeTField

JTextField annotationTypeTField

annotationSetTField

JTextField annotationSetTField

Class gate.creole.kea.CorpusImporter.ImportCorpusAction extends AbstractAction implements Serializable

Class gate.creole.kea.CorpusImporter.SelectDirectoryAction extends AbstractAction implements Serializable

Class gate.creole.kea.Kea extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

trainingMode

Boolean trainingMode
If true then the PR is in training mode and will collect keyphrases from the input documents. If false then the PR is in application mode and will generate keyphrases on the input documents.


keyphraseAnnotationType

String keyphraseAnnotationType
The annotation type used for the keyphrase annotations.


inputAS

String inputAS
The name of the input annotation set.


outputAS

String outputAS
The name for the output annotation set.


maxPhraseLength

Integer maxPhraseLength
The maximum length for a keyphrase (default 3).


minPhraseLength

Integer minPhraseLength
The minimum length for a keyphrase (default 1).


disallowInternalPeriods

Boolean disallowInternalPeriods
Should periods be disallowed inside keyphrases?


useKFrequency

Boolean useKFrequency
Use keyphrase frequency statistic.


minNumOccur

Integer minNumOccur
The minimum number of times a phrase needs to occur (default: 2).


phrasesToExtract

Integer phrasesToExtract
How many keyphrases should be extracted for each input document?


trainingFinished

boolean trainingFinished
This flag is used to determine whether the model has been constructed or not. During training mode the training data is simply collected and this flag is set to false. The first time when the traied model is required (which could be either the first time the application mode is started or when the model is being saved) the model is built from the collected instances and this flag is set to true.
If this flag is found to be true during training phase (i.e. there is an attempt to train an already triend model) then the current model will be discarded and a new one will be created. The traininig will be performed using the newly created model.


keaFilter

kea.KEAFilter keaFilter
The KEA filter object which incorporates the actual model.


atts

weka.core.FastVector atts
Data structure used internally to define the dataset.


data

weka.core.Instances data
The dataset.


actions

List actions
The list of GUI actions available from this PR on popup menus.

Class gate.creole.kea.Kea.LoadModelAction extends AbstractAction implements Serializable

Class gate.creole.kea.Kea.SaveModelAction extends AbstractAction implements Serializable


Package gate.creole.ml

Class gate.creole.ml.Attribute extends Object implements Serializable

Serialized Fields

isClass

boolean isClass

name

String name

type

String type

feature

String feature

values

List values

position

int position

weighting

double weighting

Class gate.creole.ml.DatasetDefintion extends Object implements Serializable

Serialized Fields

attributes

List attributes

classAttribute

Attribute classAttribute

instanceType

String instanceType

classIndex

int classIndex

Class gate.creole.ml.MachineLearningPR extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

configFileURL

URL configFileURL

datasetDefinition

DatasetDefintion datasetDefinition

engine

MLEngine engine

inputASName

String inputASName

annotationSet

AnnotationSet annotationSet

annotations

List annotations

actionList

List actionList

cache

MachineLearningPR.Cache cache

training

Boolean training

batchModeClassification

boolean batchModeClassification
This member will be set to true if instances are to be passed to the wrapper in batches, rather than one instance at a time and if the engine supports this functionality.


Package gate.creole.ml.maxent

Class gate.creole.ml.maxent.MaxentWrapper.LoadModelAction extends AbstractAction implements Serializable

Class gate.creole.ml.maxent.MaxentWrapper.SaveModelAction extends AbstractAction implements Serializable


Package gate.creole.ml.svmlight

Class gate.creole.ml.svmlight.SVMLightWrapper.LoadDatasetAction extends AbstractAction implements Serializable

Class gate.creole.ml.svmlight.SVMLightWrapper.LoadModelAction extends AbstractAction implements Serializable

Class gate.creole.ml.svmlight.SVMLightWrapper.SaveDatasetAction extends AbstractAction implements Serializable

Class gate.creole.ml.svmlight.SVMLightWrapper.SaveModelAction extends AbstractAction implements Serializable


Package gate.creole.ml.weka

Class gate.creole.ml.weka.StringToNominalFilter extends weka.filters.Filter implements Serializable

Serialized Fields

options

String[] options
The options set on this filter.


attributesData

List attributesData

Class gate.creole.ml.weka.StringToNominalFilter.AttributeData extends Object implements Serializable

Serialized Fields

index

int index

maxCount

int maxCount

method

String method

Class gate.creole.ml.weka.Wrapper.LoadDatasetFromArffAction extends AbstractAction implements Serializable

Class gate.creole.ml.weka.Wrapper.LoadModelAction extends AbstractAction implements Serializable

Class gate.creole.ml.weka.Wrapper.SaveDatasetAsArffAction extends AbstractAction implements Serializable

Class gate.creole.ml.weka.Wrapper.SaveModelAction extends AbstractAction implements Serializable


Package gate.creole.morph

Class gate.creole.morph.Morph extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

document

Document document
Document to be processed by the morpher, must be provided at Runtime.


rulesFile

URL rulesFile
File which cotains rules to be processed


interpret

Interpret interpret
Instance of BaseWord class - English Morpher


rootFeatureName

String rootFeatureName
Feature Name that should be displayed for the root word


affixFeatureName

String affixFeatureName
Feature Name that should be displayed for the affix


annotationSetName

String annotationSetName
The name of the annotation set used for input


caseSensitive

Boolean caseSensitive
Boolean value that tells if parser should behave in caseSensitive mode


considerPOSTag

Boolean considerPOSTag

Package gate.creole.nerc

Class gate.creole.nerc.EntityDescriptor extends Object implements Serializable

Serialized Fields

string

String string

category

String category

offsets

int[] offsets

Class gate.creole.nerc.EntitySet extends AbstractSet implements Serializable

Serialized Fields

fileName

String fileName

myEntities

Set myEntities

Package gate.creole.ontology

Class gate.creole.ontology.InvalidFormatException extends GateException implements Serializable

Serialized Fields

file

String file
the ontology file


url

URL url
the url of the file


Package gate.creole.ontology.jena

Class gate.creole.ontology.jena.JenaOntologyImpl extends OntologyImpl implements Serializable

Serialized Fields

owlLiteFileURL

URL owlLiteFileURL

owlDlFileURL

URL owlDlFileURL

owlFullFileURL

URL owlFullFileURL

rdfsFileURL

URL rdfsFileURL

damlFileURL

URL damlFileURL

language

String language

actionsList

List actionsList

Class gate.creole.ontology.jena.JenaOntologyImpl.CleanUpAction extends AbstractAction implements Serializable

Class gate.creole.ontology.jena.JenaOntologyImpl.LoadOntologyDataAction extends AbstractAction implements Serializable

Serialized Fields

ontologyType

int ontologyType

Class gate.creole.ontology.jena.JenaOntologyImpl.SaveOntologyAction extends AbstractAction implements Serializable

Serialized Fields

ontologyType

int ontologyType

Package gate.creole.orthomatcher

Class gate.creole.orthomatcher.OrthoMatcher extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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
matching unknowns or not


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


definitionFileURL

URL definitionFileURL
URL to the file containing the definition for this orthomatcher


encoding

String encoding
The encoding used for the definition file and associated lists.


Package gate.creole.splitter

Class gate.creole.splitter.SentenceSplitter extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.DefaultTokeniser extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.InvalidRuleException extends TokeniserException implements Serializable

Class gate.creole.tokeniser.SimpleTokeniser extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

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

Class gate.creole.tokeniser.TokeniserException extends GateException implements Serializable


Package gate.creole.tokeniser.chinesetokeniser

Class gate.creole.tokeniser.chinesetokeniser.ChineseTokeniser extends AbstractLanguageAnalyser implements Serializable

Serialized Fields

segmenter

Segmenter segmenter
Instance of segmenter


encoding

String encoding
The name of the encoding used


document

Document document
The name of the sourceFile


tempDoc

Document tempDoc
Temporary document


tokeniser

SimpleTokeniser tokeniser
Instance of Simple Tokenizer


runSegmenter

Boolean runSegmenter
Boolean value which states if segmenter should run


generateSpaceTokens

Boolean generateSpaceTokens
Boolean value which says if tokeniser has to generate the spack tokens


rulesURL

URL rulesURL
Rules for the simple tokeniser


annotationSetName

String annotationSetName

charform

int charform

Package gate.event

Class gate.event.AnnotationEvent extends GateEvent implements Serializable

Class gate.event.AnnotationSetEvent extends GateEvent implements Serializable

Serialized Fields

sourceDocument

Document sourceDocument

annotation

Annotation annotation

Class gate.event.ControllerEvent extends GateEvent implements Serializable

Serialized Fields

pr

ProcessingResource pr

Class gate.event.CorpusEvent extends GateEvent implements Serializable

Serialized Fields

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.

Class gate.event.CreoleEvent extends GateEvent implements Serializable

Serialized Fields

resource

Resource resource

datastore

DataStore datastore

Class gate.event.DatastoreEvent extends GateEvent implements Serializable

Serialized Fields

resource

Resource resource

resourceID

Object resourceID

Class gate.event.DocumentEvent extends GateEvent implements Serializable

Serialized Fields

annotationSetName

String annotationSetName

editStart

Long editStart

editEnd

Long editEnd

Class gate.event.GateEvent extends EventObject implements Serializable

Serialized Fields

type

int type

Class gate.event.ObjectModificationEvent extends GateEvent implements Serializable


Package gate.fsm

Class gate.fsm.FSM extends Object implements Serializable

Serialized Fields

initialState

State initialState
The initial state of this FSM.


transducerName

String transducerName

bpeId

int bpeId

ruleHash

HashMap ruleHash

Class gate.fsm.FSMInstance extends Object implements Serializable

Serialized Fields

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 AnnotationSet where the matching started


startNode

Node startNode
The place (Node) in the AnnotationSet 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 Set


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.

Class gate.fsm.State extends Object implements Serializable

Serialized Fields

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.

Class gate.fsm.Transition extends Object implements Serializable

Serialized Fields

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)


Package gate.gui

Class gate.gui.AnnotationDiffGUI extends JFrame implements Serializable

Serialized Fields

differ

AnnotationDiffer differ

pairings

List pairings

keyDoc

Document keyDoc

resDoc

Document resDoc

significantFeatures

Set significantFeatures

documents

List documents

keySets

List keySets

resSets

List resSets

keySet

AnnotationSet keySet

resSet

AnnotationSet resSet

featuresList

JList featuresList

featureslistModel

DefaultListModel featureslistModel

diffTableModel

AnnotationDiffGUI.DiffTableModel diffTableModel

diffTable

XJTable diffTable

scroller

JScrollPane scroller

keyDocCombo

JComboBox keyDocCombo

keySetCombo

JComboBox keySetCombo

annTypeCombo

JComboBox annTypeCombo

resDocCombo

JComboBox resDocCombo

resSetCombo

JComboBox resSetCombo

progressBar

JProgressBar progressBar

allFeaturesBtn

JRadioButton allFeaturesBtn

someFeaturesBtn

JRadioButton someFeaturesBtn

noFeaturesBtn

JRadioButton noFeaturesBtn

weightTxt

JTextField weightTxt

doDiffBtn

JButton doDiffBtn

resultsPane

JPanel resultsPane

correctLbl

JLabel correctLbl

partiallyCorrectLbl

JLabel partiallyCorrectLbl

missingLbl

JLabel missingLbl

falsePozLbl

JLabel falsePozLbl

recallStrictLbl

JLabel recallStrictLbl

precisionStrictLbl

JLabel precisionStrictLbl

fmeasureStrictLbl

JLabel fmeasureStrictLbl

recallLenientLbl

JLabel recallLenientLbl

precisionLenientLbl

JLabel precisionLenientLbl

fmeasureLenientLbl

JLabel fmeasureLenientLbl

recallAveLbl

JLabel recallAveLbl

precisionAveLbl

JLabel precisionAveLbl

fmeasureAveLbl

JLabel fmeasureAveLbl

Class gate.gui.AnnotationDiffGUI.DiffAction extends AbstractAction implements Serializable

Class gate.gui.AnnotationDiffGUI.DiffTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Class gate.gui.AnnotationDiffGUI.DiffTableModel extends AbstractTableModel implements Serializable

Class gate.gui.AnnotationDiffGUI.HTMLExportAction extends AbstractAction implements Serializable

Class gate.gui.AppearanceDialog extends JDialog implements Serializable

Serialized Fields

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

Class gate.gui.BooleanRenderer extends DefaultTableCellRenderer implements Serializable

Class gate.gui.BootStrapDialog extends JDialog implements Serializable

Serialized Fields

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

Class gate.gui.CollectionSelectionDialog extends JDialog implements Serializable

Serialized Fields

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

Class gate.gui.CorpusEditor extends AbstractVisualResource implements Serializable

Serialized Fields

documentsList

JList documentsList

listRenderer

gate.gui.CorpusEditor.DocumentListCellRenderer listRenderer

featuresEditor

FeaturesEditor featuresEditor

toolbar

JToolBar toolbar

corpus

Corpus corpus

docListModel

DefaultListModel docListModel

Class gate.gui.CorpusFillerComponent extends JPanel implements Serializable

Serialized Fields

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.

Class gate.gui.CreateIndexDialog extends JDialog implements Serializable

Serialized Fields

ic

IndexedCorpus ic

panel1

JPanel panel1

indexTypeLabel

JLabel indexTypeLabel

jComboIType

JComboBox jComboIType

locationLabel

JLabel locationLabel

locationTextField

JTextField locationTextField

browse

JButton browse

featureLable

JLabel featureLable

featureTextField

JTextField featureTextField

jList1

JList jList1

scrollPane

JScrollPane scrollPane

addButton

JButton addButton

content

JCheckBox content

createButton

JButton createButton

cancelButton

JButton cancelButton

gridBagLayout1

GridBagLayout gridBagLayout1

fields

Vector fields

Class gate.gui.CreateIndexGUI extends JPanel implements Serializable

Serialized Fields

irEngineCombo

JComboBox irEngineCombo
Combobox for selecting IR engine.


indexLocationTextField

JTextField indexLocationTextField
Text field for the location of the index.


useContentChk

JCheckBox useContentChk
Checkbox for content used.


featuresListTextField

JTextField featuresListTextField
Text field for the list of features.


featuresList

List featuresList
The list of features.


engineByName

SortedMap engineByName
A map from IREngine name to IREngine class name.

Class gate.gui.CreateIndexGUI.EditFeatureListAction extends AbstractAction implements Serializable

Class gate.gui.CreateIndexGUI.SelectDirAction extends AbstractAction implements Serializable

Class gate.gui.DocumentEditor extends AbstractVisualResource implements Serializable

Serialized Fields

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

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

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 DocumentEditor.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 Range objects. These are the ranges in the DocumentEditor.data structure. A range is a bunch of annotations belonging to the same annotation set that are contiguous in the DocumentEditor.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 -> DocumentEditor.TypeData Maps from String to Map to DocumentEditor.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

MAX_LINE_SIZE

int MAX_LINE_SIZE
Max unbreaked line size


longLinesCorrectionPositions

Vector longLinesCorrectionPositions
Keep cut places in very long lines inside document

Class gate.gui.DocumentEditor.AnnotationsTableModel extends AbstractTableModel implements Serializable

Class gate.gui.DocumentEditor.CustomStyledEditorKit extends StyledEditorKit implements Serializable

Serialized Fields

defaultFactory

ViewFactory defaultFactory

Class gate.gui.DocumentEditor.DeleteSelectedAnnotationsAction extends AbstractAction implements Serializable

Serialized Fields

source

JComponent source

Class gate.gui.DocumentEditor.EditAnnotationAction extends AbstractAction implements Serializable

Serialized Fields

set

AnnotationSet set

annotation

Annotation annotation

Class gate.gui.DocumentEditor.HighlightAnnotationMenu extends JMenu implements Serializable

Serialized Fields

start

int start

end

int end

set

AnnotationSet set

setName

String setName

annotation

Annotation annotation

highlight

Object highlight

Class gate.gui.DocumentEditor.PrintAction extends AbstractAction implements Serializable

Class gate.gui.DocumentEditor.SearchAction extends AbstractAction implements Serializable

Class gate.gui.DocumentEditor.SearchDialog extends JDialog implements Serializable

Serialized Fields

patternTextField

JTextField patternTextField

ignoreCaseChk

JCheckBox ignoreCaseChk

wholeWordsChk

JCheckBox wholeWordsChk

pattern

Pattern pattern

nextMatchStartsFrom

int nextMatchStartsFrom

content

String content

findFirstAction

Action findFirstAction

findNextAction

Action findNextAction

cancelAction

Action cancelAction

Class gate.gui.FeaturesEditor extends AbstractVisualResource implements Serializable

Serialized Fields

table

XJTable table

tableModel

gate.gui.FeaturesEditor.FeaturesTableModel tableModel

resource

FeatureBearer resource

features

FeatureMap features

newFeatureField

JTextField newFeatureField

newValueField

JTextField newValueField

addNewBtn

JButton addNewBtn

delBtn

JButton delBtn

Class gate.gui.FeaturesSchemaEditor extends AbstractVisualResource implements Serializable

Serialized Fields

targetFeatures

FeatureMap targetFeatures

target

FeatureBearer target

emptyFeature

FeaturesSchemaEditor.Feature emptyFeature

schema

AnnotationSchema schema

featuresModel

FeaturesSchemaEditor.FeaturesTableModel featuresModel

featureList

List featureList

featureEditorRenderer

FeaturesSchemaEditor.FeatureEditorRenderer featureEditorRenderer

mainTable

XJTable mainTable

scroller

JScrollPane scroller

Class gate.gui.FeaturesSchemaEditor.FeatureEditorRenderer extends DefaultCellEditor implements Serializable

Serialized Fields

requiredIconLabel

JLabel requiredIconLabel

optionalIconLabel

JLabel optionalIconLabel

nonSchemaIconLabel

JLabel nonSchemaIconLabel

editorCombo

JComboBox editorCombo

rendererCombo

JComboBox rendererCombo

deleteButton

JButton deleteButton

defaultComparator

ObjectComparator defaultComparator

Class gate.gui.FeaturesSchemaEditor.FeaturesTableModel extends AbstractTableModel implements Serializable

Class gate.gui.HelpFrame extends JFrame implements Serializable

Serialized Fields

textPane

XJEditorPane textPane

toolBar

JToolBar toolBar

status

JLabel status

Class gate.gui.ListEditorDialog extends JDialog implements Serializable

Serialized Fields

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 ListEditorDialog.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?

Class gate.gui.ListEditorDialog.AddAction extends AbstractAction implements Serializable

Class gate.gui.ListEditorDialog.RemoveAction extends AbstractAction implements Serializable

Class gate.gui.ListEditorDialog.ResourceComboModel extends AbstractListModel implements Serializable

Serialized Fields

selectedItem

Object selectedItem

Class gate.gui.LogArea extends XJTextPane implements Serializable

Serialized Fields

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

LogArea.SelectAllAction selectAllAction
This fields defines the Select all behaviour


copyAction

LogArea.CopyAction copyAction
This fields defines the copy behaviour


clearAllAction

LogArea.ClearAllAction clearAllAction
This fields defines the clear all behaviour

Class gate.gui.LogArea.ClearAllAction extends AbstractAction implements Serializable

Class gate.gui.LogArea.CopyAction extends AbstractAction implements Serializable

Class gate.gui.LogArea.SelectAllAction extends AbstractAction implements Serializable

Class gate.gui.MainFrame extends JFrame implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar

mainSplit

JSplitPane mainSplit

leftSplit

JSplitPane leftSplit

statusBar

JLabel statusBar

progressBar

JProgressBar progressBar

mainTabbedPane

XJTabbedPane mainTabbedPane

projectTreeScroll

JScrollPane projectTreeScroll

lowerScroll

JScrollPane lowerScroll

appsPopup

JPopupMenu appsPopup
Popup used for right click actions on the Applications node.


dssPopup

JPopupMenu dssPopup
Popup used for right click actions on the Datastores node.


lrsPopup

JPopupMenu lrsPopup
Popup used for right click actions on the LRs node.


prsPopup

JPopupMenu prsPopup
Popup used for right click actions on the PRs node.


verboseModeItem

JCheckBoxMenuItem verboseModeItem

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

pluginManager

PluginManagerUI pluginManager

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

titleChangable

boolean titleChangable
Flag to protect Frame title to be changed

Class gate.gui.MainFrame.ResourcesTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class gate.gui.MainFrame.ResourcesTreeModel extends DefaultTreeModel implements Serializable

Class gate.gui.NewResourceDialog extends JDialog implements Serializable

Serialized Fields

okBtn

JButton okBtn

cancelBtn

JButton cancelBtn

nameField

JTextField nameField

parametersEditor

ResourceParametersEditor parametersEditor

tableScroll

JScrollPane tableScroll

resourceData

ResourceData resourceData

resource

Resource resource

userCanceled

boolean userCanceled

Class gate.gui.ObjectRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

textButtonBox

JPanel textButtonBox

Class gate.gui.OkCancelDialog extends JDialog implements Serializable

Serialized Fields

okButton

JButton okButton

cancelButton

JButton cancelButton

userHasPressedOK

boolean userHasPressedOK

Class gate.gui.OntologyEditor extends AbstractVisualResource implements Serializable

Serialized Fields

taxonomy

Taxonomy taxonomy
The taxonomy that this editor displays


ontology

Ontology ontology
If the taxonomy being edited is an ontology (i.e. has instances as well) then this member stores it as well.


ontologyMode

boolean ontologyMode
Flag that indicates whether the object beiong edited is an ontology.


itemComparator

OntologyEditor.OntologyItemComparator itemComparator

tree

JTree tree
The tree view.


treeModel

DefaultTreeModel treeModel
The mode, for the tree.


detailsTable

JTable detailsTable
The list view used to display item details


detailsTableModel

OntologyEditor.DetailsTableModel detailsTableModel

mainSplit

JSplitPane mainSplit
The main split


rootNode

DefaultMutableTreeNode rootNode
The root node of the tree.

Class gate.gui.OntologyEditor.DetailsTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Class gate.gui.OntologyEditor.DetailsTableModel extends AbstractTableModel implements Serializable

Serialized Fields

directSuperClasses

OntologyEditor.DetailsGroup directSuperClasses

allSuperClasses

OntologyEditor.DetailsGroup allSuperClasses

directSubClasses

OntologyEditor.DetailsGroup directSubClasses

allSubClasses

OntologyEditor.DetailsGroup allSubClasses

instances

OntologyEditor.DetailsGroup instances

properties

OntologyEditor.DetailsGroup properties

directTypes

OntologyEditor.DetailsGroup directTypes

allTypes

OntologyEditor.DetailsGroup allTypes

detailGroups

OntologyEditor.DetailsGroup[] detailGroups

Class gate.gui.OntologyEditor.OntoTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class gate.gui.OptionsDialog extends JDialog implements Serializable

Serialized Fields

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


addSpaceOnMarkupUnpackChk

JCheckBox addSpaceOnMarkupUnpackChk
The "Add extra space markup unpack if needed" checkbox


doceditInsertAppendChk

JCheckBox doceditInsertAppendChk
The Docedit append checkbox


doceditInsertPrependChk

JCheckBox doceditInsertPrependChk
The Docedit prepend 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

Class gate.gui.OracleDatastoreViewer extends JTree implements Serializable

Serialized Fields

treeRoot

DefaultMutableTreeNode treeRoot

treeModel

DefaultTreeModel treeModel

datastore

DataStore datastore

myHandle

NameBearerHandle myHandle

features

FeatureMap features

Class gate.gui.PluginManagerUI extends JDialog implements Serializable

Serialized Fields

mainTable

XJTable mainTable

mainSplit

JSplitPane mainSplit

mainTableModel

PluginManagerUI.MainTableModel mainTableModel

resourcesListModel

PluginManagerUI.ResourcesListModel resourcesListModel

resourcesList

JList resourcesList

loadNowByURL

Map loadNowByURL
Map from URL to Boolean. Stores temporary values for the loadNow options.


loadAlwaysByURL

Map loadAlwaysByURL
Map from URL to Boolean. Stores temporary values for the loadAlways options.

Class gate.gui.PluginManagerUI.AddCreoleRepositoryAction extends AbstractAction implements Serializable

Class gate.gui.PluginManagerUI.CancelAction extends AbstractAction implements Serializable

Class gate.gui.PluginManagerUI.DeleteColumnCellRendererEditor extends AbstractCellEditor implements Serializable

Serialized Fields

editorDeleteButton

JButton editorDeleteButton

rendererDeleteButton

JButton rendererDeleteButton

rendererBox

JPanel rendererBox

editorBox

JPanel editorBox

label

JLabel label

Class gate.gui.PluginManagerUI.MainTableModel extends AbstractTableModel implements Serializable

Serialized Fields

localIcon

Icon localIcon

remoteIcon

Icon remoteIcon

invalidIcon

Icon invalidIcon

Class gate.gui.PluginManagerUI.OkAction extends AbstractAction implements Serializable

Class gate.gui.PluginManagerUI.ResourcesListCellRenderer extends DefaultListCellRenderer implements Serializable

Class gate.gui.PluginManagerUI.ResourcesListModel extends AbstractListModel implements Serializable

Class gate.gui.ProtegeWrapper extends AbstractVisualResource implements Serializable

Serialized Fields

projectFileName

ProtegeProjectName projectFileName
File name as string will be VR target for now


protegeRootPane

JRootPane protegeRootPane
Should have JRootPane to show Protege in it


myHandle

Handle myHandle

Class gate.gui.PRViewer extends AbstractVisualResource implements Serializable

Serialized Fields

editor

ResourceParametersEditor editor

Class gate.gui.ResourceParametersEditor extends XJTable implements Serializable

Serialized Fields

tableModel

ResourceParametersEditor.ParametersTableModel tableModel

resource

Resource resource

parameterDisjunctions

List parameterDisjunctions
A list of ParameterDisjunction


editable

boolean editable

Class gate.gui.ResourceParametersEditor.ParametersTableModel extends AbstractTableModel implements Serializable

Class gate.gui.ResourceRenderer extends JLabel implements Serializable

Class gate.gui.SchemaAnnotationEditor extends AbstractVisualResource implements Serializable

Serialized Fields

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

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

Class gate.gui.SchemaAnnotationEditor.FeaturesTableModel extends AbstractTableModel implements Serializable

Serialized Fields

data

ArrayList data

Class gate.gui.SearchPRViewer extends AbstractVisualResource implements Serializable

Serialized Fields

target

SearchPR target
The search PR this VR is associated to.


resultsTable

XJTable resultsTable
The table displaying the results


resultsTableModel

SearchPRViewer.ResultsTableModel resultsTableModel
The model for the results table.


results

List results
Contains the QueryResult objects returned by the search.

Class gate.gui.SearchPRViewer.FloatRenderer extends JProgressBar implements Serializable

Serialized Fields

numberFormat

NumberFormat numberFormat

Class gate.gui.SearchPRViewer.ResultsTableModel extends AbstractTableModel implements Serializable

Class gate.gui.SerialControllerEditor extends AbstractVisualResource implements Serializable

Serialized Fields

controller

SerialController controller
The controller this editor edits


handle

Handle handle
The Handle that created this view


actionList

List actionList
The list of actions provided by this editor


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 SerialControllerEditor.loadedPRsTable JTable.


memberPRsTable

XJTable memberPRsTable
Displays the PRs in the controller


memberPRsTableModel

gate.gui.SerialControllerEditor.MemberPRsTableModel memberPRsTableModel
model for SerialControllerEditor.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 SerialControllerEditor.parametersEditor


parametersBorder

TitledBorder parametersBorder
A border for the SerialControllerEditor.parametersPanel


strategyPanel

JPanel strategyPanel
A JPanel containing the running strategy options


strategyBorder

TitledBorder strategyBorder
A border for the running strategy options box


yes_RunRBtn

JRadioButton yes_RunRBtn
Button for run always.


no_RunRBtn

JRadioButton no_RunRBtn
Button for never run.


conditional_RunRBtn

JRadioButton conditional_RunRBtn
Button for conditional run.


runBtnGrp

ButtonGroup runBtnGrp
The group for run strategy buttons;


featureNameTextField

JTextField featureNameTextField
Text field for the feature name for conditional run.


featureValueTextField

JTextField featureValueTextField
Text field for the feature value for conditional run.


corpusCombo

JComboBox corpusCombo
A combobox that allows selection of a corpus from the list of loaded corpora.


corpusComboModel

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
Is the controller displayed an analyser controller?


conditionalMode

boolean conditionalMode
Is the controller displayed conditional?


selectedPR

ProcessingResource selectedPR
The PR currently selected (having its parameters set)


selectedPRRunStrategy

RunningStrategy selectedPRRunStrategy
The running strategy for the selected PR.

Class gate.gui.SerialControllerEditor.CorporaComboModel extends AbstractListModel implements Serializable

Class gate.gui.SerialDatastoreViewer extends JScrollPane implements Serializable

Serialized Fields

treeRoot

DefaultMutableTreeNode treeRoot

treeModel

DefaultTreeModel treeModel

mainTree

JTree mainTree

datastore

DataStore datastore

myHandle

NameBearerHandle myHandle

features

FeatureMap features

Class gate.gui.ShellSlacFrame extends MainFrame implements Serializable

Serialized Fields

application

CorpusController application
Shell GUI application


corpus

Corpus corpus
Shell GUI corpus


oneDocCorpus

Corpus oneDocCorpus

dataStore

DataStore dataStore
Shell GUI documents DataStore


saveAction

Action saveAction
Keep this action for enable/disable the menu item


runOneAction

Action runOneAction
Keep this action for enable/disable the menu item


runAction

Action runAction

corpusFiller

CorpusFillerComponent corpusFiller
Component used to select the options for corpus populating

Class gate.gui.Splash extends JWindow implements Serializable

Class gate.gui.STreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

level

int level

nodeID

int nodeID

start

long start

end

long end

annot

Annotation annot

Class gate.gui.SyntaxTreeViewer extends AbstractVisualResource implements Serializable

Serialized Fields

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

Class gate.gui.TextAttributesChooser extends JDialog implements Serializable

Serialized Fields

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

Class gate.gui.UnrestrictedAnnotationEditor extends AbstractVisualResource implements Serializable

Serialized Fields

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

Class gate.gui.UserGroupEditor extends JComponent implements Serializable

Serialized Fields

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

Class gate.gui.UserGroupEditor.Add2GroupAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.AddGroupAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.AddUserAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.ChangePasswordAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.CreateUserAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.DeleteGroupAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.DeleteUserAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.RemoveFromGroupAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.RemoveUserAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.RenameGroupAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Class gate.gui.UserGroupEditor.RenameUserAction extends AbstractAction implements Serializable

Serialized Fields

source

JList source

Package gate.gui.docview

Class gate.gui.docview.AbstractDocumentView extends AbstractResource implements Serializable

Serialized Fields

active

boolean active
Stores the active state of this view.


handle

Handle handle
Stores the handle of this view.


guiInitialised

boolean guiInitialised
Has the UI been initialised yet?


document

Document document
The document this view displays.


owner

DocumentEditor owner
The DocumentEditor this view is part of.

Class gate.gui.docview.AnnotationEditor.AnnotationAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationEditor.ApplyAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationEditor.DeleteAnnotationAction extends AnnotationEditor.AnnotationAction implements Serializable

Class gate.gui.docview.AnnotationEditor.DismissAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationEditor.EndOffsetLeftAction extends AnnotationEditor.AnnotationAction implements Serializable

Class gate.gui.docview.AnnotationEditor.EndOffsetRightAction extends AnnotationEditor.AnnotationAction implements Serializable

Class gate.gui.docview.AnnotationEditor.StartOffsetLeftAction extends AnnotationEditor.AnnotationAction implements Serializable

Class gate.gui.docview.AnnotationEditor.StartOffsetRightAction extends AnnotationEditor.AnnotationAction implements Serializable

Class gate.gui.docview.AnnotationListView extends AbstractDocumentView implements Serializable

Serialized Fields

table

XJTable table

tableModel

gate.gui.docview.AnnotationListView.AnnotationTableModel tableModel

scroller

JScrollPane scroller

annotationHandlerByTag

Map annotationHandlerByTag

tagList

List tagList

mainPanel

JPanel mainPanel

statusLabel

JLabel statusLabel

textView

TextualDocumentView textView

editorsCache

Map editorsCache
A map that stores instantiated annotations editors in order to avoid the delay of building them at each request;

Class gate.gui.docview.AnnotationListView.EditAnnotationAction extends AbstractAction implements Serializable

Serialized Fields

title

String title

ann

Annotation ann

set

AnnotationSet set

editor

AnnotationVisualResource editor

Class gate.gui.docview.AnnotationSetsView extends AbstractDocumentView implements Serializable

Serialized Fields

setHandlers

List setHandlers

tableRows

List tableRows

mainTable

XJTable mainTable

tableModel

AnnotationSetsView.SetsTableModel tableModel

scroller

JScrollPane scroller

mainPanel

JPanel mainPanel

newSetNameTextField

JTextField newSetNameTextField

textView

TextualDocumentView textView

listView

AnnotationListView listView

textPane

JEditorPane textPane

annotationEditor

AnnotationEditor annotationEditor

newSetAction

AnnotationSetsView.NewAnnotationSetAction newSetAction

textMouseListener

AnnotationSetsView.TextMouseListener textMouseListener
The listener for mouse and mouse motion events in the text view.


mouseMovementTimer

Timer mouseMovementTimer

textAncestorListener

AncestorListener textAncestorListener

mouseStoppedMovingAction

AnnotationSetsView.MouseStoppedMovingAction mouseStoppedMovingAction

lastAnnotationType

String lastAnnotationType

actions

List actions

colourGenerator

ColorGenerator colourGenerator

Class gate.gui.docview.AnnotationSetsView.DeleteSelectedAnnotationGroupAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationSetsView.EditAnnotationAction extends AbstractAction implements Serializable

Serialized Fields

aHandler

AnnotationSetsView.AnnotationHandler aHandler

Class gate.gui.docview.AnnotationSetsView.HighlightMenuItem extends JMenuItem implements Serializable

Serialized Fields

start

int start

end

int end

action

Action action

highlight

Object highlight

Class gate.gui.docview.AnnotationSetsView.MouseStoppedMovingAction extends AbstractAction implements Serializable

Serialized Fields

textLocation

int textLocation

Class gate.gui.docview.AnnotationSetsView.NewAnnotationAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationSetsView.NewAnnotationSetAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationSetsView.SavePreserveFormatAction extends AbstractAction implements Serializable

Class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

currentChk

JCheckBox currentChk

setChk

JCheckBox setChk

typeChk

JCheckBox typeChk

Class gate.gui.docview.AnnotationSetsView.SetsTableModel extends AbstractTableModel implements Serializable

Class gate.gui.docview.AnnotationSetsView.TypeHandler.ChangeColourAction extends AbstractAction implements Serializable

Class gate.gui.docview.CorefEditor extends AbstractDocumentView implements Serializable

Serialized Fields

mainPanel

JPanel mainPanel

topPanel

JPanel topPanel

subPanel

JPanel subPanel

showAnnotations

JToggleButton showAnnotations

annotSets

JComboBox annotSets

annotTypes

JComboBox annotTypes

annotSetsModel

DefaultComboBoxModel annotSetsModel

annotTypesModel

DefaultComboBoxModel annotTypesModel

corefTree

JTree corefTree

rootNode

CorefEditor.CorefTreeNode rootNode

corefChains

HashMap corefChains

corefAnnotationSetNodesMap

HashMap corefAnnotationSetNodesMap

selectionChainsMap

HashMap selectionChainsMap

currentSelections

HashMap currentSelections

colorChainsMap

HashMap colorChainsMap

currentColors

HashMap currentColors

colorGenerator

ColorGenerator colorGenerator

textView

TextualDocumentView textView

textPane

JEditorPane textPane

highlightedTags

HashMap highlightedTags

typeSpecificHighlightedTags

ArrayList typeSpecificHighlightedTags

textPaneMouseListener

CorefEditor.TextPaneMouseListener textPaneMouseListener

highlightedChainAnnots

ArrayList highlightedChainAnnots

highlightedChainAnnotsOffsets

int[] highlightedChainAnnotsOffsets

highlightedTypeAnnots

ArrayList highlightedTypeAnnots

highlightedTypeAnnotsOffsets

int[] highlightedTypeAnnotsOffsets

chainToolTipAction

CorefEditor.ChainToolTipAction chainToolTipAction

chainToolTipTimer

Timer chainToolTipTimer

newCorefAction

CorefEditor.NewCorefAction newCorefAction

newCorefActionTimer

Timer newCorefActionTimer

annotToConsiderForChain

Annotation annotToConsiderForChain

popupWindow

JWindow popupWindow

explicitCall

boolean explicitCall

highlighter

Highlighter highlighter

Class gate.gui.docview.CorefEditor.ChainToolTipAction extends AbstractAction implements Serializable

Serialized Fields

textLocation

int textLocation

mousePoint

Point mousePoint

popup

JPopupMenu popup

Class gate.gui.docview.CorefEditor.CorefTreeCellRenderer extends JPanel implements Serializable

Serialized Fields

check

JCheckBox check

label

JLabel label

Class gate.gui.docview.CorefEditor.CorefTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

type

int type

Class gate.gui.docview.DocumentEditor extends AbstractVisualResource implements Serializable

Serialized Fields

horizontalSplit

JSplitPane horizontalSplit

topSplit

JSplitPane topSplit

bottomSplit

JSplitPane bottomSplit

topBar

JToolBar topBar

document

Document document

centralViews

List centralViews
A list of DocumentView objects of type DocumentView.CENTRAL


verticalViews

List verticalViews
A list of DocumentView objects of type DocumentView.VERTICAL


horizontalViews

List horizontalViews
A list of DocumentView objects of type DocumentView.HORIZONTAL


centralViewIdx

int centralViewIdx
The index in DocumentEditor.centralViews of the currently active central view. -1 if none is active.


rightViewIdx

int rightViewIdx
The index in DocumentEditor.verticalViews of the currently active right view. -1 if none is active.


topViewIdx

int topViewIdx
The index in DocumentEditor.horizontalViews of the currently active top view. -1 if none is active.


bottomViewIdx

int bottomViewIdx
The index in DocumentEditor.horizontalViews of the currently active bottom view. -1 if none is active.


viewsInited

boolean viewsInited

Class gate.gui.docview.DocumentEditor.ViewButton extends JToggleButton implements Serializable

Serialized Fields

view

DocumentView view

Class gate.gui.docview.TextualDocumentView extends AbstractDocumentView implements Serializable

Serialized Fields

scroller

JScrollPane scroller

annotationListView

AnnotationListView annotationListView

gateDocListener

gate.gui.docview.TextualDocumentView.GateDocumentListener gateDocListener

blinkingTagsForAnnotations

Map blinkingTagsForAnnotations
The annotations used for blinking highlights and their tags. A map from Annotation ID to tag(i.e. Object).


blinker

Timer blinker

textView

JEditorPane textView

Class gate.gui.docview.TextualDocumentView.BlinkAction extends AbstractAction implements Serializable

Serialized Fields

highlightsShown

boolean highlightsShown

Package gate.gui.jape

Class gate.gui.jape.JapeViewer extends AbstractVisualResource implements Serializable

Serialized Fields

textArea

JTextArea textArea
The text display.


textScroll

JScrollPane textScroll
Scroller used for the text diaplay


toolbar

JToolBar toolbar
The toolbar displayed on the top part of the component


editable

boolean editable
Should this component bahave as an editor as well as an viewer


saveButton

JButton saveButton
A Button for saving the contents in a Jape file


revertButton

JButton revertButton
A Button for reverting contents


japeFileURL

URL japeFileURL
A field that holds the jape file name


japeFileContents

String japeFileContents
a field that holds the jape file contents


transducer

Transducer transducer
Transducer


Package gate.gui.lexicon

Class gate.gui.lexicon.ChooseSynsetPanel extends JPanel implements Serializable

Serialized Fields

lexKB

LexicalKnowledgeBase lexKB

gridLayout1

GridLayout gridLayout1

mainBox

Box mainBox

leftBox

Box leftBox

rightBox

Box rightBox

definitionTextLabel

JLabel definitionTextLabel

definitionTextArea

JTextArea definitionTextArea

POSTextLabel

JLabel POSTextLabel

posComboBox

JComboBox posComboBox

SynsetTextLabel

JLabel SynsetTextLabel

synsetScrollPane

JScrollPane synsetScrollPane

synsetList

JList synsetList

synsetListModel

DefaultListModel synsetListModel

addSynsetButton

JButton addSynsetButton

addSynsetAction

Action addSynsetAction
An action that adds a new synset to the lexicon


removeSynsetButton

JButton removeSynsetButton

removeSynsetAction

Action removeSynsetAction
An action that removes a synset from the lexicon


isEditable

boolean isEditable

Class gate.gui.lexicon.ChooseSynsetPanel.AddSynsetAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.ChooseSynsetPanel.RemoveSynsetAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.NLGLexiconVR extends AbstractVisualResource implements Serializable

Serialized Fields

lexKB

MutableLexicalKnowledgeBase lexKB

gridLayout1

GridLayout gridLayout1

mainBox

Box mainBox

leftBox

Box leftBox

rightBox

Box rightBox

buttonBox

Box buttonBox

lemmaTextLabel

JLabel lemmaTextLabel

lemmaTextField

JTextField lemmaTextField

SynsetTextLabel

JLabel SynsetTextLabel

synsetScrollPane

JScrollPane synsetScrollPane

definitionTextLabel

JLabel definitionTextLabel

definitionTextArea

JTextArea definitionTextArea

synsetEntriesList

JList synsetEntriesList

synsetListModel

DefaultListModel synsetListModel

POSTextLabel

JLabel POSTextLabel

posString

JTextField posString

sensesTextLabel

JLabel sensesTextLabel

sensesScrollPane

JScrollPane sensesScrollPane

sensesList

JList sensesList

sensesListModel

DefaultListModel sensesListModel

addSenseButton

JButton addSenseButton

addSenseAction

Action addSenseAction
An action that adds a new sense to the lexicon


removeSenseButton

JButton removeSenseButton

removeSenseAction

Action removeSenseAction
An action that removes a sense from the lexicon


lookupButton

JButton lookupButton

lookupLemmaAction

Action lookupLemmaAction
An action that looks up a lemma in the lexicon


addWordButton

JButton addWordButton

addWordAction

Action addWordAction
An action that adds a new word to the lexicon

Class gate.gui.lexicon.NLGLexiconVR.AddSenseAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.NLGLexiconVR.AddWordAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.NLGLexiconVR.LookupLemmaAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.NLGLexiconVR.RemoveSenseAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.OntoLexEditorVR extends AbstractVisualResource implements Serializable

Serialized Fields

ontoEditor

JTree ontoEditor

ontoModel

OntoTreeModel ontoModel

synsetEditor

ChooseSynsetPanel synsetEditor

ontoLex

OntoLexLR ontoLex

theOntology

Taxonomy theOntology

gridLayout1

GridLayout gridLayout1

mainBox

JSplitPane mainBox

leftBox

Box leftBox

rightBox

Box rightBox

chooseSynsetPanel

ChooseSynsetPanel chooseSynsetPanel

synsetScroller

JScrollPane synsetScroller

selectedSynset

LexKBSynset selectedSynset

addMappingButton

JButton addMappingButton

removeMappingButton

JButton removeMappingButton

Class gate.gui.lexicon.OntoLexEditorVR.AddMappingAction extends AbstractAction implements Serializable

Class gate.gui.lexicon.OntoLexEditorVR.KnowledgeBaseTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Class gate.gui.lexicon.OntoLexEditorVR.RemoveMappingAction extends AbstractAction implements Serializable


Package gate.gui.wordnet

Class gate.gui.wordnet.WordNetViewer extends AbstractVisualResource implements Serializable

Serialized Fields

searchLabel

JLabel searchLabel

searchWordTextField

JTextField searchWordTextField

searchButton

JButton searchButton

resultPane

JTextPane resultPane

searchLabel2

JLabel searchLabel2

nounButton

JButton nounButton

verbButton

JButton verbButton

adjectiveButton

JButton adjectiveButton

adverbButton

JButton adverbButton

scrollPane

JScrollPane scrollPane

gridBagLayout1

GridBagLayout gridBagLayout1

nounPopup

JPopupMenu nounPopup

verbPopup

JPopupMenu verbPopup

adjectivePopup

JPopupMenu adjectivePopup

adverbPopup

JPopupMenu adverbPopup

wnMain

WordNet wnMain

sentenceFrames

boolean sentenceFrames

Package gate.jape

Class gate.jape.BasicPatternElement extends PatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.Batch extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

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


enableDebugging

boolean enableDebugging

Class gate.jape.ComplexPatternElement extends PatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.Constraint extends Object implements Serializable

Serialized Fields

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.

Class gate.jape.ConstraintGroup extends PatternElement implements Serializable

Serialized Fields

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.

Class gate.jape.JapeException extends GateException implements Serializable

Class gate.jape.JdmAttribute extends Object implements Serializable

Serialized Fields

name

String name

value

Object value

Class gate.jape.JdmException extends GateException implements Serializable

Class gate.jape.LeftHandSide extends Object implements Serializable

Serialized Fields

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.

Class gate.jape.MultiPhaseTransducer extends Transducer implements Serializable

Serialized Fields

phases

ArrayList phases
The SinglePhaseTransducers that make up this one. Keyed by their phase names.

Class gate.jape.MutableInteger extends Object implements Serializable

Serialized Fields

value

int value

Class gate.jape.PatternElement extends Object implements Serializable

Serialized Fields

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.

Class gate.jape.PrioritisedRuleList extends ArrayList implements Serializable

Class gate.jape.RightHandSide extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

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

Class gate.jape.Rule extends Transducer implements Serializable

Serialized Fields

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.

Class gate.jape.SinglePhaseTransducer extends Transducer implements Serializable

Serialized Fields

phaseController

PhaseController phaseController

rulesTrace

TraceContainer rulesTrace

currRuleTrace

RuleTrace currRuleTrace

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.

Class gate.jape.Transducer extends Object implements Serializable

Serialized Fields

name

String name
Name of this transducer.


ontology

Ontology ontology

interrupted

boolean interrupted

debugMode

boolean debugMode
Switch used to enable printing debug messages


matchGroupMode

boolean matchGroupMode
Switch used to enable multiple LHS matching in case of pattern coverage over one and same span with different annotation groups


baseURL

URL baseURL

enableDebugging

boolean enableDebugging
Switch used to activate the JAPE debugger


Package gate.jape.parser

Class gate.jape.parser.ParseCpsl extends Object implements Serializable

Serialized Fields

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

SimpleCharStream 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_2_rtns

gate.jape.parser.ParseCpsl.JJCalls[] jj_2_rtns

jj_rescan

boolean jj_rescan

jj_gc

int jj_gc

jj_ls

gate.jape.parser.ParseCpsl.LookaheadSuccess jj_ls

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

Class gate.jape.parser.ParseException extends Exception implements Serializable

Serialized Fields

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.

Class gate.jape.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package gate.lexicon

Class gate.lexicon.MutableLexicalKnowledgeBaseImpl extends AbstractLanguageResource implements Serializable

serialVersionUID: -2543190013851016324L

Serialized Fields

version

String version

synsets

List synsets

words

HashMap words

posTypes

List posTypes

lexId

Object lexId

Class gate.lexicon.MutableLexKBSynsetImpl extends Object implements Serializable

serialVersionUID: 7483532901922245459L

Serialized Fields

POS

Object POS

definition

String definition

id

Long id

senses

List senses

Class gate.lexicon.MutableLexKBWordSenseImpl extends Object implements Serializable

serialVersionUID: -7352179163930511415L

Serialized Fields

senseWord

Word senseWord

senseSynset

MutableLexKBSynset senseSynset

senseNumber

int senseNumber

orderInSynset

int orderInSynset

Class gate.lexicon.MutableWordImpl extends Object implements Serializable

serialVersionUID: -2448794632943663270L

Serialized Fields

lemma

String lemma

senseList

List senseList

Class gate.lexicon.NLGLexiconImpl extends MutableLexicalKnowledgeBaseImpl implements Serializable

serialVersionUID: -2543190013851016324L

Class gate.lexicon.NLGLexWordImpl extends MutableWordImpl implements Serializable

serialVersionUID: -3076810814718212187L

Class gate.lexicon.NLGLexWordSenseImpl extends MutableLexKBWordSenseImpl implements Serializable

serialVersionUID: -1049615572642010565L

Serialized Fields

extraLexInfo

HashMap extraLexInfo

Class gate.lexicon.OntoLexKBImpl extends AbstractLanguageResource implements Serializable

serialVersionUID: -6008345192731330593L

Serialized Fields

lexIdMap

HashMap lexIdMap

conceptIdMap

HashMap conceptIdMap

lexKBIndentifier

Object lexKBIndentifier

ontologyIdentifier

Object ontologyIdentifier

Class gate.lexicon.TestNLGLexiconPR extends AbstractProcessingResource implements Serializable

Serialized Fields

lexicon

NLGLexicon lexicon

printOnly

boolean printOnly

Package gate.persist

Class gate.persist.JDBCDataStore extends AbstractFeatureBearer implements Serializable

Serialized Fields

dbURL

String dbURL
jdbc url for the database


dbSchema

String dbSchema

dbType

int dbType

datastoreComment

String datastoreComment

iconName

String iconName

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?

Class gate.persist.OracleDataStore extends JDBCDataStore implements Serializable

Class gate.persist.PersistenceException extends GateException implements Serializable

Serialized Fields

exception

Exception exception

Class gate.persist.PostgresDataStore extends JDBCDataStore implements Serializable

Class gate.persist.SerialDataStore extends AbstractFeatureBearer implements Serializable

Serialized Fields

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: 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.


Package gate.security

Class gate.security.SecurityException extends GateException implements Serializable


Package gate.swing

Class gate.swing.JFontChooser extends JPanel implements Serializable

Serialized Fields

familyCombo

JComboBox familyCombo

italicChk

JCheckBox italicChk

boldChk

JCheckBox boldChk

sizeCombo

JComboBox sizeCombo

sampleTextArea

JTextArea sampleTextArea

fontValue

Font fontValue

Class gate.swing.JTreeTable extends XJTable implements Serializable

Serialized Fields

tree

gate.swing.JTreeTable.CustomJTree tree
The tree used to render the first column


treeTableModel

TreeTableModel treeTableModel
The model for this component

Class gate.swing.JTreeTable.TreeTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Class gate.swing.MenuLayoutTest extends JFrame implements Serializable

Class gate.swing.WaitDialog extends JWindow implements Serializable

Serialized Fields

centerBox

Box centerBox

stop

boolean stop

borderLayout1

BorderLayout borderLayout1

frame

Frame frame

picture

JLabel picture

icon

Icon icon

Class gate.swing.XJEditorPane extends JEditorPane implements Serializable

Serialized Fields

backUrls

LinkedList backUrls

forwardUrls

LinkedList forwardUrls

backAction

Action backAction

forwardAction

Action forwardAction

Class gate.swing.XJMenu extends JMenu implements Serializable

Class gate.swing.XJMenuItem extends JMenuItem implements Serializable

Serialized Fields

listener

StatusListener listener

description

String description

Class gate.swing.XJPopupMenu extends JPopupMenu implements Serializable

Class gate.swing.XJTabbedPane extends JTabbedPane implements Serializable

Class gate.swing.XJTable extends JTable implements Serializable

Serialized Fields

sortingModel

XJTable.SortingModel sortingModel

defaultComparator

ObjectComparator defaultComparator

sortedColumn

int sortedColumn
The column currently being sorted.


ascending

boolean ascending
is the current sort order ascending (or descending)?


sortable

boolean sortable
Should this table be sortable.


columnData

List columnData
A list of XJTable.ColumnData objects.

Class gate.swing.XJTable.SortingModel extends AbstractTableModel implements Serializable

Serialized Fields

sourceToTarget

int[] sourceToTarget
The direct index


targetToSource

int[] targetToSource
The reverse index.


sourceModel

TableModel sourceModel

Class gate.swing.XJTextPane extends JTextPane implements Serializable


Package gate.util

Class gate.util.AbstractFeatureBearer extends Object implements Serializable

serialVersionUID: -2962478253218344471L

Serialized Fields

features

FeatureMap features
The feature set

Class gate.util.AbstractNameBearer extends Object implements Serializable

serialVersionUID: -3745118855639865521L

Serialized Fields

name

String name

Class gate.util.DocumentFormatException extends GateException implements Serializable

Class gate.util.GateException extends Exception implements Serializable

Serialized Fields

e

Throwable e

Class gate.util.GateRuntimeException extends RuntimeException implements Serializable

Serialized Fields

throwable

Throwable throwable

Class gate.util.GateSaxException extends SAXException implements Serializable

Class gate.util.InvalidDatabaseException extends GateException implements Serializable

Class gate.util.InvalidOffsetException extends GateException implements Serializable

Class gate.util.LazyProgrammerException extends RuntimeException implements Serializable

Class gate.util.LuckyException extends RuntimeException implements Serializable

Class gate.util.MethodNotImplementedException extends GateRuntimeException implements Serializable

Class gate.util.NoSuchObjectException extends GateException implements Serializable

Class gate.util.OpenTransactionsException extends GateException implements Serializable

Class gate.util.OptionsMap extends HashMap implements Serializable

Class gate.util.OrderByRestriction extends Object implements Serializable

Serialized Fields

key

String key

operator_

int operator_

Class gate.util.Pair extends Object implements Serializable

serialVersionUID: 3690756099267025454L

Serialized Fields

first

Object first

second

Object second

Class gate.util.RawEditorKit extends StyledEditorKit implements Serializable

Class gate.util.RBTreeMap extends AbstractMap implements Serializable

serialVersionUID: -1454324265766936618L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the RBTreeMap instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

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).
Throws:
IOException
Serialized Fields

comparator

Comparator comparator
The Comparator used to maintain order in this RBTreeMap, or null if this RBTreeMap uses its elements natural ordering.

 

Class gate.util.Restriction extends Object implements Serializable

Serialized Fields

value

Object value

key

String key

operator_

int operator_

Class gate.util.Scratch.ContentPropertyReader extends Object implements Serializable

Class gate.util.SimpleArraySet extends Object implements Serializable

Serialized Fields

theArray

Object[] theArray
The array storing the elements

Class gate.util.SimpleFeatureMapImpl extends gate.util.SimpleMapImpl implements Serializable

serialVersionUID: -2747241616127229116L


Package gate.util.persistence

Class gate.util.persistence.AnalyserRunningStrategyPersistence extends Object implements Serializable

serialVersionUID: -8288186597177634360L

Serialized Fields

runMode

int runMode

featureName

String featureName

featureValue

String featureValue

pr

Serializable pr

Class gate.util.persistence.CollectionPersistence extends Object implements Serializable

serialVersionUID: 7908364068699089834L

Serialized Fields

localList

List localList

collectionType

Class collectionType

Class gate.util.persistence.ConditionalControllerPersistence extends ControllerPersistence implements Serializable

serialVersionUID: -746291109981304574L

Serialized Fields

strategiesList

Object strategiesList

Class gate.util.persistence.ControllerPersistence extends gate.util.persistence.ResourcePersistence implements Serializable

serialVersionUID: 727852357092819439L

Serialized Fields

prList

Object prList

Class gate.util.persistence.CorpusPersistence extends LRPersistence implements Serializable

serialVersionUID: 6181534551802883626L

Serialized Fields

docList

ArrayList docList

Class gate.util.persistence.DSPersistence extends Object implements Serializable

serialVersionUID: 5952924943977701708L

Serialized Fields

className

String className

storageUrlString

String storageUrlString

Class gate.util.persistence.JDBCDSPersistence extends DSPersistence implements Serializable

Serialized Fields

userName

String userName

userGroup

String userGroup

Class gate.util.persistence.LanguageAnalyserPersistence extends PRPersistence implements Serializable

serialVersionUID: -4632241679877556163L

Serialized Fields

corpus

Object corpus

document

Object document

Class gate.util.persistence.LRPersistence extends gate.util.persistence.ResourcePersistence implements Serializable

serialVersionUID: 3541034274225534363L

Serialized Fields

dsData

Serializable dsData

persistenceID

Object persistenceID

Class gate.util.persistence.MapPersistence extends Object implements Serializable

serialVersionUID: 1835776085941379996L

Serialized Fields

mapType

Class mapType

localMap

HashMap localMap

Class gate.util.persistence.PersistenceManager.NotComparableException extends RuntimeException implements Serializable

Class gate.util.persistence.PersistenceManager.SlashDevSlashNull extends Object implements Serializable

serialVersionUID: -8665414981783519937L

Class gate.util.persistence.PersistenceManager.URLHolder extends Object implements Serializable

serialVersionUID: 7943459208429026229L

Serialized Fields

urlString

String urlString

Class gate.util.persistence.PRPersistence extends gate.util.persistence.ResourcePersistence implements Serializable

serialVersionUID: 2031381604712340552L

Serialized Fields

runtimeParams

Object runtimeParams

Class gate.util.persistence.SerialAnalyserControllerPersistence extends ControllerPersistence implements Serializable

serialVersionUID: -4116973147963269225L

Serialized Fields

corpus

Object corpus

Package gate.util.web

Class gate.util.web.WebCrimeReportAnalyser.SortedAnnotationList extends Vector implements Serializable


Package gate.wordnet

Class gate.wordnet.IndexFileWordNetImpl extends AbstractLanguageResource implements Serializable

Serialized Fields

wnDictionary

net.didion.jwnl.dictionary.Dictionary wnDictionary
JWNL dictionary


propertyUrl

URL propertyUrl
JWNL property file

Class gate.wordnet.WordNetException extends GateException implements Serializable


Package guk

Class guk.Editor extends JFrame implements Serializable

Serialized Fields

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?

Class guk.Editor_AboutBox extends JDialog implements Serializable

Serialized Fields

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

Package guk.im

Class guk.im.KeyboardMap.KeyGUI extends JPanel implements Serializable

Serialized Fields

leftBox

Box leftBox

leftUpLabel

JLabel leftUpLabel

leftDownLabel

JLabel leftDownLabel

centerLabel

Component centerLabel

low

char low

up

char up

normalBorder

Border normalBorder

highlightedBorder

Border highlightedBorder

Package hepple.postag

Class hepple.postag.InvalidRuleException extends Exception implements Serializable


GATE
Version 3.1-2270