- cacheArtifact(Artifact) - Method in class gate.util.maven.SimpleMavenCache
-
- calculate(Object) - Method in interface gate.util.reporting.BenchmarkReportable
-
Does the report specific calculations.
- calculate(Object) - Method in class gate.util.reporting.DocTimeReporter
-
Calculates the total of the time taken by processing element at each leaf
level.
- calculate(Object) - Method in class gate.util.reporting.PRTimeReporter
-
Calculates the sub totals at each level.
- calculateAvgTotal() - Method in class gate.util.CorpusBenchmarkTool
-
- calculateBdm(Collection<AnnotationDiffer>) - Method in class gate.util.OntologyMeasures
-
For a document get the annotation differs that contain the type to compare
and the annotation differs that may have miscategorized annotations
for this type.
- calculateConfusionMatrix(AnnotationSet, AnnotationSet, String, String, boolean) - Method in class gate.util.ClassificationMeasures
-
Create a confusion matrix in which annotations of identical span
bearing the specified feature name are compared in terms of feature value.
- calculateDefaultValue() - Method in class gate.creole.Parameter
-
Calculate and return the default value for this parameter
- calculateDiff(Collection<Annotation>, Collection<Annotation>) - Method in class gate.util.AnnotationDiffer
-
Computes a diff between two collections of annotations.
- calculatePreferredSize() - Method in class gate.swing.XJTable
-
- calculateValueFromString(String) - Method in class gate.creole.Parameter
-
Calculate and return the value for this parameter starting from a String
- call() - Method in class gate.creole.RealtimeCorpusController.DocRunner
-
- call(String, Resource, Object...) - Method in class gate.gui.ResourceHelper
-
Allows for the calling of methods defined within ResourceHelper instances
which aren't part of the core API and so which can only be called via
reflection.
- CAMBODIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "km"
- cancelAction() - Method in interface gate.creole.AnnotationVisualResource
-
Called by the GUI when the user has pressed the "Cancel" button.
- cancelAction() - Method in class gate.gui.docview.AnnotationEditor
-
Does nothing, as this editor does not support cancelling and rollbacks.
- CancelAction() - Constructor for class gate.gui.OptionsDialog.CancelAction
-
- cancelButton - Variable in class gate.gui.OkCancelDialog
-
- cancelButton - Variable in class gate.gui.OptionsDialog
-
The Cancel button for the dialog.
- cancelCellEditing() - Method in class gate.gui.AlternatingTableCellEditor
-
- canDisplayAnnotationType(String) - Method in interface gate.creole.AnnotationVisualResource
-
Checks whether this viewer/editor can handle a specific annotation type.
- canDisplayAnnotationType(String) - Method in class gate.gui.docview.AnnotationEditor
-
Returns true always as this editor is generic and can edit any
annotation type.
- canReadLR(Object) - Method in interface gate.DataStore
-
Checks if the user (identified by the sessionID)
has read access to the LR
- canReadLR(Object) - Method in class gate.persist.SerialDataStore
-
Checks if the user (identified by the sessionID)
has read access to the LR
- canWriteLR(Object) - Method in interface gate.DataStore
-
Checks if the user (identified by the sessionID)
has write access to the LR
- canWriteLR(Object) - Method in class gate.persist.SerialDataStore
-
Checks if the user (identified by the sessionID)
has write access to the LR
- CARDINALITY - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#cardinality
- CARDINALITY_RESTRICTION - Static variable in interface gate.creole.ontology.OConstants
-
specifies that the value of y in the x rdf:type is owl:restriction and that is ia cardinality restriction
- CARDINALITY_RESTRICTION_ADDED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the event when a new cardinality_restriction is added
- CardinalityRestriction - Interface in gate.creole.ontology
-
A CardinalityRestriction
- CATALAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ca"
- cbuffer - Variable in class gate.creole.BootStrap
-
a buffer in order to read an array of char
- CENTRAL - Static variable in interface gate.gui.docview.DocumentView
-
Constant for the CENTRAL type of the view inside the document editor.
- centralViewIdx - Variable in class gate.gui.docview.DocumentEditor
-
- centralViews - Variable in class gate.gui.docview.DocumentEditor
-
- CHAIN_NODE - Static variable in class gate.gui.docview.CorefEditor.CorefTreeNode
-
- ChainedProxySelector - Class in gate.util.maven
-
Simple Aether ProxySelector implementation that tries a series of selectors
in turn and returns the first non-null response, or null if all selectors in
the chain return null.
- ChainedProxySelector() - Constructor for class gate.util.maven.ChainedProxySelector
-
- ChainToolTipAction() - Constructor for class gate.gui.docview.CorefEditor.ChainToolTipAction
-
- ChangeColourAction() - Constructor for class gate.gui.docview.AnnotationSetsView.TypeHandler.ChangeColourAction
-
- changedDocs - Variable in class gate.corpora.SerialCorpusImpl
-
- changedUpdate(DocumentEvent) - Method in class gate.gui.docview.TextualDocumentView.SwingDocumentListener
-
- changedUpdate(DocumentEvent) - Method in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- changeKeyValue(String, Map<String, String>) - Method in class gate.creole.BootStrap
-
Determines all the keys from the map "names" in the text and replaces them
with their values
- changeMessage() - Method in class gate.gui.CorpusEditor
-
- changeOrientation(ComponentOrientation) - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
Changes the orientation of components
- changeOrientation(ComponentOrientation) - Method in class gate.gui.docview.AnnotationEditor
-
- changeOrientation(ComponentOrientation) - Method in class gate.gui.docview.AnnotationSetsView
-
changes the orientation of the annotation editor component only
- changeOrientation(ComponentOrientation) - Method in class gate.gui.docview.TextualDocumentView
-
Set the text orientation in the document.
- changeSelection(int, int, boolean, boolean) - Method in class gate.swing.XJTable
-
- characters(char[], int, int) - Method in class gate.config.ConfigXmlHandler
-
Called when the SAX parser encounts text (PCDATA) in the XML doc
- characters(char[], int, int) - Method in class gate.creole.CreoleXmlHandler
-
Called when the SAX parser encounts text (PCDATA) in the XML doc
- characters(XMLString, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
Called when the parser encounters character or CDATA content.
- characters(char[], int, int) - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts text in the XML doc.
- characters(char[], int, int) - Method in class gate.xml.XmlPositionCorrectionHandler
-
Here is the correction of the Xerces parser bug.
- charactersAction(char[], int, int) - Method in class gate.config.ConfigXmlHandler
-
This method is called when all characters between specific tags have been read completely
- charactersAction(char[], int, int) - Method in class gate.creole.CreoleXmlHandler
-
This method is called when all characters between specific tags have been read completely
- charactersAction() - Method in class gate.html.NekoHtmlDocumentHandler
-
Called when all text between two tags has been processed.
- charactersAction(char[], int, int) - Method in class gate.xml.XmlDocumentHandler
-
This method is called when all characters between specific tags have been read completely
- CharStream - Interface in gate.creole.annic.apache.lucene.analysis.standard
-
This interface describes a character stream that maintains line and
column number positions of the characters.
- CheckBoxTableCellRenderer - Class in gate.swing
-
A TableCellRenderer for JCheckBox that disables the checkbox when the cell
isn't editable to make it clear that you can't click on it
- CheckBoxTableCellRenderer() - Constructor for class gate.swing.CheckBoxTableCellRenderer
-
- checkDuplicationContext(Factory.DuplicationContext) - Static method in class gate.Factory
-
Throws an exception if the specified duplication context is null or
not active.
- checkIndexParameters(Map<String, Object>) - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Checks the Index Parameters to see if they are all compatible
- checkLanguageAnalyser(ProcessingResource) - Method in class gate.creole.ConditionalSerialAnalyserController
-
Throw an exception if the given processing resource is not
a LanguageAnalyser.
- checkLanguageAnalyser(ProcessingResource) - Method in class gate.creole.SerialAnalyserController
-
Throw an exception if the given processing resource is not
a LanguageAnalyser.
- checkParameters() - Method in class gate.creole.SerialController
-
Verifies that all PRs have all their required rutime parameters set.
- checkParameterValues(Resource, List<List<Parameter>>) - Static method in class gate.creole.AbstractResource
-
Checks whether the provided
Resource
has values for all the
required parameters from the provided list of parameters.
- checkPoint(long, String, Object, Map<Object, Object>) - Static method in class gate.util.Benchmark
-
This method is responsible for making entries into the log.
- checkPoint(String, Object, Map<Object, Object>) - Static method in class gate.util.Benchmark
-
Logs the end of a process.
- checkPoint(String) - Method in class gate.util.profile.Profiler
-
To be called at all execution points of interest.
- checkPoint(String, String[], boolean, boolean, boolean) - Method in class gate.util.profile.Profiler
-
In addition to the variant of the method with two parameters allows:
a set of categories (identified by strings) to which the preceeding
fragment of code belongs; flag determining whether the description of
the execution point to be displayed; flag determining whether the
statistics to be shown
- checkPointWithDuration(long, String, Object, Map<Object, Object>) - Static method in class gate.util.Benchmark
-
This method is responsible for making entries into the log.
- CHINESE - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "zh"
- CIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- CIcon() - Constructor for class gate.resources.img.svg.CIcon
-
Creates a new transcoded SVG image.
- CIcon(boolean) - Constructor for class gate.resources.img.svg.CIcon
-
- CIcon(Dimension) - Constructor for class gate.resources.img.svg.CIcon
-
Creates a new transcoded SVG image with the given dimensions.
- CIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.CIcon
-
- CIcon(int, int) - Constructor for class gate.resources.img.svg.CIcon
-
- CIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.CIcon
-
- CJK - Static variable in interface gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- CLASS - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#Class
- CLASS - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#Class
- ClassComparator() - Constructor for class gate.util.persistence.PersistenceManager.ClassComparator
-
- CLASSIFICATION_MEASURES - Static variable in class gate.gui.CorpusQualityAssurance
-
- ClassificationMeasures - Class in gate.util
-
Given two annotation sets, a type and a feature,
compares the feature values.
- ClassificationMeasures() - Constructor for class gate.util.ClassificationMeasures
-
- ClassificationMeasures(Collection<ClassificationMeasures>) - Constructor for class gate.util.ClassificationMeasures
-
Given a list of ClassificationMeasures, this will combine to make
a megatable.
- className - Variable in class gate.creole.ResourceData
-
The class name of the resource
- className - Variable in class gate.util.persistence.DSPersistence
-
- cleanOntology() - Method in interface gate.creole.ontology.Ontology
-
This method removes the entire data from the ontology and emptys
it.
- cleanString(String) - Static method in class gate.Utils
-
Return a cleaned version of the input String.
- cleanStringFor(Document, SimpleAnnotation) - Static method in class gate.Utils
-
Return the cleaned document text as a String corresponding to the annotation.
- cleanStringFor(Document, Long, Long) - Static method in class gate.Utils
-
Return the cleaned document text between the provided offsets.
- cleanStringFor(Document, AnnotationSet) - Static method in class gate.Utils
-
Return the cleaned document text as a String covered by the given annotation set.
- cleanup() - Method in class gate.corpora.CorpusImpl
-
Construction
- cleanup() - Method in class gate.corpora.DocumentImpl
-
Clear all the data members of the object.
- cleanup() - Method in class gate.corpora.SerialCorpusImpl
-
Every LR that is a CreoleListener (and other Listeners too) must
override this method and make sure it removes itself from the
objects which it has been listening to.
- cleanup() - Method in class gate.creole.AbstractController
-
Clears the internal data of the resource, when it gets released *
- cleanup() - Method in class gate.creole.AbstractLanguageResource
-
Clear the internal state of the resource
- cleanup() - Method in class gate.creole.AbstractProcessingResource
-
should clear all internal data of the resource.
- cleanup() - Method in class gate.creole.AbstractResource
-
releases the memory allocated to this resource
- cleanup() - Method in class gate.creole.AbstractVisualResource
-
Does nothing now, but meant to clear all internal data
- cleanup() - Method in class gate.creole.ConditionalSerialController
-
Cleans the internal data and prepares this object to be collected
- cleanup() - Method in class gate.creole.RealtimeCorpusController
-
- cleanup() - Method in class gate.creole.SerialController
-
Cleans the internal data and prepares this object to be collected
- cleanup() - Method in class gate.gui.CorpusEditor
-
- cleanup() - Method in class gate.gui.CorpusQualityAssurance
-
- cleanup() - Method in class gate.gui.docview.AnnotationListView
-
- cleanup() - Method in class gate.gui.docview.AnnotationSetsView
-
- cleanup() - Method in class gate.gui.docview.AnnotationSetsView.SetHandler
-
- cleanup() - Method in class gate.gui.docview.AnnotationStackView
-
- cleanup() - Method in class gate.gui.docview.CorefEditor
-
This methods cleans up the memory by removing all listener registrations
- cleanup() - Method in class gate.gui.docview.DocumentEditor
-
- cleanup() - Method in class gate.gui.docview.TextualDocumentView
-
- cleanup() - Method in class gate.gui.FeaturesSchemaEditor
-
- cleanup() - Method in interface gate.gui.Handle
-
Called when this handle is not required any more.
- cleanup() - Method in class gate.gui.LuceneDataStoreSearchGUI
-
Called when the user close the datastore.
- cleanup() - Method in class gate.gui.NameBearerHandle
-
Releases the memory, removes the listeners, cleans up.
- cleanup() - Method in class gate.gui.ParameterDisjunction
-
- cleanup() - Method in class gate.gui.PRViewer
-
- cleanup() - Method in class gate.gui.ResourceHelper
-
- cleanup() - Method in class gate.gui.ResourceParametersEditor
-
Cleans the internal data and prepares this object to be collected
- cleanup() - Method in class gate.gui.SerialControllerEditor
-
Cleans the internal data and prepares this object to be collected
- cleanup() - Method in class gate.gui.SerialDatastoreViewer
-
- cleanup() - Method in interface gate.Resource
-
Clears the internal data of the resource, when it gets released
- cleanup() - Method in class gate.util.LanguageAnalyserDocumentProcessor
-
Clean up resources.
- clear() - Method in class gate.annotation.AnnotationSetImpl
-
- clear() - Method in class gate.annotation.ImmutableAnnotationSetImpl
-
- clear() - Method in class gate.corpora.CorpusImpl
-
- clear() - Method in class gate.corpora.SerialCorpusImpl
-
- clear(int) - Method in class gate.creole.annic.apache.lucene.util.BitVector
-
Sets the value of bit
to zero.
- clear() - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Removes all entries from the PriorityQueue.
- clear() - Method in class gate.creole.CreoleRegisterImpl
-
Overide HashMap's clear to update the list of LR types in the register, and
remove all resources and forgets all directories.
- clear() - Method in class gate.DataStoreRegister
-
Removes all of the elements from this set.
- clear() - Method in class gate.gui.SerialDatastoreViewer
-
- clear() - Method in class gate.relations.RelationSet
-
Empties the relation set
- clear() - Method in class gate.util.RBTreeMap
-
Removes all mappings from this RBTreeMap.
- clear() - Method in class gate.util.SimpleFeatureMapImpl
-
- clearAllAction - Variable in class gate.gui.LogArea
-
This fields defines the clear all behaviour
- ClearAllAction() - Constructor for class gate.gui.LogArea.ClearAllAction
-
- clearAllRows() - Method in class gate.gui.docview.AnnotationStack
-
Clear all rows in the stack.
- clearAllSelections() - Static method in class gate.gui.SerialControllerEditor
-
Forces all open controller editors to refresh the list of selected PRs.
- clearDocList() - Method in class gate.corpora.CorpusImpl
-
- ClearLogIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- ClearLogIcon() - Constructor for class gate.resources.img.svg.ClearLogIcon
-
Creates a new transcoded SVG image.
- ClearLogIcon(boolean) - Constructor for class gate.resources.img.svg.ClearLogIcon
-
- ClearLogIcon(Dimension) - Constructor for class gate.resources.img.svg.ClearLogIcon
-
Creates a new transcoded SVG image with the given dimensions.
- ClearLogIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.ClearLogIcon
-
- ClearLogIcon(int, int) - Constructor for class gate.resources.img.svg.ClearLogIcon
-
- ClearLogIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.ClearLogIcon
-
- ClearQueryAction() - Constructor for class gate.gui.LuceneDataStoreSearchGUI.ClearQueryAction
-
- clearSelection() - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionABModel
-
- clone() - Method in class gate.annotation.AnnotationSetImpl
-
- clone() - Method in class gate.creole.annic.apache.lucene.search.BooleanQuery
-
- clone() - Method in class gate.creole.annic.apache.lucene.search.Query
-
Returns a clone of this query.
- clone() - Method in class gate.creole.annic.apache.lucene.store.InputStream
-
Returns a clone of this stream.
- clone() - Method in class gate.util.Pair
-
- clone() - Method in class gate.util.RBTreeMap
-
Returns a shallow copy of this RBTreeMap instance.
- clone() - Method in class gate.util.SimpleFeatureMapImpl
-
- ClosableIterator<T> - Interface in gate.util
-
An iterator that should be closed as soon as it is not used anymore.
- close() - Method in class gate.creole.annic.apache.lucene.analysis.Tokenizer
-
By default, closes the input Reader.
- close() - Method in class gate.creole.annic.apache.lucene.analysis.TokenStream
-
Releases resources associated with this stream.
- close() - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- close() - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- close() - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Closes files associated with this index.
- close() - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Flushes all changes to an index and closes all associated files.
- close() - Method in class gate.creole.annic.apache.lucene.index.MultipleTermPositions
-
Describe close
method here.
- close() - Method in interface gate.creole.annic.apache.lucene.index.TermDocs
-
Frees associated resources.
- close() - Method in class gate.creole.annic.apache.lucene.index.TermEnum
-
Closes the enumeration to further activity, freeing resources.
- close() - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Note that the underlying IndexReader is not closed, if IndexSearcher was
constructed with IndexSearcher(IndexReader r).
- close() - Method in interface gate.creole.annic.apache.lucene.search.Searchable
-
Frees resources associated with this Searcher.
- close() - Method in class gate.creole.annic.apache.lucene.store.Directory
-
Closes the store.
- close() - Method in class gate.creole.annic.apache.lucene.store.FSDirectory
-
Closes the store to future operations.
- close() - Method in class gate.creole.annic.apache.lucene.store.InputStream
-
Closes the stream to futher operations.
- close() - Method in class gate.creole.annic.apache.lucene.store.OutputStream
-
Closes this stream to further operations.
- close() - Method in class gate.creole.annic.apache.lucene.store.RAMDirectory
-
Closes the store to future operations.
- close() - Method in class gate.creole.annic.apache.lucene.store.RAMOutputStream
-
- close() - Method in interface gate.creole.ontology.OntologyTupleQuery
-
Explicitly close the query and free its resources.
- close() - Method in interface gate.DataStore
-
Close the data store.
- close() - Method in class gate.persist.LuceneDataStoreImpl
-
Close the data store.
- close() - Method in class gate.persist.SerialDataStore
-
Close the data store.
- close() - Method in class gate.util.BomStrippingInputStreamReader
-
- close() - Method in interface gate.util.ClosableIterator
-
Close the iteratori and free all resources.
- CloseAction() - Constructor for class gate.gui.AnnotationDiffGUI.CloseAction
-
- ClosedIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- ClosedIcon() - Constructor for class gate.resources.img.svg.ClosedIcon
-
Creates a new transcoded SVG image.
- ClosedIcon(boolean) - Constructor for class gate.resources.img.svg.ClosedIcon
-
- ClosedIcon(Dimension) - Constructor for class gate.resources.img.svg.ClosedIcon
-
Creates a new transcoded SVG image with the given dimensions.
- ClosedIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.ClosedIcon
-
- ClosedIcon(int, int) - Constructor for class gate.resources.img.svg.ClosedIcon
-
- ClosedIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.ClosedIcon
-
- coextensive(Annotation) - Method in class gate.annotation.AnnotationImpl
-
Two Annotation are coextensive if their offsets are the
same.
- coextensive(Annotation) - Method in interface gate.Annotation
-
Two Annotation are coestensive if their offsets are the same.
- COL_COUNT - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_KEY_COPY - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_KEY_END - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_KEY_FEATURES - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_KEY_START - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_KEY_STRING - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_MATCH - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_RES_COPY - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_RES_END - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_RES_FEATURES - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_RES_START - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- COL_RES_STRING - Static variable in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- collator - Variable in class gate.gui.CorpusQualityAssurance
-
- collect(int, float) - Method in class gate.creole.annic.apache.lucene.search.HitCollector
-
Called once for every non-zero scoring document, with the document number
and its score.
- CollectionPersistence - Class in gate.util.persistence
-
- CollectionPersistence() - Constructor for class gate.util.persistence.CollectionPersistence
-
- CollectionSelectionDialog - Class in gate.gui
-
This class visually selects some items from a collection and returns
a collection with the items selected by the user.
- CollectionSelectionDialog(Frame, boolean) - Constructor for class gate.gui.CollectionSelectionDialog
-
Constructs an ColectionSelectionDialog
- CollectionSelectionDialog() - Constructor for class gate.gui.CollectionSelectionDialog
-
Constructs an ColectionSelectionDialog using null as a frame
and true as modal value for dialog
- collectionType - Variable in class gate.util.persistence.CollectionPersistence
-
- ColorGenerator - Class in gate.swing
-
This class is used to generate random colours that are evenly distributed in
the colours space.
- ColorGenerator() - Constructor for class gate.swing.ColorGenerator
-
Creates a new ColorGenerator
- colourGenerator - Static variable in class gate.gui.docview.AnnotationSetsView
-
- COLUMN_COUNT - Static variable in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- columnData - Variable in class gate.swing.XJTable
-
- ColumnData(int) - Constructor for class gate.swing.XJTable.ColumnData
-
- columnMarginChanged(ChangeEvent) - Method in class gate.swing.XJTable
-
Overridden to fix
//http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4330950:
- columnMoved(TableColumnModelEvent) - Method in class gate.swing.XJTable
-
Overridden to fix
//http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4330950:
- combine(Query[]) - Method in class gate.creole.annic.apache.lucene.search.Query
-
Expert: called when re-writing queries under MultiSearcher.
- combineContextAndRelative(URI, String, boolean) - Static method in class gate.util.persistence.PersistenceManager.URLHolder
-
- COMBINED_SET - Static variable in class gate.creole.annic.Constants
-
Contains the merged annotation set in combined sets.
- combinedNormalisation(String) - Static method in class gate.corpora.DocumentXmlUtils
-
Combines replaceCharsWithEntities and filterNonXmlChars in a single method
- COMMENT - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#comment
- comment - Variable in class gate.creole.ResourceData
-
The comment string
- comment(XMLString, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- comment(String) - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts a comment
It works only if the XmlDocumentHandler implements a
com.sun.parser.LexicalEventListener
- commit() - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Commit changes resulting from delete, undeleteAll, or setNorm operations
- COMMIT_LOCK_NAME - Static variable in class gate.creole.annic.apache.lucene.index.IndexWriter
-
- COMMIT_LOCK_TIMEOUT - Static variable in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Default value is 10000.
- commitTransaction() - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- compact() - Method in class gate.util.maven.SimpleMavenCache
-
- COMPANY - Static variable in interface gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- comparator() - Method in class gate.util.RBTreeMap
-
Returns the comparator used to order this map, or null if this
map uses its keys' natural order.
- compare(ScoreDoc, ScoreDoc) - Method in interface gate.creole.annic.apache.lucene.search.ScoreDocComparator
-
Compares two ScoreDoc objects and returns a result indicating their
sort order.
- compare(Object, Object) - Method in class gate.gui.ListEditorDialog.NaturalComparator
-
- compare(String, String) - Method in class gate.gui.teamware.InputOutputAnnotationSetsDialog.NaturalComparator
-
- compare(XJTable.SortingModel.ValueHolder, XJTable.SortingModel.ValueHolder) - Method in class gate.swing.XJTable.SortingModel.ValueHolderComparator
-
- compare(AnnotationDiffer.Pairing, AnnotationDiffer.Pairing) - Method in class gate.util.AnnotationDiffer.PairingOffsetComparator
-
Compares two choices based on start offset of key (or response
if key not present) and type if offsets are equal.
- compare(AnnotationDiffer.Pairing, AnnotationDiffer.Pairing) - Method in class gate.util.AnnotationDiffer.PairingScoreComparator
-
Compares two choices:
the better score is preferred;
for the same score the better type is preferred (exact matches are
preffered to partial ones).
- compare(NameBearer, NameBearer) - Method in class gate.util.NameComparator
-
- compare(Object, Object) - Method in class gate.util.ObjectComparator
-
Compares two objects.
- compare(Annotation, Annotation) - Method in class gate.util.OffsetComparator
-
- compare(Class<?>, Class<?>) - Method in class gate.util.persistence.PersistenceManager.ClassComparator
-
Compares two
Class
values in terms of specificity; the
more specific class is said to be "smaller" than the
more generic one hence the
Object
class is the
"largest" possible class.
- compare(String, String) - Method in class gate.util.VersionComparator
-
- compareAction - Variable in class gate.gui.CorpusQualityAssurance
-
- CompareAction() - Constructor for class gate.gui.CorpusQualityAssurance.CompareAction
-
- compareAnnotation() - Method in class gate.gui.CorpusQualityAssurance
-
- compareTo(Object) - Method in class gate.annotation.AnnotationImpl
-
Ordering
- compareTo(Node) - Method in class gate.annotation.NodeImpl
-
Ordering
- compareTo(Object) - Method in class gate.corpora.DocumentImpl
-
Ordering based on URL.toString() and the URL offsets (if any)
- compareTo(Object) - Method in class gate.creole.annic.apache.lucene.index.Term
-
- compareTo(Term) - Method in class gate.creole.annic.apache.lucene.index.Term
-
Compares two terms, returning an integer which is less than zero iff this
term belongs after the argument, equal zero iff this term is equal to the
argument, and greater than zero iff this term belongs after the argument.
- compareTo(ONodeID) - Method in interface gate.creole.ontology.ONodeID
-
- compareTo(ONodeID) - Method in class gate.creole.ontology.URI
-
Deprecated.
- compareTo(Object) - Method in interface gate.SimpleAnnotation
-
Ordering
- compareVersions(String, String) - Static method in class gate.util.VersionComparator
-
- compile(Map<String, String>, GateClassLoader) - Method in class gate.util.Javac
-
Compile a set of Java sources, and load the resulting classes into the GATE
class loader.
- COMPILER_TYPE_KEY - Static variable in interface gate.GateConstants
-
The key for the gate.xml option to specify a compiler type to use to build
the Java files compiled from JAPE grammars.
- COMPLEMENTOF - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#complementOf
- Component(Class<? extends Resource>) - Constructor for class gate.creole.Plugin.Component
-
- Component(Class<? extends Resource>, URL) - Constructor for class gate.creole.Plugin.Component
-
- componentHidden(ComponentEvent) - Method in class gate.gui.creole.manager.ProgressPanel
-
- componentMoved(ComponentEvent) - Method in class gate.gui.creole.manager.ProgressPanel
-
- componentResized(ComponentEvent) - Method in class gate.gui.creole.manager.ProgressPanel
-
- componentsFont - Variable in class gate.gui.OptionsDialog
-
The font to be used for GUI components; cached value for the one in the
user config map.
- componentShown(ComponentEvent) - Method in class gate.gui.creole.manager.ProgressPanel
-
- componentsKeys - Static variable in class gate.gui.OptionsDialog
-
- computeKappaPairwise() - Method in class gate.util.ClassificationMeasures
-
Compute Cohen's and Pi kappas for two annotators.
- compWrapper - Variable in class gate.swing.XJTable.SortingModel
-
- conditional_RunRBtn - Variable in class gate.gui.SerialControllerEditor
-
Button for conditional run.
- ConditionalController - Interface in gate.creole
-
A Conditional controller is a controller that keeps a running strategy for
each PR contained.
- ConditionalControllerPersistence - Class in gate.util.persistence
-
- ConditionalControllerPersistence() - Constructor for class gate.util.persistence.ConditionalControllerPersistence
-
- conditionalMode - Variable in class gate.gui.SerialControllerEditor
-
Is the controller displayed conditional?
- ConditionalSerialAnalyserController - Class in gate.creole
-
- ConditionalSerialAnalyserController() - Constructor for class gate.creole.ConditionalSerialAnalyserController
-
- ConditionalSerialAnalyserControllerPersistence - Class in gate.util.persistence
-
- ConditionalSerialAnalyserControllerPersistence() - Constructor for class gate.util.persistence.ConditionalSerialAnalyserControllerPersistence
-
- ConditionalSerialController - Class in gate.creole
-
Execute a list of PRs serially.
- ConditionalSerialController() - Constructor for class gate.creole.ConditionalSerialController
-
- ConfigDataProcessor - Class in gate.config
-
This class parses gate.xml configuration data files.
- ConfigDataProcessor() - Constructor for class gate.config.ConfigDataProcessor
-
Default constructor.
- configure(XStream) - Method in interface gate.util.persistence.XStreamSecurity
-
- configure(XStream) - Method in class gate.util.persistence.XStreamSecurity.MinimalBlacklist
-
- ConfigureStackViewAction() - Constructor for class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewAction
-
- ConfigureStackViewFrame(String) - Constructor for class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewFrame
-
- ConfigureStackViewTableModel() - Constructor for class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- configureXStreamSecurity(XStream) - Static method in class gate.Gate
-
- ConfigXmlHandler - Class in gate.config
-
This is a SAX handler for processing gate.xml
files.
- ConfigXmlHandler(URL) - Constructor for class gate.config.ConfigXmlHandler
-
Construction
- confusionTable - Variable in class gate.gui.CorpusQualityAssurance
-
- confusionTableModel - Variable in class gate.gui.CorpusQualityAssurance
-
- ConllDocumentFormat - Class in gate.corpora
-
Document format for handling CoNLL/IOB documents:
He PRP B-NP
accepted VBD B-VP
the DT B-NP
position NN I-NP
...
- ConllDocumentFormat() - Constructor for class gate.corpora.ConllDocumentFormat
-
Default construction
- consensusASTextField - Variable in class gate.gui.AnnotationDiffGUI
-
- Constants - Class in gate.creole.annic.apache.lucene.util
-
Some useful constants.
- Constants - Class in gate.creole.annic
-
Constants used by annic classes.
- Constants() - Constructor for class gate.creole.annic.Constants
-
- constructPersistenceId(String) - Method in class gate.persist.SerialDataStore
-
Create a persistent store Id from the name of a resource.
- consume() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
Removes all mutually exclusive OTHER choices possible from
the data structures.
- CONTAINER - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#Container
- CONTAINERMEMBERSHIPPROPERTY - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
- containingControllerName - Variable in class gate.util.persistence.AbstractPersistence
-
The name of the controller, if any, that contains this persistence.
- contains(Object) - Method in class gate.corpora.CorpusImpl
-
- contains(Object) - Method in class gate.corpora.SerialCorpusImpl
-
- contains(Object) - Method in class gate.relations.RelationSet
-
- containsAll(Collection<?>) - Method in class gate.corpora.CorpusImpl
-
- containsAll(Collection<?>) - Method in class gate.corpora.SerialCorpusImpl
-
- containsAll(Collection<?>) - Method in class gate.relations.RelationSet
-
- containsKey(Object) - Method in class gate.util.RBTreeMap
-
Returns true if this map contains a mapping for the specified
key.
- containsOClass(ONodeID) - Method in interface gate.creole.ontology.Ontology
-
Checks whether a class with the specified URI or blank node ID
exists in the ontology.
- containsOClass(OClass) - Method in interface gate.creole.ontology.Ontology
-
Checks whether the ontology contains this class.
- containsOInstance(OInstance) - Method in interface gate.creole.ontology.Ontology
-
Checks whether the provided Instance exists in the ontology.
- containsOInstance(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checks whether the provided URI refers to an Instance that exists
in the ontology.
- containsSemicolon(String) - Method in class gate.email.EmailDocumentHandler
-
This method checks if a String contains a semicolon char
- containsValue(Object) - Method in class gate.util.RBTreeMap
-
Returns true if this map maps one or more keys to the
specified value.
- containsWhiteSpaces(String) - Method in class gate.email.EmailDocumentHandler
-
This method checks if a String contains white spaces.
- content - Variable in class gate.corpora.DocumentImpl
-
The content of the document
- content - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
- CONTENT_EDITED - Static variable in class gate.event.DocumentEvent
-
Event type used to mark the editing of the document content
- contentEdited(DocumentEvent) - Method in interface gate.event.DocumentListener
-
Called when the content of the document has changed through an edit
operation.
- contentEdited(DocumentEvent) - Method in class gate.gui.docview.AnnotationSetsView
-
Called when the content of the document has changed through an edit
operation.
- contentEdited(DocumentEvent) - Method in class gate.gui.docview.CorefEditor
-
Called when the content of the document has changed through an edit
operation.
- contentEdited(DocumentEvent) - Method in class gate.gui.docview.RelationSetView
-
- contentEdited(DocumentEvent) - Method in class gate.gui.docview.TextualDocumentView.GateDocumentListener
-
- contentFor(SimpleDocument, SimpleAnnotation) - Static method in class gate.Utils
-
Return the DocumentContent corresponding to the annotation.
- contentFor(SimpleDocument, AnnotationSet) - Static method in class gate.Utils
-
Return the DocumentContent covered by the given annotation set.
- CONTEXT_WINDOW - Static variable in class gate.creole.annic.Constants
-
Name of the context_window parameter.
- Controller - Interface in gate
-
Models the execution of groups of ProcessingResources.
- controller - Variable in class gate.gui.SerialControllerEditor
-
The controller this editor edits
- ControllerAwarePR - Interface in gate.creole
-
This interface should be implemented by processing resources that
need to know when any containing controller starts and ends its
execution, for example to initialise internal data structures or to
do some aggregate processing of data gathered from a whole corpus.
- controllerCallbacksEnabled - Variable in class gate.creole.AbstractController
-
- ControllerEvent - Class in gate.event
-
Events fired by controllers.
- ControllerEvent(Object, int, ProcessingResource) - Constructor for class gate.event.ControllerEvent
-
- controllerExecutionAborted(Controller, Throwable) - Method in class gate.creole.ConditionalSerialAnalyserController
-
- controllerExecutionAborted(Controller, Throwable) - Method in interface gate.creole.ControllerAwarePR
-
Called by a controller containing this PR when the controller's
execution has been aborted by an exception thrown by one of the
contained PR's execute
methods, or by the controller
itself.
- controllerExecutionAborted(Controller, Throwable) - Method in class gate.creole.SerialAnalyserController
-
- controllerExecutionFinished(Controller) - Method in class gate.creole.ConditionalSerialAnalyserController
-
- controllerExecutionFinished(Controller) - Method in interface gate.creole.ControllerAwarePR
-
Called by a controller containing this PR when the controller's
execution has completed successfully.
- controllerExecutionFinished(Controller) - Method in class gate.creole.SerialAnalyserController
-
- controllerExecutionStarted(Controller) - Method in class gate.creole.ConditionalSerialAnalyserController
-
- controllerExecutionStarted(Controller) - Method in interface gate.creole.ControllerAwarePR
-
Called by a controller containing this PR when the controller
begins executing.
- controllerExecutionStarted(Controller) - Method in class gate.creole.SerialAnalyserController
-
- ControllerListener - Interface in gate.event
-
A listener for events generate by controllers.
- ControllerMetadataViewer - Class in gate.gui
-
This viewer displays metadata associated with a GATE Controller.
- ControllerMetadataViewer() - Constructor for class gate.gui.ControllerMetadataViewer
-
- ControllerPersistence - Class in gate.util.persistence
-
- ControllerPersistence() - Constructor for class gate.util.persistence.ControllerPersistence
-
- controllerTypes - Variable in class gate.creole.CreoleRegisterImpl
-
A list of the types of Controller in the register.
- convert() - Method in class gate.sgml.Sgml2Xml
-
This method is responsable with document conversion
- coord(int, int) - Method in class gate.creole.annic.apache.lucene.search.DefaultSimilarity
-
Implemented as overlap / maxOverlap
.
- coord(int, int) - Method in class gate.creole.annic.apache.lucene.search.Similarity
-
Computes a score factor based on the fraction of all query terms that a
document contains.
- copyAction - Variable in class gate.gui.LogArea
-
This fields defines the copy behaviour
- CopyAction() - Constructor for class gate.gui.LogArea.CopyAction
-
- copyResources(File) - Method in class gate.creole.Plugin
-
- copyResources(File) - Method in class gate.creole.Plugin.Maven
-
- copyToConsensusBtn - Variable in class gate.gui.AnnotationDiffGUI
-
- copyToTargetSetAction - Variable in class gate.gui.AnnotationDiffGUI
-
- CopyToTargetSetAction() - Constructor for class gate.gui.AnnotationDiffGUI.CopyToTargetSetAction
-
- CopyValueAction(int, int) - Constructor for class gate.gui.PRViewer.CopyValueAction
-
- COREF - Static variable in interface gate.relations.Relation
-
Relation type for co-reference relations.
- CorefEditor - Class in gate.gui.docview
-
Display a tree that contains the co-references type of the document,
highlight co-references in the document, allow creating
co-references from existing annotations, editing and deleting co-references.
- CorefEditor() - Constructor for class gate.gui.docview.CorefEditor
-
- CorefEditor.ChainToolTipAction - Class in gate.gui.docview
-
When user hovers over the chainnodes
- CorefEditor.CorefTreeCellRenderer - Class in gate.gui.docview
-
Cell renderer to add the checkbox in the tree
- CorefEditor.CorefTreeMouseListener - Class in gate.gui.docview
-
Action for mouseClick on the Tree
- CorefEditor.CorefTreeNode - Class in gate.gui.docview
-
- CorefEditor.NewCorefAction - Class in gate.gui.docview
-
When user hovers over the annotations which have been highlighted by
show button
- CorefEditor.TextPaneMouseListener - Class in gate.gui.docview
-
- CorefTreeCellRenderer() - Constructor for class gate.gui.docview.CorefEditor.CorefTreeCellRenderer
-
Constructor.
- CorefTreeMouseListener() - Constructor for class gate.gui.docview.CorefEditor.CorefTreeMouseListener
-
- CorefTreeNode(Object, boolean, int) - Constructor for class gate.gui.docview.CorefEditor.CorefTreeNode
-
- CorporaComboModel() - Constructor for class gate.gui.SerialControllerEditor.CorporaComboModel
-
- Corpus - Interface in gate
-
Corpora are lists of Document.
- corpus - Variable in class gate.creole.AbstractLanguageAnalyser
-
The corpus property for this analyser.
- corpus - Variable in class gate.creole.annic.lucene.LuceneIndexer
-
An corpus for indexing
- corpus - Variable in class gate.creole.ConditionalSerialAnalyserController
-
- corpus - Variable in class gate.creole.SerialAnalyserController
-
The corpus being processed by this controller.
- corpus - Variable in class gate.gui.CorpusEditor
-
- corpus - Variable in class gate.gui.CorpusQualityAssurance
-
- corpus - Variable in class gate.util.persistence.ConditionalSerialAnalyserControllerPersistence
-
- corpus - Variable in class gate.util.persistence.LanguageAnalyserPersistence
-
- corpus - Variable in class gate.util.persistence.SerialAnalyserControllerPersistence
-
- CORPUS_DOCLIST_PARAMETER_NAME - Static variable in interface gate.SimpleCorpus
-
- CORPUS_ID - Static variable in class gate.creole.annic.Constants
-
Name of the corpus_id parameter.
- CORPUS_INDEX_DEFINITION_FEATURE_KEY - Static variable in interface gate.GateConstants
-
The key for the feature keeping the IndexDefinition
- CORPUS_INDEX_FEATURE - Static variable in class gate.creole.annic.Constants
-
Name of the corpus_index_feature parameter.
- CORPUS_INDEX_FEATURE_VALUE - Static variable in class gate.creole.annic.Constants
-
default value for the corpus_index_feature
- CORPUS_INDEX_STATISTICS_FEATURE_KEY - Static variable in interface gate.GateConstants
-
The key for the feature keeping the IndexStatistics
- CORPUS_NAME_FEATURE - Static variable in class gate.util.Benchmark
-
corpus name feature
- CORPUS_NAME_PARAMETER_NAME - Static variable in interface gate.SimpleCorpus
-
- CORPUS_SIZE - Static variable in class gate.creole.annic.Constants
-
Name of the corpus_size parameter.
- CorpusAnnotationDiff - Class in gate.annotation
-
This class compare two annotation sets on annotation type given by the
AnnotationSchema object.
- CorpusAnnotationDiff() - Constructor for class gate.annotation.CorpusAnnotationDiff
-
Constructs a CorpusAnnotationDiff
- CorpusAnnotationDiff.AnnotationDiffCellRenderer - Class in gate.annotation
-
This class defines a Cell renderer for the AnnotationDiff table
- CorpusAnnotationDiff.AnnotationDiffTableModel - Class in gate.annotation
-
A custom table model used to render a table containing the two annotation
sets.
- CorpusAnnotationDiff.DiffSetElement - Class in gate.annotation
-
This class is used for internal purposes.
- CorpusBenchmarkIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- CorpusBenchmarkIcon() - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
Creates a new transcoded SVG image.
- CorpusBenchmarkIcon(boolean) - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
- CorpusBenchmarkIcon(Dimension) - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
Creates a new transcoded SVG image with the given dimensions.
- CorpusBenchmarkIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
- CorpusBenchmarkIcon(int, int) - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
- CorpusBenchmarkIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.CorpusBenchmarkIcon
-
- CorpusBenchmarkTool - Class in gate.util
-
- CorpusBenchmarkTool() - Constructor for class gate.util.CorpusBenchmarkTool
-
- corpusChanged - Variable in class gate.gui.CorpusQualityAssurance
-
- corpusCombo - Variable in class gate.gui.SerialControllerEditor
-
A combobox that allows selection of a corpus from the list of loaded
corpora.
- corpusComboModel - Variable in class gate.gui.SerialControllerEditor
-
- CorpusController - Interface in gate
-
Models the execution of groups of ProcessingResources on a given corpus.
- corpusControllerMode - Variable in class gate.gui.SerialControllerEditor
-
Is the controller displayed a CorpusController?
- CorpusEditor - Class in gate.gui
-
A simple viewer/editor for corpora.
- CorpusEditor() - Constructor for class gate.gui.CorpusEditor
-
- CorpusEvent - Class in gate.event
-
Models events fired by corpora when documents are added or removed.
- CorpusEvent(Corpus, Document, int, int) - Constructor for class gate.event.CorpusEvent
-
Creates a new CorpusEvent.
- CorpusEvent(Corpus, Document, int, Object, int) - Constructor for class gate.event.CorpusEvent
-
Creates a new CorpusEvent.
- CorpusExporter - Class in gate
-
A
DocumentExporter
that is also capable of exporting
a whole corpus to a single file.
- CorpusExporter(String, String, String) - Constructor for class gate.CorpusExporter
-
- corpusFiller - Variable in class gate.gui.NameBearerHandle
-
Component used to select the options for corpus populating
- CorpusFillerComponent - Class in gate.gui
-
A simple component that allows the user to select a directory and a list of
permitted extensions for populating a corpus
- CorpusFillerComponent() - Constructor for class gate.gui.CorpusFillerComponent
-
Creates a corpus filler component
- CorpusIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- CorpusIcon() - Constructor for class gate.resources.img.svg.CorpusIcon
-
Creates a new transcoded SVG image.
- CorpusIcon(boolean) - Constructor for class gate.resources.img.svg.CorpusIcon
-
- CorpusIcon(Dimension) - Constructor for class gate.resources.img.svg.CorpusIcon
-
Creates a new transcoded SVG image with the given dimensions.
- CorpusIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.CorpusIcon
-
- CorpusIcon(int, int) - Constructor for class gate.resources.img.svg.CorpusIcon
-
- CorpusIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.CorpusIcon
-
- CorpusImpl - Class in gate.corpora
-
Corpora are sets of Document.
- CorpusImpl() - Constructor for class gate.corpora.CorpusImpl
-
- CorpusImpl.VerboseList - Class in gate.corpora
-
A proxy list that stores the actual data in an internal list and
forwards all operations to that one but it also fires the
appropriate corpus events when necessary.
- CorpusListener - Interface in gate.event
-
A listener for events fired by
Corpus
- corpusListeners - Variable in class gate.corpora.SerialCorpusImpl
-
- CorpusPersistence - Class in gate.util.persistence
-
- CorpusPersistence() - Constructor for class gate.util.persistence.CorpusPersistence
-
- CorpusQualityAssurance - Class in gate.gui
-
Quality assurance corpus view.
- CorpusQualityAssurance() - Constructor for class gate.gui.CorpusQualityAssurance
-
- CorpusQualityAssurance.CompareAction - Class in gate.gui
-
Update document table.
- CorpusQualityAssurance.ExportToHtmlAction - Class in gate.gui
-
- CorpusQualityAssurance.ExtendedListModel - Class in gate.gui
-
- CorpusQualityAssurance.HelpAction - Class in gate.gui
-
- CorpusQualityAssurance.SetBdmFileAction - Class in gate.gui
-
- CorpusQualityAssurance.ToggleSelectionABModel - Class in gate.gui
-
Add a suffix A and B for the first and second selected item.
- CorpusQualityAssurance.ToggleSelectionModel - Class in gate.gui
-
- CorpusTransIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- CorpusTransIcon() - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
Creates a new transcoded SVG image.
- CorpusTransIcon(boolean) - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
- CorpusTransIcon(Dimension) - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
Creates a new transcoded SVG image with the given dimensions.
- CorpusTransIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
- CorpusTransIcon(int, int) - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
- CorpusTransIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.CorpusTransIcon
-
- CORRECT_TYPE - Static variable in class gate.annotation.CorpusAnnotationDiff
-
A correct type when all annotation are corect represented by Green color
- CORRECT_TYPE - Static variable in class gate.util.AnnotationDiffer
-
Type for correct pairings (when the key and response match completely)
- correctAnnotations - Variable in class gate.util.AnnotationDiffer
-
- correctInformation(long, long, long) - Method in class gate.corpora.RepositioningInfo
-
Correct the RepositioningInfo structure for shrink/expand changes.
- correctInformationOriginalMove(long, long) - Method in class gate.corpora.RepositioningInfo
-
Correct the original position information in the records.
- correctLbl - Variable in class gate.gui.AnnotationDiffGUI
-
- correctMatches - Variable in class gate.util.AnnotationDiffer
-
The number of correct matches.
- CORSICAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "co"
- count() - Method in class gate.creole.annic.apache.lucene.util.BitVector
-
Returns the total number of one bits in this vector.
- countWords(Document) - Method in class gate.util.CorpusBenchmarkTool
-
Count all Token.kind=word annotations in the document
- create() - Method in interface gate.DataStore
-
Create a new data store.
- create() - Method in class gate.persist.SerialDataStore
-
Create a new data store.
- CREATE_TOKENS_AUTOMATICALLY - Static variable in class gate.creole.annic.Constants
-
create tokens automatically parameter name
- createAndAddFeatureSchemaObject(Element, Namespace) - Method in class gate.creole.AnnotationSchema
-
This method creates and adds a FeatureSchema object to the current
AnnotationSchema one.
- createAnnotationEditor(TextualDocumentView, AnnotationSetsView) - Method in class gate.gui.docview.AnnotationSetsView
-
Create the annotation editor (responsible for creating the window
used to edit individual annotations).
- createAnnotationInSet(AnnotationSet, Integer, Node, Node, String, FeatureMap) - Method in interface gate.annotation.AnnotationFactory
-
Adds a new AnnotationImpl to the given set.
- createAnnotationInSet(AnnotationSet, Integer, Node, Node, String, FeatureMap) - Method in class gate.annotation.DefaultAnnotationFactory
-
- createBenchmarkId(String, String) - Static method in class gate.util.Benchmark
-
Helper method to generate the benchmark ID.
- createBooleanQuery(String, OConstants.QueryLanguage) - Method in interface gate.creole.ontology.Ontology
-
This method creates a OntologyBooleanQuery object and passes on the
specified query string and the specified query language.
- createDataStore(String, String) - Static method in class gate.Factory
-
Create a new DataStore and open it.
- createDocuments(String, Document, String, List<String>, List<String>, List<String>, List<String>, String, String, Boolean, String) - Method in class gate.creole.annic.lucene.LuceneDocument
-
Given an instance of Gate Document, it converts it into the format that
lucene can understand and can store in its indexes.
- createFile(String) - Method in class gate.creole.annic.apache.lucene.store.Directory
-
Creates a new, empty file in the directory with the given name.
- createFile(String) - Method in class gate.creole.annic.apache.lucene.store.FSDirectory
-
Creates a new, empty file in the directory with the given name.
- createFile(String) - Method in class gate.creole.annic.apache.lucene.store.RAMDirectory
-
Creates a new, empty file in the directory with the given name.
- createHint() - Method in class gate.util.ant.packager.PackageGappTask
-
Create and add the representation for a nested <hint from="X"
to="Y" /> element.
- createImmutableAnnotationSet(Document, Collection<Annotation>) - Static method in class gate.Factory
-
Utility method to create an immutable annotation set.
- createIndex(Map<String, Object>) - Method in interface gate.creole.annic.Indexer
-
Create a Index
- createIndex(Map<String, Object>) - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Creates index directory and indexing all documents in the corpus.
- createIndex() - Method in interface gate.creole.ir.IndexManager
-
Creates index directory and indexing all
documents in the corpus.
- CreateIndexGUI - Class in gate.gui
-
Provides a gui for creating a IR index on a corpus.
- CreateIndexGUI() - Constructor for class gate.gui.CreateIndexGUI
-
- CreateIndexGUI.EditFeatureListAction - Class in gate.gui
-
- CreateIndexGUI.SelectDirAction - Class in gate.gui
-
- createListener(String...) - Method in class gate.gui.docview.AnnotationStack.StackMouseListener
-
There is 3 cases for the parameters of createListener:
first line of text -> createListener(word)
first column, header -> createListener(type),
createListener(type, feature)
annotation -> createListener(set, type, annotationId),
createListener(set, type, feature, value, annotationId)
- createListener(String...) - Method in class gate.gui.docview.AnnotationStackView.HeaderMouseListener
-
- createListener(String...) - Method in class gate.gui.LuceneDataStoreSearchGUI.AnnotationMouseListener
-
- createListener(String...) - Method in class gate.gui.LuceneDataStoreSearchGUI.HeaderMouseListener
-
- createListener(String...) - Method in class gate.gui.LuceneDataStoreSearchGUI.TextMouseListener
-
- createNames(String, String, String, String, String) - Method in class gate.creole.BootStrap
-
create the map with variants of the names...
- createObject() - Method in class gate.util.persistence.AnalyserRunningStrategyPersistence
-
- createObject() - Method in class gate.util.persistence.CollectionPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.ConditionalControllerPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.ConditionalSerialAnalyserControllerPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.ControllerPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.CorpusPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.DSPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.LanguageAnalyserPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.LRPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.MapPersistence
-
Creates a new object from the data contained.
- createObject() - Method in interface gate.util.persistence.Persistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.PersistenceManager.RRPersistence
-
- createObject() - Method in class gate.util.persistence.PersistenceManager.SlashDevSlashNull
-
Returns null
- createObject() - Method in class gate.util.persistence.PersistenceManager.URLHolder
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.PRPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.SerialAnalyserControllerPersistence
-
Creates a new object from the data contained.
- createObject() - Method in class gate.util.persistence.UnconditionalRunningStrategyPersistence
-
- createOURI(String) - Method in interface gate.creole.ontology.Ontology
-
Create an ORUI object from the given URI string.
- createOURIForName(String) - Method in interface gate.creole.ontology.Ontology
-
Create an OURI from the given resource name, using the ontology base URI
(default name space).
- createOutputFactory() - Method in class gate.util.xml.XML11StaxDriver
-
- createResource(String, String, String, String, Set<String>, String) - Method in class gate.creole.BootStrap
-
Creates the resource and dumps out a project structure using the
structure from gate/resource/creole/bootstrap/Template and the
information provided by the user
- createResource(String) - Static method in class gate.Factory
-
Create an instance of a resource using default parameter values.
- createResource(String, FeatureMap) - Static method in class gate.Factory
-
Create an instance of a resource, and return it.
- createResource(String, FeatureMap, FeatureMap) - Static method in class gate.Factory
-
Create an instance of a resource, and return it.
- createResource(String, FeatureMap, FeatureMap, String) - Static method in class gate.Factory
-
Create an instance of a resource, and return it.
- createResourceElementsForDirInfo(Document) - Method in class gate.creole.CreoleAnnotationHandler
-
Fetches the directory information for this handler's creole plugin and adds
additional RESOURCE elements to the given JDOM document so that it contains
a RESOURCE for every resource type defined in the plugin's directory info.
- createSearchableDataStore() - Method in class gate.gui.MainFrame
-
Method is used in NewDSAction
- createSerialDataStore() - Method in class gate.gui.MainFrame
-
Method is used in NewDSAction
- createTerms(String) - Method in class gate.creole.annic.lucene.QueryParser
-
- createToolTipFromColumnName(String) - Method in class gate.gui.CorpusQualityAssurance
-
Create a table header tool tips from the column name.
- createTupleQuery(String, OConstants.QueryLanguage) - Method in interface gate.creole.ontology.Ontology
-
This method creates a OntologyTupleQuery object and passes on
the specified query string in the specified query language.
- createURI(Ontology, String, boolean) - Static method in class gate.creole.ontology.OntologyUtilities
-
- createWeight(Searcher) - Method in class gate.creole.annic.apache.lucene.search.BooleanQuery
-
- createWeight(Searcher) - Method in class gate.creole.annic.apache.lucene.search.PhraseQuery
-
- createWeight(Searcher) - Method in class gate.creole.annic.apache.lucene.search.Query
-
Expert: Constructs an appropriate Weight implementation for this query.
- createWeight(Searcher) - Method in class gate.creole.annic.apache.lucene.search.TermQuery
-
- createXMLEventWriter(Result) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLEventWriter(OutputStream) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLEventWriter(OutputStream, String) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLEventWriter(Writer) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLStreamWriter(Writer) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLStreamWriter(OutputStream) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLStreamWriter(OutputStream, String) - Method in class gate.util.xml.XML11OutputFactory
-
- createXMLStreamWriter(Result) - Method in class gate.util.xml.XML11OutputFactory
-
- CreoleAnnotationHandler - Class in gate.creole
-
Class to take a creole.xml file (as a JDOM tree) and add elements
corresponding to the CREOLE annotations on the RESOURCE classes it declares.
- CreoleAnnotationHandler(Plugin) - Constructor for class gate.creole.CreoleAnnotationHandler
-
Create an annotation handler for the given plugin
- CreoleEvent - Class in gate.event
-
Events related to the gate.creole package.
- CreoleEvent(Resource, int) - Constructor for class gate.event.CreoleEvent
-
Constructor
- CreoleEvent(DataStore, int) - Constructor for class gate.event.CreoleEvent
-
Constructor
- CreoleListener - Interface in gate.event
-
- CreoleParameter - Annotation Type in gate.creole.metadata
-
Annotation used to define a parameter to a CREOLE resource.
- CreoleParameter.NoElementType - Interface in gate.creole.metadata
-
- CreolePluginIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- CreolePluginIcon() - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
Creates a new transcoded SVG image.
- CreolePluginIcon(boolean) - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
- CreolePluginIcon(Dimension) - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
Creates a new transcoded SVG image with the given dimensions.
- CreolePluginIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
- CreolePluginIcon(int, int) - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
- CreolePluginIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.CreolePluginIcon
-
- CreoleRegister - Interface in gate
-
The CREOLE register records the set of resources that are currently
known to the system.
- CreoleRegisterImpl - Class in gate.creole
-
This class implements the CREOLE register interface.
- CreoleRegisterImpl() - Constructor for class gate.creole.CreoleRegisterImpl
-
Default constructor.
- CreoleResource - Annotation Type in gate.creole.metadata
-
Annotates a CREOLE resource type.
- CreoleXmlHandler - Class in gate.creole
-
This is a SAX handler for processing creole.xml
files.
- CreoleXmlHandler(CreoleRegister, Plugin) - Constructor for class gate.creole.CreoleXmlHandler
-
Construction
- CreoleXmlUpperCaseFilter - Class in gate.util
-
SAX
XMLFilter
implementation used when reading a creole.xml
file to ensure that all the standard creole elements and their
attribute names are converted to upper case.
- CreoleXmlUpperCaseFilter() - Constructor for class gate.util.CreoleXmlUpperCaseFilter
-
- CROATIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "hr"
- crop(String, int) - Static method in class gate.util.Strings
-
Crop the text in the middle if too long.
- CROP_END - Static variable in class gate.gui.docview.AnnotationStack
-
- CROP_MIDDLE - Static variable in class gate.gui.docview.AnnotationStack
-
- CROP_START - Static variable in class gate.gui.docview.AnnotationStack
-
- CTRL_SHIFT_INCREMENT - Static variable in class gate.gui.docview.AnnotationEditor
-
Constant for the number of characters when changing annotation boundary
with Ctrl+Shift keys pressed.
- curChar - Variable in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- currentFlattenedDisjunction() - Method in class gate.creole.CreoleXmlHandler
-
Flatten the currentParamDisjunction map into a single list
ordered by priority.
- currentOrientation - Variable in class gate.gui.docview.AnnotationSetsView
-
- currentPersistenceFile() - Static method in class gate.util.persistence.PersistenceManager
-
Get the file currently being saved by this thread.
- currentPersistenceFileStack() - Static method in class gate.util.persistence.PersistenceManager
-
- currentPersistenceURL() - Static method in class gate.util.persistence.PersistenceManager
-
Get the URL currently being loaded by this thread.
- currentPersistenceURLStack() - Static method in class gate.util.persistence.PersistenceManager
-
- currentProtocolVersion - Variable in class gate.persist.SerialDataStore
-
The protocol version of the currently open data store
- currentTasks - Variable in class gate.persist.LuceneDataStoreImpl
-
Map keeping track of the most recent indexing task for each LR ID.
- currentToken - Variable in exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
This is the last token that has been consumed successfully.
- currentWorkingThread - Variable in class gate.creole.RealtimeCorpusController
-
The tread currently running the document processing.
- CUSTOM - Static variable in class gate.creole.annic.apache.lucene.search.SortField
-
Sort using a custom Comparator.
- CustomDuplication - Interface in gate.creole
-
Interface which should be implemented by any Resource type which cannot be
duplicated in the standard way (see
Factory.duplicate
).
- customizeAppearanceOfDocumentWithEndTag(HTML.Tag) - Method in class gate.html.HtmlDocumentHandler
-
This method analizes the tag t and adds some \n chars and spaces to the
tmpDocContent.The reason behind is that we need to have a readable form
for the final document.
- customizeAppearanceOfDocumentWithEndTag(String) - Method in class gate.html.NekoHtmlDocumentHandler
-
This method analizes the tag t and adds some \n chars and spaces to
the tmpDocContent.The reason behind is that we need to have a
readable form for the final document.
- customizeAppearanceOfDocumentWithSimpleTag(HTML.Tag) - Method in class gate.html.HtmlDocumentHandler
-
This method analizes the tag t and adds some \n chars and spaces to the
tmpDocContent.The reason behind is that we need to have a readable form
for the final document.
- customizeAppearanceOfDocumentWithStartTag(HTML.Tag) - Method in class gate.html.HtmlDocumentHandler
-
This method analizes the tag t and adds some \n chars and spaces to the
tmpDocContent.The reason behind is that we need to have a readable form
for the final document.
- customizeAppearanceOfDocumentWithStartTag(String) - Method in class gate.html.NekoHtmlDocumentHandler
-
This method analizes the tag t and adds some \n chars and spaces to
the tmpDocContent.The reason behind is that we need to have a
readable form for the final document.
- customObjectsId - Variable in class gate.html.HtmlDocumentHandler
-
- customObjectsId - Variable in class gate.html.NekoHtmlDocumentHandler
-
- customObjectsId - Variable in class gate.xml.XmlDocumentHandler
-
This is used to generate unique Ids for the CustomObjects read
- CZECH - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "cs"
- GALICIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "gl"
- GappModel - Class in gate.util.ant.packager
-
- GappModel(URL) - Constructor for class gate.util.ant.packager.GappModel
-
- GappModel(URL, URL) - Constructor for class gate.util.ant.packager.GappModel
-
- GappModel(URL, URL, URL) - Constructor for class gate.util.ant.packager.GappModel
-
Create a GappModel for a GAPP file.
- GappModel.MavenPlugin - Class in gate.util.ant.packager
-
Very simple "struct" for a set of Maven co-ordinates.
- gate - package gate
-
- Gate - Class in gate
-
The class is responsible for initialising the GATE libraries, and providing
access to singleton utility objects, such as the GATE class loader, CREOLE
register and so on.
- Gate() - Constructor for class gate.Gate
-
- gate.annotation - package gate.annotation
-
- gate.config - package gate.config
-
- gate.corpora - package gate.corpora
-
- gate.corpora.export - package gate.corpora.export
-
- gate.creole - package gate.creole
-
- gate.creole.annic - package gate.creole.annic
-
- gate.creole.annic.apache.lucene.analysis - package gate.creole.annic.apache.lucene.analysis
-
API and code to convert text into indexable tokens.
- gate.creole.annic.apache.lucene.analysis.standard - package gate.creole.annic.apache.lucene.analysis.standard
-
A grammar-based tokenizer constructed with JavaCC.
- gate.creole.annic.apache.lucene.document - package gate.creole.annic.apache.lucene.document
-
The Document abstraction.
- gate.creole.annic.apache.lucene.index - package gate.creole.annic.apache.lucene.index
-
Code to maintain and access indices.
- gate.creole.annic.apache.lucene.search - package gate.creole.annic.apache.lucene.search
-
- gate.creole.annic.apache.lucene.store - package gate.creole.annic.apache.lucene.store
-
Binary i/o API, used for all index data.
- gate.creole.annic.apache.lucene.util - package gate.creole.annic.apache.lucene.util
-
Some utility classes.
- gate.creole.annic.lucene - package gate.creole.annic.lucene
-
- gate.creole.ir - package gate.creole.ir
-
- gate.creole.metadata - package gate.creole.metadata
-
This package contains Java 5 annotation types that can be used
to annotate the classes that implement CREOLE resources as an
alternative to writing a creole.xml file by hand.
- gate.creole.ontology - package gate.creole.ontology
-
The GATE ontology API.
- gate.email - package gate.email
-
- gate.event - package gate.event
-
- gate.gui - package gate.gui
-
- gate.gui.annedit - package gate.gui.annedit
-
- gate.gui.creole.manager - package gate.gui.creole.manager
-
- gate.gui.docview - package gate.gui.docview
-
- gate.gui.persistence - package gate.gui.persistence
-
- gate.gui.teamware - package gate.gui.teamware
-
- gate.html - package gate.html
-
- gate.persist - package gate.persist
-
- gate.relations - package gate.relations
-
- Gate.ResourceInfo - Class in gate
-
Stores information about a resource defined by a CREOLE directory.
- gate.resources.img.svg - package gate.resources.img.svg
-
- gate.sgml - package gate.sgml
-
- gate.swing - package gate.swing
-
- gate.util - package gate.util
-
- gate.util.ant.packager - package gate.util.ant.packager
-
- gate.util.asm.commons - package gate.util.asm.commons
-
- gate.util.maven - package gate.util.maven
-
- gate.util.persistence - package gate.util.persistence
-
- gate.util.profile - package gate.util.profile
-
- gate.util.reporting - package gate.util.reporting
-
- gate.util.reporting.exceptions - package gate.util.reporting.exceptions
-
- gate.util.xml - package gate.util.xml
-
- gate.wordnet - package gate.wordnet
-
- gate.xml - package gate.xml
-
- GATE_CONFIG_PROPERTY - Static variable in interface gate.GateConstants
-
The name of the site config property (gate.config).
- GATE_DOT_SER - Static variable in interface gate.GateConstants
-
The name of session state data files (gate.session).
- GATE_DOT_XML - Static variable in interface gate.GateConstants
-
The name of config data files (gate.xml).
- GATE_HOME_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the GATE home system property
- GATE_SITE_CONFIG_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the GATE site config system property
- GATE_USER_CONFIG_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the GATE user config system property
- GATE_USER_SESSION_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the property for setting the user session file name
- GATE_XML_VERSION - Static variable in class gate.corpora.DocumentStaxUtils
-
- GateApplication - Class in gate.util.persistence
-
This class is used simply to pair together the URL list and an object
itself so that they can be serialized as a single XML object.
- GateApplication() - Constructor for class gate.util.persistence.GateApplication
-
- GateAwareObjectInputStream - Class in gate.persist
-
An ObjectInputStream that attempts to resolve the classes of objects
loaded from the stream via the GateClassLoader if they cannot be
found by the usual means.
- GateAwareObjectInputStream(InputStream) - Constructor for class gate.persist.GateAwareObjectInputStream
-
Creates a GATE aware object input stream to read from the given
source.
- GateClassLoader - Class in gate.util
-
GATE's class loader, which allows loading of classes over the net.
- GateClassLoader(String) - Constructor for class gate.util.GateClassLoader
-
Default construction - use an empty URL list.
- GateClassLoader(String, ClassLoader) - Constructor for class gate.util.GateClassLoader
-
Chaining constructor.
- GateClassLoader(String, URL[]) - Constructor for class gate.util.GateClassLoader
-
Default construction with URLs list.
- GateClassLoader(String, URL[], ClassLoader) - Constructor for class gate.util.GateClassLoader
-
Chaining constructor with URLs list.
- GateClassLoader(String, URL[], ClassLoader, boolean) - Constructor for class gate.util.GateClassLoader
-
- GateConstants - Interface in gate
-
Interface used to hold different GATE constants
- gateDocListener - Variable in class gate.gui.docview.TextualDocumentView
-
- GateDocumentListener() - Constructor for class gate.gui.docview.TextualDocumentView.GateDocumentListener
-
- GateEvent - Class in gate.event
-
The top level event class for all the event types fired by the Gate system.
- GateEvent(Object, int) - Constructor for class gate.event.GateEvent
-
Constructor from source and type.
- GateException - Exception in gate.util
-
A superclass for exceptions in the GATE packages.
- GateException() - Constructor for exception gate.util.GateException
-
- GateException(String) - Constructor for exception gate.util.GateException
-
- GateException(Throwable) - Constructor for exception gate.util.GateException
-
- GateException(String, Throwable) - Constructor for exception gate.util.GateException
-
- gateHome - Static variable in class gate.Gate
-
The top level directory of the GATE installation.
- GATEIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GATEIcon() - Constructor for class gate.resources.img.svg.GATEIcon
-
Creates a new transcoded SVG image.
- GATEIcon(boolean) - Constructor for class gate.resources.img.svg.GATEIcon
-
- GATEIcon(Dimension) - Constructor for class gate.resources.img.svg.GATEIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GATEIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GATEIcon
-
- GATEIcon(int, int) - Constructor for class gate.resources.img.svg.GATEIcon
-
- GATEIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GATEIcon
-
- GateListener - Interface in gate.event
-
The listenre for the toplevel events generated by the Gate system.
- GATENameIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GATENameIcon() - Constructor for class gate.resources.img.svg.GATENameIcon
-
Creates a new transcoded SVG image.
- GATENameIcon(boolean) - Constructor for class gate.resources.img.svg.GATENameIcon
-
- GATENameIcon(Dimension) - Constructor for class gate.resources.img.svg.GATENameIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GATENameIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GATENameIcon
-
- GATENameIcon(int, int) - Constructor for class gate.resources.img.svg.GATENameIcon
-
- GATENameIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GATENameIcon
-
- GateOntologyException - Exception in gate.creole.ontology
-
Exception used to signal an gate ontology exception within Gate.
- GateOntologyException() - Constructor for exception gate.creole.ontology.GateOntologyException
-
- GateOntologyException(String) - Constructor for exception gate.creole.ontology.GateOntologyException
-
- GateOntologyException(String, Throwable) - Constructor for exception gate.creole.ontology.GateOntologyException
-
- GateOntologyException(Throwable) - Constructor for exception gate.creole.ontology.GateOntologyException
-
- GateRuntimeException - Exception in gate.util
-
Exception used to signal a runtime exception within Gate.
- GateRuntimeException() - Constructor for exception gate.util.GateRuntimeException
-
- GateRuntimeException(String) - Constructor for exception gate.util.GateRuntimeException
-
- GateRuntimeException(String, Throwable) - Constructor for exception gate.util.GateRuntimeException
-
- GateRuntimeException(Throwable) - Constructor for exception gate.util.GateRuntimeException
-
- GateSaxException - Exception in gate.util
-
An inherited class from SAX exception in the GATE packages.
- GateSaxException(String, Exception) - Constructor for exception gate.util.GateSaxException
-
- GateSaxException(String) - Constructor for exception gate.util.GateSaxException
-
- GateSaxException(Exception) - Constructor for exception gate.util.GateSaxException
-
- GATEUpdateSiteIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GATEUpdateSiteIcon() - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
Creates a new transcoded SVG image.
- GATEUpdateSiteIcon(boolean) - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
- GATEUpdateSiteIcon(Dimension) - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GATEUpdateSiteIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
- GATEUpdateSiteIcon(int, int) - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
- GATEUpdateSiteIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GATEUpdateSiteIcon
-
- GATEVersionIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GATEVersionIcon() - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
Creates a new transcoded SVG image.
- GATEVersionIcon(boolean) - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
- GATEVersionIcon(Dimension) - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GATEVersionIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
- GATEVersionIcon(int, int) - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
- GATEVersionIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GATEVersionIcon
-
- GateXMLExporter - Class in gate.corpora.export
-
- GateXMLExporter() - Constructor for class gate.corpora.export.GateXMLExporter
-
- GATEXMLIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GATEXMLIcon() - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
Creates a new transcoded SVG image.
- GATEXMLIcon(boolean) - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
- GATEXMLIcon(Dimension) - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GATEXMLIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
- GATEXMLIcon(int, int) - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
- GATEXMLIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GATEXMLIcon
-
- GazetteerIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GazetteerIcon() - Constructor for class gate.resources.img.svg.GazetteerIcon
-
Creates a new transcoded SVG image.
- GazetteerIcon(boolean) - Constructor for class gate.resources.img.svg.GazetteerIcon
-
- GazetteerIcon(Dimension) - Constructor for class gate.resources.img.svg.GazetteerIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GazetteerIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GazetteerIcon
-
- GazetteerIcon(int, int) - Constructor for class gate.resources.img.svg.GazetteerIcon
-
- GazetteerIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GazetteerIcon
-
- GazetteerLists - Class in gate.util.ant.packager
-
Class that extracts the list of gazetteer .lst files from a .def.
- GazetteerLists() - Constructor for class gate.util.ant.packager.GazetteerLists
-
- GDAY - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#gDay
- generateCorpus(File, File) - Method in class gate.util.CorpusBenchmarkTool
-
- generateHTMLTable(Pattern) - Static method in class gate.creole.annic.HTMLGenerator
-
This method exports the annic pattern to HTML.
- generateOURI(String) - Method in interface gate.creole.ontology.Ontology
-
Generate a new unique OURI for this ontology.
- generateOURI(String, String) - Method in interface gate.creole.ontology.Ontology
-
Generate a new unique OURI for this ontology.
- generateParseException() - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
- genSym() - Static method in class gate.Gate
-
Returns a new unique string
- gensym() - Static method in class gate.util.Tools
-
Returns a Long wich is unique during the current run.
- genTime() - Static method in class gate.util.Tools
-
- GEORGIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ka"
- GERMAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "de"
- get(Integer) - Method in class gate.annotation.AnnotationSetImpl
-
Find annotations by id
- get() - Method in class gate.annotation.AnnotationSetImpl
-
Get all annotations.
- get(String) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by type
- get(Set<String>) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by a set of types.
- get(String, FeatureMap) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by type and features
This will return an annotation set containing just those annotations of a
particular type (i.e.
- get(String, Set<? extends Object>) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by type and feature names
- get(Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by offset.
- get(Long, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by offset.
- get(String, Long, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by offset.
- get(String, FeatureMap, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by type, features and offset
- get(String, FeatureMap) - Method in interface gate.AnnotationSet
-
Select annotations by type and feature values.
- get(String, Set<? extends Object>) - Method in interface gate.AnnotationSet
-
Select annotations by type and feature names It returns all
annotations of the given type that have the given set of features,
regardless of their concrete values If the type == null, then
select regardless of type
- get(String, FeatureMap, Long) - Method in interface gate.AnnotationSet
-
Select annotations by type, features and offset.
- get(Long) - Method in interface gate.AnnotationSet
-
Select annotations by offset.
- get(Long, Long) - Method in interface gate.AnnotationSet
-
Select annotations by offset.
- get(String, Long, Long) - Method in interface gate.AnnotationSet
-
Select annotations by offset and type.
- get(int) - Method in class gate.corpora.CorpusImpl
-
- get(int) - Method in class gate.corpora.CorpusImpl.VerboseList
-
- get(int) - Method in class gate.corpora.SerialCorpusImpl
-
- get(String) - Method in class gate.creole.annic.apache.lucene.document.Document
-
Returns the string value of the field with the given name if any exist in
this document, or null.
- get(int) - Method in class gate.creole.annic.apache.lucene.util.BitVector
-
Returns true
if bit
is one and
false
if it is zero.
- get() - Method in class gate.relations.RelationSet
-
An unmodifiable view of the contents of this RelationSet.
- get(Integer) - Method in class gate.relations.RelationSet
-
- get(Integer) - Method in interface gate.SimpleAnnotationSet
-
Find annotations by id
- get() - Method in interface gate.SimpleAnnotationSet
-
Get a copy of this annotation set.
- get(String) - Method in interface gate.SimpleAnnotationSet
-
Select annotations by type.
- get(Set<String>) - Method in interface gate.SimpleAnnotationSet
-
Select annotations by a set of types.
- get(long) - Method in class gate.util.HashMapLong
-
- get() - Method in class gate.util.ObjectPool
-
Pulls out an object from the pool.
- get(Object) - Method in class gate.util.RBTreeMap
-
Returns the value to which this map maps the specified key.
- get(long) - Method in class gate.util.SimpleSortedSet
-
the get method retrive the List element by offset key given as argument
- getActions() - Method in interface gate.gui.ActionsPublisher
-
Returns a list of Action objects.
- getActions() - Method in class gate.gui.docview.AbstractDocumentView
-
- getActions() - Method in class gate.gui.docview.DocumentEditor
-
The document view is just an empty shell.
- getActions(NameBearerHandle) - Method in class gate.gui.ResourceHelper
-
Get the right-click menu items that this tool will add to the specified
resource.
- getActions() - Method in class gate.gui.SerialControllerEditor
-
- getAdjectivePosition() - Method in interface gate.wordnet.Adjective
-
returns the syntactic position of the adjective in relation to noun that it modifies
- getAgreedTrials() - Method in class gate.util.ClassificationMeasures
-
Gets the number of annotations for which the two annotation sets
are in agreement with regards to the annotation type.
- getAllAnnotations() - Method in class gate.gui.docview.AnnotationListView
-
Returns the tags for all the annotations currently displayed
- getAllInstances(String) - Method in class gate.creole.CreoleRegisterImpl
-
- getAllInstances(String, boolean) - Method in class gate.creole.CreoleRegisterImpl
-
- getAllInstances(String) - Method in interface gate.CreoleRegister
-
Get a list of all the known Resource instances in the register that are of
the specified (class or interface) type or one of its sub-types.
- getAllResources() - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getAllSetProperties() - Method in interface gate.creole.ontology.OResource
-
This method returns all the set properties set on this resource.
- getAllTypes() - Method in class gate.annotation.AnnotationSetImpl
-
Get a set of java.lang.String objects representing all the annotation types
present in this annotation set.
- getAllTypes() - Method in interface gate.SimpleAnnotationSet
-
Get a set of java.lang.String objects representing all the
annotation types present in this annotation set.
- getAmpCodingInfo() - Method in class gate.html.HtmlDocumentHandler
-
Return current RepositioningInfo object for ampersand coding.
- getAmpCodingInfo() - Method in class gate.html.NekoHtmlDocumentHandler
-
Return current RepositioningInfo object for ampersand coding.
- getAmpCodingInfo() - Method in class gate.xml.XmlDocumentHandler
-
Return current RepositioningInfo object for ampersand coding.
- getAnalyser() - Method in class gate.util.LanguageAnalyserDocumentProcessor
-
- getAnalyzer() - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Returns the analyzer used by this index.
- getAnnotation() - Method in class gate.event.AnnotationSetEvent
-
Gets the annotation that has been added or removed
- getAnnotation() - Method in interface gate.gui.annedit.AnnotationData
-
Gets the
Annotation
object represented by this structure.
- getAnnotation() - Method in class gate.gui.annedit.AnnotationDataImpl
-
- getAnnotationAtRow(int) - Method in interface gate.gui.docview.AnnotationList
-
Provides the annotation
- getAnnotationAtRow(int) - Method in class gate.gui.docview.AnnotationListView
-
(non-Javadoc)
- getAnnotationCurrentlyEdited() - Method in interface gate.creole.AnnotationVisualResource
-
- getAnnotationCurrentlyEdited() - Method in class gate.gui.docview.AnnotationEditor
-
- getAnnotationName() - Method in class gate.creole.AnnotationSchema
-
Returns the value of annotation name
- getAnnotationProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of Annotation Properties in the ontology where for a
property there exists a statement <theProperty, RDF:Type,
OWL:AnnotationProperty>.
- getAnnotationProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Returns the annotation property for the given URI or null if there is
no annotation property with that URI.
- getAnnotationPropertyValues(AnnotationProperty) - Method in interface gate.creole.ontology.OResource
-
Gets the list of values for a given property name.
- getAnnotations() - Method in class gate.corpora.DocumentImpl
-
Get the default set of annotations.
- getAnnotations(String) - Method in class gate.corpora.DocumentImpl
-
Get a named set of annotations.
- getAnnotations() - Method in interface gate.SimpleDocument
-
Get the default set of annotations.
- getAnnotations(String) - Method in interface gate.SimpleDocument
-
Get a named set of annotations.
- getAnnotationsAtOffset(AnnotationSet, Long) - Static method in class gate.Utils
-
Return a the subset of annotations from the given annotation set
that start exactly at the given offset.
- getAnnotationSchema() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getAnnotationsEndingAtOffset(AnnotationSet, Long) - Static method in class gate.Utils
-
- getAnnotationSet() - Method in interface gate.gui.annedit.AnnotationData
-
Gets the
AnnotationSet
object containing the annotation stored
by this structure.
- getAnnotationSet() - Method in class gate.gui.annedit.AnnotationDataImpl
-
- getAnnotationSet() - Method in class gate.relations.RelationSet
-
- getAnnotationSetCurrentlyEdited() - Method in interface gate.creole.AnnotationVisualResource
-
- getAnnotationSetCurrentlyEdited() - Method in class gate.gui.docview.AnnotationEditor
-
- getAnnotationSetName() - Method in class gate.corpora.export.InlineXMLExporter
-
- getAnnotationSetName() - Method in class gate.creole.annic.Hit
-
Returns the annotation set this pattern belongs to.
- getAnnotationSetName() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
Gets the annotation set Name for this result
- getAnnotationSetName() - Method in class gate.creole.ir.DefaultIndexDefinition
-
- getAnnotationSetName() - Method in class gate.event.DocumentEvent
-
Gets the name of the
AnnotationSet
that has been added or
removed.
- getAnnotationSetNames() - Method in class gate.corpora.DocumentImpl
-
- getAnnotationSetNames(String) - Method in class gate.gui.LuceneDataStoreSearchGUI
-
- getAnnotationSetNames() - Method in interface gate.SimpleDocument
-
- getAnnotationsOfType(int) - Method in class gate.annotation.CorpusAnnotationDiff
-
Returns a set with all annotations of a specific type
- getAnnotationsOfType(int) - Method in class gate.util.AnnotationDiffer
-
A method that returns specific type of annotations
- getAnnotationType() - Method in class gate.util.AnnotationDiffer
-
- getAnnotationTypeDisplayed() - Method in class gate.creole.ResourceData
-
A simple accessor for annotationTypeDisplayed field
- getAnnotationTypeForFalsePositive() - Method in class gate.annotation.CorpusAnnotationDiff
-
Gets the annotation type needed to calculate the falsePossitive measure
- getAnnotationTypes() - Method in class gate.corpora.export.InlineXMLExporter
-
- getAnnotationTypesMap() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the map of found annotation types and annotation features.
- getAnnotationTypesMap() - Method in interface gate.creole.annic.Searcher
-
Returns the Map containing all possible values of AnnotationTypes
and Feature Values for each of this annotationType.
- getAnnotationVRs() - Method in class gate.creole.CreoleRegisterImpl
-
Returns a list of strings representing class names for annotation VRs that
are able to display/edit all types of annotations.
- getAnnotationVRs(String) - Method in class gate.creole.CreoleRegisterImpl
-
Returns a list of strings representing class names for annotation VRs that
are able to display/edit a given annotation type The default VR will be the
first in the returned list.
- getAnnotationVRs() - Method in interface gate.CreoleRegister
-
Returns a list of strings representing class names for annotation VRs
that are able to display/edit all types of annotations.
- getAnnotationVRs(String) - Method in interface gate.CreoleRegister
-
Returns a list of strings representing class names for annotation VRs
that are able to display/edit a given annotation type
The default VR will be the first in the returned list.
- getApplicationTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of packaged application resources in the register.
- getApplicationTypes() - Method in interface gate.CreoleRegister
-
Get the list of packaged application types in the register.
- getArtifact() - Method in class gate.creole.Plugin.Maven
-
Get the Maven artifact ID of this plugin.
- getArtifact() - Method in class gate.util.maven.Utils
-
- getArtifactID() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getArtifactURL() - Method in class gate.creole.Plugin.Maven
-
- getAuto(IndexReader, String) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if
none is found reads field
to see if it contains integers, floats
or strings, and then calls one of the other methods in this class to get the
values.
- getAutoloadPlugins() - Static method in class gate.Gate
-
Returns the list of CREOLE directories the system loads automatically at
start-up.
- getBackgroundAt(int, int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getBaseTokenAnnotationType() - Method in class gate.creole.ir.DefaultIndexDefinition
-
- getBaseURI() - Method in class gate.creole.Plugin
-
- getBaseURI() - Method in class gate.creole.Plugin.Maven
-
- getBaseURL() - Method in class gate.creole.Plugin
-
- getBeanInfo(Class<? extends Resource>) - Static method in class gate.creole.AbstractResource
-
- getBeginColumn() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns the column number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginColumn() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getBeginLine() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns the line number of the first character for current token (being
matched after the last call to BeginTOken).
- getBeginLine() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getBenchmarkFile() - Method in class gate.util.reporting.DocTimeReporter
-
- getBenchmarkFile() - Method in class gate.util.reporting.PRTimeReporter
-
- getBenchmarkId() - Method in class gate.creole.AbstractController
-
Returns the benchmark ID of this controller.
- getBenchmarkId() - Method in interface gate.util.Benchmarkable
-
Returns the benchmark ID of this resource.
- getBoolean(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is a Boolean then returns its value
otherwise returns false.
- getBoolean(Object, Boolean) - Method in class gate.util.OptionsMap
-
- getBooleanDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#boolean" datatype.
- getBoost() - Method in class gate.creole.annic.apache.lucene.document.Document
-
Returns the boost factor for hits on any field of this document.
- getBoost() - Method in class gate.creole.annic.apache.lucene.document.Field
-
Returns the boost factor for hits on any field of this document.
- getBoost() - Method in class gate.creole.annic.apache.lucene.search.Query
-
Gets the boost for this clause.
- getBottomView() - Method in class gate.gui.docview.DocumentEditor
-
Gets the currently showing bottom view
- getBuiltinCreoleDir() - Static method in class gate.Gate
-
Get the URL to the "builtin" creole directory, i.e.
- getByteArray(File) - Static method in class gate.util.Files
-
Get a byte array representing the contents of a binary file.
- getByteDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#byte" datatype.
- getCategoryTimeLast(String) - Method in class gate.util.profile.Profiler
-
Returns 0 if the category was not found
- getCategoryTimeSum(String) - Method in class gate.util.profile.Profiler
-
Returns 0 if the category was not found
- getCellEditorValue() - Method in class gate.gui.AlternatingTableCellEditor
-
- getCellEditorValue() - Method in class gate.gui.creole.manager.JTextPaneTableCellRenderer
-
- getCellEditorValue() - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- getCellEditorValue() - Method in class gate.gui.persistence.XgappUpgradeSelector.PluginCoordinatesEditor
-
- getCentralView() - Method in class gate.gui.docview.DocumentEditor
-
Gets the currently showing central view
- getCentralViews() - Method in class gate.gui.docview.DocumentEditor
-
- getChild(Object, int) - Method in class gate.swing.AbstractTreeTableModel
-
- getChildCount(Object) - Method in class gate.swing.AbstractTreeTableModel
-
- getChildren() - Method in class gate.util.GateClassLoader
-
Get the child classloaders in creation order.
- getClassForURIOrName(Ontology, String) - Method in class gate.util.SimpleFeatureMapImpl
-
Look up the given name in the given ontology.
- getClassLoader() - Static method in class gate.Gate
-
Get the GATE class loader.
- getClassName() - Method in class gate.creole.ResourceData
-
Get method for the resource class name
- getClassType() - Method in class gate.corpora.DocumentData
-
- getClauses() - Method in class gate.creole.annic.apache.lucene.search.BooleanQuery
-
Returns the set of clauses in this query.
- getCloseAction() - Method in class gate.gui.NameBearerHandle
-
- getCloseRecursivelyAction() - Method in class gate.gui.NameBearerHandle
-
- getClosestMatch(K) - Method in class gate.util.RBTreeMap
-
Returns a pair of values: (glb,lub).
- getCoextensiveAnnotations(AnnotationSet, AnnotationSet) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that start and end
at exactly the same offsets as the given annotation set.
- getCoextensiveAnnotations(AnnotationSet, AnnotationSet, String) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that start and end
at exactly the same offsets as the given annotation set and are of the
specified type.
- getCoextensiveAnnotations(AnnotationSet, Annotation) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that start and end
at exactly the same offsets as the given annotation.
- getCoextensiveAnnotations(AnnotationSet, Annotation, String) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that start and end
at exactly the same offsets as the given annotation and have the specified type.
- getCollectRepositioningInfo() - Method in class gate.corpora.DocumentImpl
-
Get the collectiong and preserving of repositioning information for the
Document.
- getCollectRepositioningInfo() - Method in interface gate.Document
-
Get the collectiong and preserving of repositioning information
for the Document.
- getColor(String, String) - Static method in class gate.gui.docview.AnnotationSetsView
-
Get the saved colour for this annotation type or create a new one
and save it.
- getColour() - Method in class gate.gui.docview.AnnotationSetsView.TypeHandler
-
- getColumn() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Deprecated.
- getColumn() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
Deprecated.
- getColumnClass(int) - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
Return the class type for each column.
- getColumnClass(int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getColumnClass(int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- getColumnClass(int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- getColumnClass(int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- getColumnClass(int) - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- getColumnClass(int) - Method in class gate.swing.AbstractTreeTableModel
-
- getColumnClass(int) - Method in interface gate.swing.TreeTableModel
-
Returns the type for column number column
.
- getColumnClass(int) - Method in class gate.swing.XJTable.SortingModel
-
- getColumnCount() - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
Return the number of columns.
- getColumnCount() - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getColumnCount() - Method in class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- getColumnCount() - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- getColumnCount() - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- getColumnCount() - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- getColumnCount() - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- getColumnCount() - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- getColumnCount() - Method in class gate.swing.AbstractTreeTableModel
-
- getColumnCount() - Method in interface gate.swing.TreeTableModel
-
Returns the number ofs availible column.
- getColumnCount() - Method in class gate.swing.XJTable.SortingModel
-
- getColumnForComponentIndex(int) - Method in class gate.swing.MenuLayout
-
- getColumnName(int) - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
Returns the name of each column in the model
- getColumnName(int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getColumnName(int) - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- getColumnName(int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- getColumnName(int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- getColumnName(int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- getColumnName(int) - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- getColumnName(int) - Method in class gate.swing.AbstractTreeTableModel
-
- getColumnName(int) - Method in interface gate.swing.TreeTableModel
-
Returns the name for column number column
.
- getColumnName(int) - Method in class gate.swing.XJTable.SortingModel
-
- getComment(Locale) - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- getComment() - Method in class gate.creole.Parameter
-
Get the comment for this parameter
- getComment() - Method in class gate.creole.ResourceData
-
Get method for the resource comment
- getComment() - Method in interface gate.DataStore
-
Returns the comment displayed by the GUI for this DataStore
- getComment() - Method in class gate.gui.ParameterDisjunction
-
returns the comment for the curently selected parameter.
- getComment() - Method in class gate.persist.SerialDataStore
-
Returns the comment displayed by the GUI for this DataStore
- getComments() - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- getComparable(String) - Method in class gate.creole.annic.apache.lucene.search.SortComparator
-
Returns an object which, when sorted according to natural order,
will order the Term values in the correct order.
- getComparator() - Method in class gate.swing.XJTable.SortingModel.ValueHolderComparator
-
- getComponentToDisplay() - Method in class gate.gui.LogArea
-
- getCompositeSize(Container, Dimension[]) - Method in class gate.swing.MenuLayout
-
Calculates the size of the target container given the sizes of the
components.
- getConfusionMatrix() - Method in class gate.util.ClassificationMeasures
-
To understand exactly which types are being confused with which other
types you will need to view this array in conjunction with featureValues,
which gives the class labels (annotation types) in the correct order.
- getConfusionMatrix(String) - Method in class gate.util.ClassificationMeasures
-
- getContained(Long, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations contained within an interval, i.e.
- getContained(Long, Long) - Method in interface gate.AnnotationSet
-
Select annotations by offset.
- getContainedAnnotations(AnnotationSet, Annotation) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that lie within
the range of the containing annotation.
- getContainedAnnotations(AnnotationSet, Annotation, String) - Static method in class gate.Utils
-
Get all the annotations of type targetType
from the source annotation set that lie within
the range of the containing annotation.
- getContainedAnnotations(AnnotationSet, AnnotationSet) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that lie within
the range of the containing annotation set, i.e.
- getContainedAnnotations(AnnotationSet, AnnotationSet, String) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set with a type equal to
targetType that lie within
the range of the containing annotation set, i.e.
- getContent(Long, Long) - Method in class gate.corpora.DocumentContentImpl
-
- getContent() - Method in class gate.corpora.DocumentImpl
-
The content of the document: a String for text; MPEG for video; etc.
- getContent(Long, Long) - Method in interface gate.DocumentContent
-
Return the contents under a particular span.
- getContent() - Method in interface gate.SimpleDocument
-
- getContextWindow() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the number of base token annotations to show in the context.
- getControllerAwarePRs() - Method in class gate.creole.AbstractController
-
- getControllerTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of Controller in the register.
- getControllerTypes() - Method in interface gate.CreoleRegister
-
Get the list of types of VR in the register.
- getCorpus() - Method in interface gate.CorpusController
-
Returns the
Corpus
used by this
controller.
- getCorpus() - Method in class gate.creole.AbstractLanguageAnalyser
-
Get the corpus property for this analyser.
- getCorpus() - Method in interface gate.creole.annic.Indexer
-
Corpus to be indexed
- getCorpus() - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Returns the corpus.
- getCorpus() - Method in class gate.creole.ConditionalSerialAnalyserController
-
- getCorpus() - Method in interface gate.creole.ir.IndexManager
-
Gets the corpus this index manages will index.
- getCorpus() - Method in class gate.creole.SerialAnalyserController
-
- getCorpus() - Method in interface gate.LanguageAnalyser
-
Get the corpus property for this analyser.
- getCorrectMatches() - Method in class gate.util.AnnotationDiffer
-
Gets the number of correct matches.
- getCovering(String, Long, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations of the given type that completely span the range.
- getCovering(String, Long, Long) - Method in interface gate.AnnotationSet
-
Select annotations of the given type that completely span the range.
- getCoveringAnnotations(AnnotationSet, Annotation) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that cover
the range of the specified annotation.
- getCoveringAnnotations(AnnotationSet, Annotation, String) - Static method in class gate.Utils
-
Get all the annotations of type targetType
from the source annotation set that cover
the range of the specified annotation.
- getCoveringAnnotations(AnnotationSet, AnnotationSet) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that cover
the range of the specified annotation set.
- getCoveringAnnotations(AnnotationSet, AnnotationSet, String) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set with a type equal to
targetType that cover
the range of the specified annotation set.
- getCreoleRegister() - Static method in class gate.Gate
-
Get the CREOLE register.
- getCreoleXML() - Method in class gate.creole.Plugin.Component
-
- getCreoleXML() - Method in class gate.creole.Plugin.Directory
-
- getCreoleXML() - Method in class gate.creole.Plugin
-
Returns a fully expanded creole.xml file that can be used for loading the
plugin into GATE
- getCreoleXML() - Method in class gate.creole.Plugin.Maven
-
- getCurrentLength() - Method in class gate.corpora.RepositioningInfo.PositionInfo
-
Length of peace of text in the extracted content
- getCurrentPosition() - Method in class gate.corpora.RepositioningInfo.PositionInfo
-
Position in the extracted (and probably changed) content
- getCurrentVersion(String) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCurrentVersion(File) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCurrentVersion(Directory) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Reads version number from segments files.
- getCurrentVersion() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getCustom(IndexReader, String, SortComparator) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found reads the terms out of field
and calls the given SortComparator
to get the sort values.
- getCustomObjectsId() - Method in class gate.html.NekoHtmlDocumentHandler
-
- getCustomObjectsId() - Method in class gate.xml.XmlDocumentHandler
-
Accesor method for the customObjectsId field
- getDataStore() - Method in class gate.corpora.TextualDocumentFormat
-
- getDataStore() - Method in class gate.creole.AbstractLanguageResource
-
Get the data store that this LR lives in.
- getDatastore() - Method in class gate.event.CreoleEvent
-
Gets the
DataStore
that has been created/loaded/closed.
- getDataStore() - Method in interface gate.LanguageResource
-
Get the data store that this LR lives in.
- getDataStoreClassNames() - Static method in class gate.DataStoreRegister
-
All the DataStore classes available.
- getDataStoreRegister() - Static method in class gate.Gate
-
Get the DataStore register.
- getDataType() - Method in interface gate.creole.ontology.CardinalityRestriction
-
This method returns the datatype uri.
- getDataType(String) - Static method in class gate.creole.ontology.DataType
-
Gets the respective datatype for the given datatype URI.
- getDataType() - Method in interface gate.creole.ontology.DatatypeProperty
-
This method returns the DataType set for this property
- getDataType() - Method in class gate.creole.ontology.Literal
-
Gets the datatype of the literal.
- getDataType() - Method in interface gate.creole.ontology.MaxCardinalityRestriction
-
This method returns the datatype associated to the restriction.
- getDataType() - Method in interface gate.creole.ontology.MinCardinalityRestriction
-
This method returns the datatype associated to the restriction.
- getDataType(String) - Static method in class gate.creole.ontology.OntologyUtilities
-
- getDatatypeProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of Datatype Properties in the ontology.
- getDatatypeProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Returns the datatype property for the given URI or null if there is
no datatype property with that URI.
- getDatatypePropertyValues(DatatypeProperty) - Method in interface gate.creole.ontology.OInstance
-
Gets a list of values for the given Property.
- getDateDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#date" datatype.
- getDateTimeDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#dateTime" datatype.
- getDecimalDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#decimal" datatype.
- getDefault() - Static method in class gate.creole.annic.apache.lucene.search.Similarity
-
Return the default Similarity implementation used by indexing and search
code.
- getDefaultButtonMargin() - Method in class gate.swing.JChoice
-
- getDefaultExtension() - Method in class gate.DocumentExporter
-
The default extension added to files saved in this format
- getDefaultNameSpace() - Method in interface gate.creole.ontology.Ontology
-
Gets the default name space for this ontology.
- getDefaultPlugins() - Static method in class gate.gui.creole.manager.PluginUpdateManager
-
Returns the list of default plugins for this version of GATE.
- getDefaults(List<List<Parameter>>) - Method in class gate.creole.ParameterList
-
Get default parameter value set.
- getDefaultSelection(VersionRangeResult) - Static method in class gate.util.persistence.UpgradeXGAPP
-
- getDefaultUserConfigFileName() - Static method in class gate.Gate
-
- getDefaultUserSessionFileName() - Static method in class gate.Gate
-
Get the default path to the user's session file, which is used unless an
alternative name has been specified via system properties or
Gate.setUserSessionFile(File)
- getDefaultValue() - Method in class gate.creole.Parameter
-
Get the default value for this parameter.
- getDefaultValueString() - Method in class gate.creole.Parameter
-
Get the default value string (unprocessed, from the metadata)
for the parameter
- getDescription() - Method in class gate.creole.annic.apache.lucene.search.Explanation
-
A description of this explanation node.
- getDescription() - Method in class gate.creole.Plugin
-
- getDescription() - Method in class gate.util.ExtensionFileFilter
-
Returns the user-frielndly description for the files, e.g.
- getDestFile() - Method in class gate.util.ant.packager.PackageGappTask
-
Get the destination file to which the modified gapp will be
written.
- getDetails() - Method in class gate.creole.annic.apache.lucene.search.Explanation
-
The sub-nodes of this explanation node.
- getDifferByTypeMap() - Method in class gate.util.OntologyMeasures
-
Be careful, don't modify it.
- getDifferentInstances() - Method in interface gate.creole.ontology.OInstance
-
Returns a set of
OInstance
objects which are explicitly
specified as being different from the current instance.
- getDiffFeaturesList() - Method in class gate.util.CorpusBenchmarkTool
-
- getDirectories() - Method in class gate.creole.CreoleRegisterImpl
-
Deprecated.
- getDirectories() - Method in interface gate.CreoleRegister
-
Deprecated.
- getDirectory(String, boolean) - Static method in class gate.creole.annic.apache.lucene.store.FSDirectory
-
Returns the directory instance for the named location.
- getDirectory(File, boolean) - Static method in class gate.creole.annic.apache.lucene.store.FSDirectory
-
Returns the directory instance for the named location.
- getDisposableClassLoader(String) - Method in class gate.util.GateClassLoader
-
Returns a classloader that can, at some point in the future, be
forgotton which allows the class definitions to be garbage
collected.
- getDisposableClassLoader(String, boolean) - Method in class gate.util.GateClassLoader
-
- getDisposableClassLoader(String, ClassLoader, boolean) - Method in class gate.util.GateClassLoader
-
- getDistance(OClass, OClass) - Method in interface gate.creole.ontology.Ontology
-
Gets the taxonomic distance between 2 classes.
- getDocument() - Method in class gate.annotation.AnnotationSetImpl
-
Get the document this set is attached to.
- getDocument() - Method in class gate.creole.AbstractLanguageAnalyser
-
Get the document property for this analyser.
- getDocument() - Method in class gate.creole.annic.lucene.LuceneReader
-
Gets the document object
- getDocument() - Method in class gate.creole.ConditionalSerialAnalyserController
-
- getDocument() - Method in class gate.creole.SerialAnalyserController
-
- getDocument() - Method in class gate.event.CorpusEvent
-
Gets the dcument this event refers to
- getDocument() - Method in interface gate.gui.annedit.AnnotationEditorOwner
-
Gets the document currently being edited.
- getDocument() - Method in class gate.gui.docview.AbstractDocumentView
-
Gets the document this view displays.
- getDocument() - Method in interface gate.LanguageAnalyser
-
Get the document property for this analyser.
- getDocument() - Method in interface gate.SimpleAnnotationSet
-
Get the document this set is attached to.
- getDocumentClassType(int) - Method in class gate.corpora.SerialCorpusImpl
-
- getDocumentClassTypes() - Method in class gate.corpora.SerialCorpusImpl
-
Gets the persistent IDs of the documents in this corpus.
- getDocumentFormat(Document, MimeType) - Static method in class gate.DocumentFormat
-
Find a DocumentFormat implementation that deals with a particular
MIME type, given that type.
- getDocumentFormat(Document, String) - Static method in class gate.DocumentFormat
-
Find a DocumentFormat implementation that deals with a particular
MIME type, given the file suffix (e.g.
- getDocumentFormat(MimeType) - Static method in class gate.DocumentFormat
-
Find the DocumentFormat implementation that deals with the given
MIME type.
- getDocumentFormat(Document, URL) - Static method in class gate.DocumentFormat
-
Find a DocumentFormat implementation that deals with a particular
MIME type, given the URL of the Document.
- getDocumentID() - Method in class gate.creole.annic.Hit
-
Returns the document ID
- getDocumentID() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
- getDocumentID() - Method in class gate.creole.ir.QueryResult
-
- getDocumentIndex() - Method in class gate.event.CorpusEvent
-
Gets the index of the document this event refers to
- getDocumentLRID() - Method in class gate.event.CorpusEvent
-
Gets the persistence ID of the document to which this event refers.
- getDocumentMimeType() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Gets the selected document type.
- getDocumentName(int) - Method in class gate.corpora.CorpusImpl
-
Gets the name of a document in this corpus.
- getDocumentName() - Method in class gate.corpora.DocumentData
-
- getDocumentName(int) - Method in class gate.corpora.SerialCorpusImpl
-
Gets the name of a document in this corpus.
- getDocumentName(int) - Method in interface gate.SimpleCorpus
-
Gets the name of a document in this corpus.
- getDocumentNamePrefix() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Gets the document name prefix set by user
- getDocumentNames() - Method in class gate.corpora.CorpusImpl
-
Gets the names of the documents in this corpus.
- getDocumentNames() - Method in class gate.corpora.SerialCorpusImpl
-
Gets the names of the documents in this corpus.
- getDocumentNames() - Method in interface gate.SimpleCorpus
-
Gets the names of the documents in this corpus.
- getDocumentPersistentID(int) - Method in class gate.corpora.SerialCorpusImpl
-
Gets the persistent ID of a document in this corpus.
- getDocumentPersistentIDs() - Method in class gate.corpora.SerialCorpusImpl
-
Gets the persistent IDs of the documents in this corpus.
- getDocumentRootElement() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Gets the document root element set by user
- getDocumentsList() - Method in class gate.corpora.CorpusImpl
-
- getDocumentSource() - Method in class gate.html.NekoHtmlDocumentHandler
-
- getDomain() - Method in interface gate.creole.ontology.DatatypeProperty
-
Returns the set of domain restrictions for this property.
- getDomain() - Method in interface gate.creole.ontology.ObjectProperty
-
Returns the set of domain restrictions for this property.
- getDomain() - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- getDouble(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is an Double then returns its value
otherwise returns null.
- getDoubleDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#double" datatype.
- getDurationDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#duration" datatype.
- getEditEnd() - Method in class gate.event.DocumentEvent
-
- getEditStart() - Method in class gate.event.DocumentEvent
-
- getElement2StringMap() - Method in class gate.DocumentFormat
-
Get the element 2 string map
- getElementAt(int) - Method in class gate.gui.ListEditorDialog.ResourceComboModel
-
- getElementAt(int) - Method in class gate.gui.SerialControllerEditor.CorporaComboModel
-
- getElementAt(int) - Method in class gate.swing.JChoice
-
- getEmptyConfigFile() - Static method in class gate.Gate
-
Get an empty config file.
- getEncoding() - Method in class gate.corpora.DocumentImpl
-
Get the encoding of the document content source
- getEncoding() - Method in class gate.corpora.export.InlineXMLExporter
-
- getEncoding() - Method in class gate.gui.CorpusFillerComponent
-
Gets the encoding selected by the user.
- getEncoding() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Gets the encoding selected by the user.
- getEncoding() - Method in interface gate.TextualDocument
-
Gets the encoding used for this document.
- getEndColumn() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns the column number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndColumn() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getEndLine() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns the line number of the last character for current token (being
matched after the last call to BeginTOken).
- getEndLine() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getEndNode() - Method in class gate.annotation.AnnotationImpl
-
The end node.
- getEndNode() - Method in interface gate.SimpleAnnotation
-
The end node.
- getEndOffset() - Method in class gate.creole.annic.Hit
-
Returns the end offset of the matching part (query matched part)
- getEndOffset() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the end offset
- getEquivalentClasses() - Method in interface gate.creole.ontology.OClass
-
Returns a set of all classes that are equivalent as this one.
- getEquivalentPropertyAs() - Method in interface gate.creole.ontology.RDFProperty
-
Returns a set of all RDFProperty instances that are in
EquivalentPropertyAs relation with this property.
- getExecutable() - Static method in class gate.Gate
-
Returns the curently set executable.
- getExhaustivity(Long, String) - Method in interface gate.creole.ir.IndexStatistics
-
- getExtensions() - Method in class gate.gui.CorpusFillerComponent
-
Gets the current list of permitted extensions
- getExtensions() - Method in class gate.util.ExtensionFileFilter
-
- getExtraCacheDirectories() - Static method in class gate.util.maven.Utils
-
A list of extra workspace cache directories that should be
used when resolving Maven plugins.
- getExtractedPos(long) - Method in class gate.corpora.RepositioningInfo
-
Compute position in extracted content by position in the original content.
- getExtractedPosFlow(long) - Method in class gate.corpora.RepositioningInfo
-
Not finished yet
- getFactory() - Method in class gate.creole.annic.apache.lucene.search.SortField
-
- getFalsePositiveAverage() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFalsePositiveLenient() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFalsePositivesLenient() - Method in class gate.util.AnnotationDiffer
-
Gets the number of responses that aren't either correct or partially
correct.
- getFalsePositivesStrict() - Method in class gate.util.AnnotationDiffer
-
- getFalsePositiveStrict() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFeature(String) - Method in class gate.creole.annic.PatternAnnotation
-
Gets the value of a feature
- getFeatureName() - Method in class gate.creole.AnalyserRunningStrategy
-
- getFeatureName() - Method in class gate.creole.FeatureSchema
-
Get the feature name
- getFeatures() - Method in class gate.corpora.DocumentImpl
-
Cover unpredictable Features creation
- getFeatures() - Method in class gate.creole.AbstractVisualResource
-
Accessor for features.
- getFeatures() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the Features
- getFeatures() - Method in class gate.DocumentFormat
-
Get the feature set
- getFeatures() - Method in class gate.gui.FeaturesSchemaEditor
-
Accessor for features.
- getFeatures() - Method in class gate.gui.SerialDatastoreViewer
-
Accessor for features.
- getFeatures() - Method in class gate.relations.SimpleRelation
-
- getFeatures() - Method in class gate.util.AbstractFeatureBearer
-
Get the feature set
- getFeatures() - Method in interface gate.util.FeatureBearer
-
Get the feature set.
- getFeatureSchema(String) - Method in class gate.creole.AnnotationSchema
-
- getFeatureSchemaSet() - Method in class gate.creole.AnnotationSchema
-
Returns the feature schema set
- getFeaturesList() - Method in class gate.gui.CreateIndexGUI
-
- getFeaturesToExclude() - Method in class gate.creole.ir.DefaultIndexDefinition
-
- getFeatureValue() - Method in class gate.creole.AnalyserRunningStrategy
-
- getFeatureValue() - Method in class gate.creole.FeatureSchema
-
This method returns the value of the feature.
- getFeatureValueClass() - Method in class gate.creole.FeatureSchema
-
- getFeatureValues() - Method in class gate.util.ClassificationMeasures
-
This is necessary to make sense of the confusion matrix.
- getField(String) - Method in class gate.creole.annic.apache.lucene.document.Document
-
Returns a field with the given name if any exist in this document, or
null.
- getField() - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
- getField() - Method in class gate.creole.annic.apache.lucene.search.SortField
-
Returns the name of the field.
- getFieldNames() - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- getFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- getFieldNames() - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns a list of all unique field names that exist in the index pointed
to by this IndexReader.
- getFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns a list of all unique field names that exist in the index pointed
to by this IndexReader.
- getFieldNames() - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
- getFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
- getFields(String) - Method in class gate.creole.annic.apache.lucene.document.Document
-
Returns an array of
Field
s with the given name.
- getFields() - Method in class gate.creole.ir.QueryResult
-
returns certain document fields (if specified) from the search() call
- getFile() - Method in class gate.creole.annic.apache.lucene.store.FSDirectory
-
- getFile(Object) - Method in class gate.util.OptionsMap
-
- getFileChooser() - Static method in class gate.gui.MainFrame
-
Get the file chooser.
- getFileFilter() - Method in class gate.DocumentExporter
-
A filter used in the file chooser to restrict the view to files of
this type.
- getFilePointer() - Method in class gate.creole.annic.apache.lucene.store.InputStream
-
Returns the current position in this file, where the next read will
occur.
- getFilePointer() - Method in class gate.creole.annic.apache.lucene.store.OutputStream
-
Returns the current position in this file, where the next write will
occur.
- getFileSep() - Static method in class gate.util.Strings
-
Get local fashion for file separators (e.g.
- getFileType() - Method in class gate.DocumentExporter
-
The name of the file type exported
- getFirstTermPositions() - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Returns an array of arrayLists where the first list contains
document numbers, second list contains first term positions, third
list contains the pattern lengths and the fourth one contains the
query type for each pattern.
- getFirstTermPositions() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
- getFloatDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#float" datatype.
- getFloats(IndexReader, String) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if
none is found, reads the terms in field
as floats and returns an array
of size reader.maxDoc()
of the value each document
has in the given field.
- getFMeasureAverage() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFMeasureAverage(double) - Method in class gate.util.AnnotationDiffer
-
Gets the average of strict and lenient F-Measure values.
- getFMeasureAverage() - Method in class gate.util.CorpusBenchmarkTool
-
- getFMeasureAverageBdm(String, double) - Method in class gate.util.OntologyMeasures
-
- getFMeasureAverageBdm(double) - Method in class gate.util.OntologyMeasures
-
Gets the average of strict and lenient F-Measure values.
- getFmeasureAverageCalc() - Method in class gate.util.CorpusBenchmarkTool
-
- getFMeasureAverageProc() - Method in class gate.util.CorpusBenchmarkTool
-
- getFMeasureLenient() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFMeasureLenient(double) - Method in class gate.util.AnnotationDiffer
-
Gets the lenient F-Measure (F-Measure where the lenient precision and
recall values are used) using the provided parameter as relative weight.
- getFMeasureLenientBdm(String, double) - Method in class gate.util.OntologyMeasures
-
- getFMeasureLenientBdm(double) - Method in class gate.util.OntologyMeasures
-
- getFMeasureStrict() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getFMeasureStrict(double) - Method in class gate.util.AnnotationDiffer
-
Gets the strict F-Measure (the harmonic weighted mean of the strict
precision and the strict recall) using the provided parameter as relative
weight.
- getFMeasureStrictBdm(String, double) - Method in class gate.util.OntologyMeasures
-
- getFMeasureStrictBdm(double) - Method in class gate.util.OntologyMeasures
-
- getFont(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is a Font then returns its value
otherwise returns null.
- getFontValue() - Method in class gate.swing.JFontChooser
-
- getFrame() - Method in interface gate.wordnet.VerbFrame
-
- getGappDocument() - Method in class gate.util.ant.packager.GappModel
-
Get the JDOM Document representing this GAPP file.
- getGappFileURL() - Method in class gate.util.ant.packager.GappModel
-
Get the URL at which the GAPP file resides.
- getGateAnnotations() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
Gets the GateAnnotations for each pattern.
- getGateHome() - Static method in class gate.Gate
-
Gets the GATE home location.
- getGateHome() - Method in class gate.util.ant.packager.PackageGappTask
-
Get the location of the GATE home directory, used to resolve $gatehome$
relative paths in the GAPP file.
- getGateResource(String) - Static method in class gate.util.Files
-
Get a resource from the GATE resources directory.
- getGateResourceAsByteArray(String) - Static method in class gate.util.Files
-
Get a resource from the GATE resources directory as a byte array.
- getGateResourceAsStream(String) - Static method in class gate.util.Files
-
Get a resource from the GATE resources directory as an InputStream.
- getGateResourceAsString(String) - Static method in class gate.util.Files
-
Get a resource from the GATE resources directory as a String.
- getGenerateMode() - Method in class gate.util.CorpusBenchmarkTool
-
- getGenericEditorActions(AnnotationSet, Annotation) - Method in class gate.gui.docview.AnnotationListView
-
- getGloss() - Method in interface gate.wordnet.Synset
-
textual description of the synset
- getGracefulTimeout() - Method in class gate.creole.RealtimeCorpusController
-
Gets the timeout in milliseconds before execution on a document is
gracefully stopped.
- getGroup() - Method in class gate.creole.Plugin.Maven
-
Get the Maven group ID of this plugin.
- getGroupID() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getGUI() - Method in class gate.gui.docview.AnnotationListView
-
- getGUI() - Method in class gate.gui.docview.AnnotationSetsView
-
- getGUI() - Method in class gate.gui.docview.AnnotationStackView
-
- getGUI() - Method in class gate.gui.docview.CorefEditor
-
- getGUI() - Method in interface gate.gui.docview.DocumentView
-
Returns the actual UI component this view represents.
- getGUI() - Method in class gate.gui.docview.TextualDocumentView
-
- getGuiRoots() - Static method in class gate.gui.MainFrame
-
- getGuiType() - Method in class gate.creole.ResourceData
-
A simple accessor for guiType field
- getHandle() - Method in class gate.gui.docview.AbstractDocumentView
-
- getHasValue() - Method in interface gate.creole.ontology.AllValuesFromRestriction
-
Returns the resource which is set as a restricted value.
- getHasValue() - Method in interface gate.creole.ontology.HasValueRestriction
-
Returns the resource which is set as a value * @return
- getHasValue() - Method in interface gate.creole.ontology.SomeValuesFromRestriction
-
Returns the resource which is set as a value
- getHelpURL() - Method in class gate.creole.Parameter
-
Get the helpURL for this parameter
- getHelpURL() - Method in class gate.creole.ResourceData
-
Get method for the resource helpURL
- getHelpURL() - Method in class gate.Gate.ResourceInfo
-
- getHiddenAttribute(FeatureMap) - Static method in class gate.Gate
-
Returns the value for the HIDDEN attribute of a feature map
- getHits() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the found hits (annic patterns).
- getHits() - Method in interface gate.creole.annic.Searcher
-
return the last seen hits once again
- getHorizontalViews() - Method in class gate.gui.docview.DocumentEditor
-
- getIcon() - Method in class gate.creole.ResourceData
-
Get method for the resource icon
- getIcon() - Method in interface gate.gui.Handle
-
- getIcon(String) - Static method in class gate.gui.MainFrame
-
- getIcon(String, ClassLoader) - Static method in class gate.gui.MainFrame
-
- getIcon() - Method in class gate.gui.NameBearerHandle
-
- getIconHeight() - Method in class gate.resources.img.svg.AddDocumentIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.AddIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.AdvancedIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.AnnieApplicationIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.AnnotationDiffIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ApplicationIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ApplicationsIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.AvailableIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.CIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ClearLogIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ClosedIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.CorpusIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.CorpusTransIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.CreolePluginIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DatastoreIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DatastoresIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DeleteIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DocumentExporterIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DocumentIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DocumentResetIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DownIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.DownloadIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.EditIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.EditListIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ExitIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ExpandedIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ExtendLeftIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ExtendRightIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GATEIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GATENameIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GATEVersionIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GATEXMLIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GazetteerIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.GreenBallIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.HelpIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.InlineXMLIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.InvalidIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.JapeIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.LeftArrowIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.LRIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.lrsIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.MavenIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.NeTransducerIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.NominalCoreferencerIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.OIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.OntologyIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.OpenApplicationIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.OpenFileIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.OrthoMatcherIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ParamIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.PinIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.PinInIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.PosTaggerIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.PRIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ProgressIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.prsIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ReadyMadeIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RedBallIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RefreshIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RemotePluginIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RemoveAnnotationIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RemoveDocumentIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RemoveIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RightArrowIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.RunIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.SaveIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.ScrollLockIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.SearchIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.SentenceSplitterIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.TickIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.TokeniserIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.UpdatesIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.UpdateSiteIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.UpIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.UserPluginIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.WindowNewIcon
-
- getIconHeight() - Method in class gate.resources.img.svg.YellowBallIcon
-
- getIconHeight() - Method in class gate.swing.VerticalTextIcon
-
Returns the icon's height.
- getIconName() - Method in interface gate.DataStore
-
Returns the name of the icon to be used when this datastore is displayed
in the GUI
- getIconName() - Method in class gate.persist.SerialDataStore
-
Returns the name of the icon to be used when this datastore is displayed
in the GUI
- getIconWidth() - Method in class gate.resources.img.svg.AddDocumentIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.AddIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.AdvancedIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.AnnieApplicationIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.AnnotationDiffIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ApplicationIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ApplicationsIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.AvailableIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.CIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ClearLogIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ClosedIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.CorpusIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.CorpusTransIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.CreolePluginIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DatastoreIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DatastoresIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DeleteIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DocumentExporterIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DocumentIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DocumentResetIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DownIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.DownloadIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.EditIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.EditListIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ExitIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ExpandedIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ExtendLeftIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ExtendRightIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GATEIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GATENameIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GATEVersionIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GATEXMLIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GazetteerIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.GreenBallIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.HelpIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.InlineXMLIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.InvalidIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.JapeIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.LeftArrowIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.LRIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.lrsIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.MavenIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.NeTransducerIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.NominalCoreferencerIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.OIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.OntologyIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.OpenApplicationIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.OpenFileIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.OrthoMatcherIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ParamIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.PinIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.PinInIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.PosTaggerIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.PRIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ProgressIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.prsIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ReadyMadeIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RedBallIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RefreshIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RemotePluginIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RemoveAnnotationIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RemoveDocumentIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RemoveIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RightArrowIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.RunIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.SaveIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.ScrollLockIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.SearchIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.SentenceSplitterIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.TickIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.TokeniserIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.UpdatesIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.UpdateSiteIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.UpIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.UserPluginIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.WindowNewIcon
-
- getIconWidth() - Method in class gate.resources.img.svg.YellowBallIcon
-
- getIconWidth() - Method in class gate.swing.VerticalTextIcon
-
Returns the icon's width.
- getId() - Method in class gate.annotation.AnnotationImpl
-
The ID of the annotation.
- getId() - Method in class gate.annotation.NodeImpl
-
Returns the Id of the Node.
- getId() - Method in class gate.relations.SimpleRelation
-
- getID() - Method in class gate.util.GateClassLoader
-
- getId() - Method in interface gate.util.IdBearer
-
The ID.
- getIgnorableTags() - Method in class gate.corpora.NekoHtmlDocumentFormat
-
- getIgnorableTags() - Method in class gate.html.NekoHtmlDocumentHandler
-
Get the set of tag names whose content is ignored by this handler.
- GetImage() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns a string made up of characters from the marked token beginning
to the current buffer position.
- GetImage() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getImage() - Method in class gate.resources.img.svg.AddDocumentIcon
-
- getImage() - Method in class gate.resources.img.svg.AddIcon
-
- getImage() - Method in class gate.resources.img.svg.AdvancedIcon
-
- getImage() - Method in class gate.resources.img.svg.AnnieApplicationIcon
-
- getImage() - Method in class gate.resources.img.svg.AnnotationDiffIcon
-
- getImage() - Method in class gate.resources.img.svg.ApplicationIcon
-
- getImage() - Method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
- getImage() - Method in class gate.resources.img.svg.ApplicationsIcon
-
- getImage() - Method in class gate.resources.img.svg.AvailableIcon
-
- getImage() - Method in class gate.resources.img.svg.CIcon
-
- getImage() - Method in class gate.resources.img.svg.ClearLogIcon
-
- getImage() - Method in class gate.resources.img.svg.ClosedIcon
-
- getImage() - Method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
- getImage() - Method in class gate.resources.img.svg.CorpusIcon
-
- getImage() - Method in class gate.resources.img.svg.CorpusTransIcon
-
- getImage() - Method in class gate.resources.img.svg.CreolePluginIcon
-
- getImage() - Method in class gate.resources.img.svg.DatastoreIcon
-
- getImage() - Method in class gate.resources.img.svg.DatastoresIcon
-
- getImage() - Method in class gate.resources.img.svg.DeleteIcon
-
- getImage() - Method in class gate.resources.img.svg.DocumentExporterIcon
-
- getImage() - Method in class gate.resources.img.svg.DocumentIcon
-
- getImage() - Method in class gate.resources.img.svg.DocumentResetIcon
-
- getImage() - Method in class gate.resources.img.svg.DownIcon
-
- getImage() - Method in class gate.resources.img.svg.DownloadIcon
-
- getImage() - Method in class gate.resources.img.svg.EditIcon
-
- getImage() - Method in class gate.resources.img.svg.EditListIcon
-
- getImage() - Method in class gate.resources.img.svg.ExitIcon
-
- getImage() - Method in class gate.resources.img.svg.ExpandedIcon
-
- getImage() - Method in class gate.resources.img.svg.ExtendLeftIcon
-
- getImage() - Method in class gate.resources.img.svg.ExtendRightIcon
-
- getImage() - Method in class gate.resources.img.svg.GATEIcon
-
- getImage() - Method in class gate.resources.img.svg.GATENameIcon
-
- getImage() - Method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
- getImage() - Method in class gate.resources.img.svg.GATEVersionIcon
-
- getImage() - Method in class gate.resources.img.svg.GATEXMLIcon
-
- getImage() - Method in class gate.resources.img.svg.GazetteerIcon
-
- getImage() - Method in class gate.resources.img.svg.GreenBallIcon
-
- getImage() - Method in class gate.resources.img.svg.HelpIcon
-
- getImage() - Method in class gate.resources.img.svg.InlineXMLIcon
-
- getImage() - Method in class gate.resources.img.svg.InvalidIcon
-
- getImage() - Method in class gate.resources.img.svg.JapeIcon
-
- getImage() - Method in class gate.resources.img.svg.LeftArrowIcon
-
- getImage() - Method in class gate.resources.img.svg.LRIcon
-
- getImage() - Method in class gate.resources.img.svg.lrsIcon
-
- getImage() - Method in class gate.resources.img.svg.MavenIcon
-
- getImage() - Method in class gate.resources.img.svg.NeTransducerIcon
-
- getImage() - Method in class gate.resources.img.svg.NominalCoreferencerIcon
-
- getImage() - Method in class gate.resources.img.svg.OIcon
-
- getImage() - Method in class gate.resources.img.svg.OntologyIcon
-
- getImage() - Method in class gate.resources.img.svg.OpenApplicationIcon
-
- getImage() - Method in class gate.resources.img.svg.OpenFileIcon
-
- getImage() - Method in class gate.resources.img.svg.OrthoMatcherIcon
-
- getImage() - Method in class gate.resources.img.svg.ParamIcon
-
- getImage() - Method in class gate.resources.img.svg.PinIcon
-
- getImage() - Method in class gate.resources.img.svg.PinInIcon
-
- getImage() - Method in class gate.resources.img.svg.PosTaggerIcon
-
- getImage() - Method in class gate.resources.img.svg.PRIcon
-
- getImage() - Method in class gate.resources.img.svg.ProgressIcon
-
- getImage() - Method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
- getImage() - Method in class gate.resources.img.svg.prsIcon
-
- getImage() - Method in class gate.resources.img.svg.ReadyMadeIcon
-
- getImage() - Method in class gate.resources.img.svg.RedBallIcon
-
- getImage() - Method in class gate.resources.img.svg.RefreshIcon
-
- getImage() - Method in class gate.resources.img.svg.RemotePluginIcon
-
- getImage() - Method in class gate.resources.img.svg.RemoveAnnotationIcon
-
- getImage() - Method in class gate.resources.img.svg.RemoveDocumentIcon
-
- getImage() - Method in class gate.resources.img.svg.RemoveIcon
-
- getImage() - Method in class gate.resources.img.svg.RIcon
-
- getImage() - Method in class gate.resources.img.svg.RightArrowIcon
-
- getImage() - Method in class gate.resources.img.svg.RunIcon
-
- getImage() - Method in class gate.resources.img.svg.SaveIcon
-
- getImage() - Method in class gate.resources.img.svg.ScrollLockIcon
-
- getImage() - Method in class gate.resources.img.svg.SearchIcon
-
- getImage() - Method in class gate.resources.img.svg.SentenceSplitterIcon
-
- getImage() - Method in class gate.resources.img.svg.TickIcon
-
- getImage() - Method in class gate.resources.img.svg.TokeniserIcon
-
- getImage() - Method in class gate.resources.img.svg.UpdatesIcon
-
- getImage() - Method in class gate.resources.img.svg.UpdateSiteIcon
-
- getImage() - Method in class gate.resources.img.svg.UpIcon
-
- getImage() - Method in class gate.resources.img.svg.UserPluginIcon
-
- getImage() - Method in class gate.resources.img.svg.WindowNewIcon
-
- getImage() - Method in class gate.resources.img.svg.YellowBallIcon
-
- getIncludeFeatures() - Method in class gate.corpora.export.InlineXMLExporter
-
- getIncludeOriginalMarkups() - Method in class gate.corpora.export.InlineXMLExporter
-
- getIndexAt(Point) - Method in class gate.swing.XJTabbedPane
-
Gets the tab index for a given location
- getIndexByOriginalPosition(long) - Method in class gate.corpora.RepositioningInfo
-
Return the position info index containing @param absPos
If there is no such position info return -1.
- getIndexByOriginalPositionFlow(long) - Method in class gate.corpora.RepositioningInfo
-
Return the position info index containing @param absPos
or the index of record before this position.
- getIndexDefinition() - Method in class gate.corpora.SerialCorpusImpl
-
- getIndexDefinition() - Method in interface gate.creole.ir.IndexedCorpus
-
- getIndexDefinition() - Method in interface gate.creole.ir.IndexManager
-
Gets the index definition for this index manager.
- getIndexDelay() - Method in class gate.persist.LuceneDataStoreImpl
-
- getIndexedAnnotationSetNames() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
This method returns a set of annotation set names that are indexed.
- getIndexedAnnotationSetNames() - Method in interface gate.creole.annic.Searcher
-
Returns an containing names of the indexed annotation sets
* Each entry has the following format:
- getIndexedFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- getIndexedFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
- getIndexedFieldNames(boolean) - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
- getIndexer() - Method in interface gate.creole.annic.Searchable
-
Returns the Indexer
- getIndexer() - Method in class gate.persist.LuceneDataStoreImpl
-
- getIndexFields() - Method in class gate.creole.ir.DefaultIndexDefinition
-
- getIndexFields() - Method in interface gate.creole.ir.IndexDefinition
-
- getIndexLocation() - Method in class gate.creole.ir.DefaultIndexDefinition
-
- getIndexLocation() - Method in interface gate.creole.ir.IndexDefinition
-
- getIndexLocation() - Method in class gate.gui.CreateIndexGUI
-
- getIndexManager() - Method in class gate.corpora.SerialCorpusImpl
-
- getIndexManager() - Method in interface gate.creole.ir.IndexedCorpus
-
- getIndexmanager() - Method in interface gate.creole.ir.IREngine
-
Gets the index manager component of this IR engine.
- getIndexOfChild(Object, Object) - Method in class gate.swing.AbstractTreeTableModel
-
This method is not called by the current implementation of JTree.
- getIndexParameters() - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Returns the indexing parameters
- getIndexStatistics() - Method in class gate.corpora.SerialCorpusImpl
-
- getIndexStatistics() - Method in interface gate.creole.ir.IndexedCorpus
-
- getInitimeDefaults() - Method in class gate.creole.ParameterList
-
Get default initime parameter value set.
- getInitimeParameters() - Method in class gate.creole.ParameterList
-
Get the list of initialisation-time parameters
(as a list of parameter disjunctions).
- getInitParameterValues(Resource) - Static method in class gate.creole.AbstractResource
-
Get the current values for all of a specified resource's
registered init-time parameters.
- getInitParameterValues() - Method in class gate.creole.AbstractResource
-
Get the current values for all this resource's registered
init-time parameters.
- getInitParameterValues() - Method in class gate.creole.AbstractVisualResource
-
Get the current values for all this resource's registered
init-time parameters.
- getInputAnnotationSets(Controller) - Static method in class gate.gui.teamware.TeamwareUtils
-
Get the set of annotation set names that an application requires
for input.
- getInputStream() - Method in class gate.util.ObjectWriter
-
Returns a PipedInputStream from which the object given as parameter for
the constructor can be read.
- getInstance(String) - Static method in class gate.DocumentExporter
-
- getInstance() - Static method in class gate.gui.MainFrame
-
- getInstance(GraphicsConfiguration) - Static method in class gate.gui.MainFrame
-
- getInstantiations() - Method in class gate.creole.ResourceData
-
Get the list of instantiations of resources
- getInt(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is an Integer then returns its value
otherwise returns null.
- getInt(Object, Integer) - Method in class gate.util.OptionsMap
-
- getIntDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#int" datatype.
- getIntegerDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#integer" datatype.
- getInterfaceName() - Method in class gate.creole.ResourceData
-
Get method for the resource interface name
- getInterfacesAndClass(String, Set<String>) - Method in class gate.creole.BootStrap
-
returns the string with the interfaces that implement the main class and
the class that extends it
- getInts(IndexReader, String) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none is
found, reads the terms in field
as integers and returns an array
of size reader.maxDoc()
of the value each document
has in the given field.
- getInverseProperties() - Method in interface gate.creole.ontology.ObjectProperty
-
Returns the set of inverse properties for this property.
- getInverseType() - Method in interface gate.wordnet.Relation
-
returns the inverse relation (Hyponym <-> Hypernym, etc)
- getIREngine() - Method in class gate.gui.CreateIndexGUI
-
- getIrEngineClassName() - Method in class gate.creole.ir.DefaultIndexDefinition
-
Gets the fully qualified class name for the IR engine to be used.
- getIrEngineClassName() - Method in interface gate.creole.ir.IndexDefinition
-
Gets the type of IR engine to be used for indexing
- getItemClassName() - Method in class gate.creole.Parameter
-
If this parameter is a List type this will return the type of the items
in the list.
- getItemCount() - Method in class gate.swing.JChoice
-
- getJarFileName() - Method in class gate.creole.ResourceData
-
Get method for the resource jar file name
- getJarFileUrl() - Method in class gate.creole.ResourceData
-
Get method for the resource jar file URL
- getKappaCohen() - Method in class gate.util.ClassificationMeasures
-
Kappa is defined as the observed agreements minus the agreement
expected by chance.
- getKappaPi() - Method in class gate.util.ClassificationMeasures
-
Kappa is defined as the observed agreements minus the agreement
expected by chance.
- getKey() - Method in interface gate.util.AnnotationDiffer.Pairing
-
Gets the key annotation of the pairing.
- getKey() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getKey() - Method in class gate.util.OrderByRestriction
-
- getKeyAnnotationSetName() - Method in class gate.annotation.CorpusAnnotationDiff
-
Gets the keyAnnotationSetName.
- getKeyCorpus() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getKeyDocument() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Get Key document
- getKeyFeatureNamesSet() - Method in class gate.annotation.CorpusAnnotationDiff
-
Gets the keyFeatureNamesSet in AnnotDiff.
- getKeyIndex() - Method in interface gate.util.AnnotationDiffer.Pairing
-
- getKeyIndex() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getKeysCount() - Method in class gate.util.AnnotationDiffer
-
Gets the number of keys provided.
- getKnownPlugins() - Static method in class gate.Gate
-
Returns the list of CREOLE directories the system knows about (either
pre-installed plugins in the plugins directory or CREOLE directories that
have previously been loaded manually).
- getLabel(Locale) - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- getLabel() - Method in interface gate.wordnet.Relation
-
returns a label for the relation, e.g.
- getLabels() - Method in interface gate.creole.ontology.OResource
-
This method returns a set of labels specified on this resource.
- getLanguage() - Method in class gate.creole.ontology.Literal
-
- getLanguageTag() - Method in class gate.creole.ontology.Literal
-
The language tag of the literal as a two-character lowercase language code
or null if no language tag
is associated.
- getLargeView() - Method in interface gate.gui.Handle
-
Returns the large view for this resource.
- getLargeView() - Method in class gate.gui.NameBearerHandle
-
Returns the large view for this resource.
- getLargeVRsForResource(String) - Method in class gate.creole.CreoleRegisterImpl
-
Returns a list of strings representing class names for large VRs valid for
a given type of language/processing resource.
- getLargeVRsForResource(String) - Method in interface gate.CreoleRegister
-
Returns a list of strings representing class names for large VRs valid
for a given type of language/processing resource.
- getLastDuration() - Method in class gate.util.profile.Profiler
-
- getLastPathComponent(String) - Static method in class gate.util.Files
-
It returns the last component in a file path.
- getLeftAnnotation() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Gets the left annotation
- getLeftContextStartOffset() - Method in class gate.creole.annic.Pattern
-
Returns the start offset of the left context
- getLeftType() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Get the left type
- getLemma() - Method in interface gate.wordnet.Word
-
returns the lemma of this word
- getLexicalRelations() - Method in interface gate.wordnet.WordSense
-
return the Lex relations this sense participates in
- getLexicalRelations(int) - Method in interface gate.wordnet.WordSense
-
return the Lex relations (of the specified type) this sense participates in
- getLikelyInputAnnotationSets(Controller) - Static method in class gate.gui.teamware.TeamwareUtils
-
Analyse the given controller and return a list of likely candidate
input annotation sets.
- getLikelyOutputAnnotationSets(Controller) - Static method in class gate.gui.teamware.TeamwareUtils
-
Analyse the given controller and return a list of likely candidate
output annotation sets.
- getLine() - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Deprecated.
- getLine() - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
Deprecated.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class gate.gui.ResourceRenderer
-
- getListComponent() - Method in class gate.gui.docview.AnnotationSetsView
-
- getListeners() - Static method in class gate.Gate
-
Returns the listeners map, a map that holds all the listeners that
are singletons (e.g.
- getLiteral() - Method in interface gate.creole.ontology.LiteralOrONodeID
-
Get the
Literal
object if this object represents a literal.
- getLiteral() - Method in interface gate.creole.ontology.OValue
-
Get the
Literal
object if this object represents a literal.
- getLocale() - Method in class gate.creole.annic.apache.lucene.search.SortField
-
Returns the Locale by which term values are interpreted.
- getLocale(String) - Static method in class gate.creole.ontology.DataType
-
Gets the respective locale for the given 2 character language code.
- getLocale(String) - Static method in class gate.creole.ontology.OntologyUtilities
-
- getLocationForResource(String) - Method in class gate.swing.XJFileChooser
-
- getLocations() - Method in class gate.swing.XJFileChooser
-
Useful to modify the locations used by this file chooser.
- getLogicalStart() - Method in class gate.util.reporting.DocTimeReporter
-
Returns the marker indicating logical start of a run.
- getLogicalStart() - Method in class gate.util.reporting.PRTimeReporter
-
Returns the marker indicating logical start of a run.
- getLongDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#long" datatype.
- getLr(String, Object) - Method in interface gate.DataStore
-
Get a resource from the persistent store.
- getLr(String, Object) - Method in class gate.persist.LuceneDataStoreImpl
-
- getLr(String, Object) - Method in class gate.persist.SerialDataStore
-
- getLrIds(String) - Method in interface gate.DataStore
-
Get a list of the IDs of LRs of a particular type that are present.
- getLrIds(String) - Method in class gate.persist.SerialDataStore
-
Get a list of the IDs of LRs of a particular type that are present.
- getLrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all instantiations of LR in the register.
- getLrInstances(String) - Method in class gate.creole.CreoleRegisterImpl
-
- getLrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all instantiations of LR in the register.
- getLrInstances(String) - Method in interface gate.CreoleRegister
-
Get a list of all the known Language Resource instances in the register
whose class is resourceTypeName
.
- getLrName(Object) - Method in interface gate.DataStore
-
Get the name of an LR from its ID.
- getLrName(Object) - Method in class gate.persist.SerialDataStore
-
Get the name of an LR from its ID.
- getLrNames(String) - Method in interface gate.DataStore
-
Get a list of the names of LRs of a particular type that are present.
- getLrNames(String) - Method in class gate.persist.SerialDataStore
-
Get a list of the names of LRs of a particular type that are present.
- getLRPersistenceId() - Method in class gate.creole.AbstractLanguageResource
-
Returns the persistence id of this LR, if it has been stored in
a datastore.
- getLRPersistenceId() - Method in interface gate.LanguageResource
-
Returns the persistence id of this LR, if it has been stored in
a datastore.
- getLrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of LR in the register.
- getLrTypes() - Method in interface gate.CreoleRegister
-
Get the list of types of LR in the register.
- getLrTypes() - Method in interface gate.DataStore
-
Get a list of the types of LR that are present in the data store.
- getLrTypes() - Method in class gate.persist.SerialDataStore
-
Get a list of the types of LR that are present in the data store.
- getMainFrame() - Static method in class gate.Main
-
Get the main frame of the GUI.
- getMap(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is a map then returns its value
otherwise returns an empty map.
- getMarkedClean() - Method in class gate.util.CorpusBenchmarkTool
-
- getMarkedDS() - Method in class gate.util.CorpusBenchmarkTool
-
- getMarkedStored() - Method in class gate.util.CorpusBenchmarkTool
-
- getMarkupAware() - Method in class gate.corpora.DocumentImpl
-
Get the markup awareness status of the Document.
- getMarkupAware() - Method in interface gate.Document
-
Get the markup awareness status of the Document.
- getMarkupElementsMap() - Method in class gate.DocumentFormat
-
Get the markup elements map
- getMavenCache() - Method in class gate.util.ant.packager.PackageGappTask
-
Location where the task should create a local cache of any referenced Maven plugins
and their dependencies.
- getMavenPlugins() - Method in class gate.util.ant.packager.GappModel
-
Get the Maven plugins referenced by this GAPP file.
- getMaxClauseCount() - Static method in class gate.creole.annic.apache.lucene.search.BooleanQuery
-
Return the maximum number of clauses permitted, 1024 by default.
- getMaxDocumentInReport() - Method in class gate.util.reporting.DocTimeReporter
-
Returns the maximum no of documents to be shown in the report.
- getMaximumArity() - Method in class gate.relations.RelationSet
-
Returns the maximum arity for any relation in this
RelationSet
.
- getMaximumFastChoices() - Method in class gate.swing.JChoice
-
- getMaximumSize() - Method in class gate.gui.ResourceRenderer
-
- getMaximumWidth() - Method in class gate.swing.JChoice
-
- getMeasuresRow(Object[], String) - Method in class gate.util.AnnotationDiffer
-
- getMeasuresRow(Object[], String) - Method in class gate.util.ClassificationMeasures
-
- getMeasuresRow(Object[], String) - Method in class gate.util.OntologyMeasures
-
- getMembers() - Method in interface gate.relations.Relation
-
Gets the members of the relation.
- getMembers() - Method in class gate.relations.SimpleRelation
-
- getMenu() - Method in class gate.creole.PackagedController
-
- getMessage() - Method in exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error gate.creole.annic.apache.lucene.analysis.standard.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMetadataArtifactURL() - Method in class gate.creole.Plugin.Maven
-
- getMetadataXML() - Method in class gate.creole.Plugin
-
Returns a creole.xml file which is only guaranteed to contain information
about the resources within the plugin and not dependency requirements.
- getMetadataXML() - Method in class gate.creole.Plugin.Maven
-
- getMethodsAndFields(List<FeatureMethod>, List<FeatureMethod>) - Method in class gate.creole.BootStrap
-
create the form for the methods from the class that create the resource
- getMimeType() - Method in class gate.corpora.DocumentImpl
-
Get the specific MIME type for this document, if set
- getMimeType() - Method in class gate.DocumentExporter
-
- getMimeType() - Method in class gate.DocumentFormat
-
Gets the mime Type
- getMimeType() - Method in class gate.gui.CorpusFillerComponent
-
Gets the mime type selected by the user.
- getMimeTypeForString(String) - Static method in class gate.DocumentFormat
-
Utility method to get a
MimeType
given the type string.
- getMinimumGateVersion() - Method in class gate.creole.Plugin
-
- getMinimumSize() - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradeStrategyRenderer
-
- getMinimumSize() - Method in class gate.gui.ResourceRenderer
-
- getMinJdkVersion() - Static method in class gate.Gate
-
Get the minimum supported version of the JDK
- getMissing() - Method in class gate.util.AnnotationDiffer
-
- getModel() - Method in class gate.swing.JChoice
-
- getMoreInfo() - Method in class gate.util.CorpusBenchmarkTool
-
- getMostSpecificConstructor(Class<?>, Class<?>) - Static method in class gate.util.Tools
-
Find the constructor to use to create an instance of
targetClass
from one of paramClass
.
- getMostSpecificPersistentType(Class<?>) - Static method in class gate.util.persistence.PersistenceManager
-
Finds the most specific persistent replacement type for a given
class.
- getName() - Method in class gate.annotation.AnnotationSetImpl
-
Get the name of this set.
- getName() - Method in class gate.creole.AbstractResource
-
Returns the name of this resource
- getName() - Method in class gate.creole.annic.Term
-
- getName() - Method in class gate.creole.ir.IndexField
-
- getName() - Method in interface gate.creole.ir.IREngine
-
Gets the name for this IR engine.
- getName() - Method in class gate.creole.ir.Term
-
- getName() - Method in interface gate.creole.ontology.OResource
-
Gets resource name.
- getName() - Method in class gate.creole.Parameter
-
Get the name for this parameter
- getName() - Method in class gate.creole.Plugin.Component
-
- getName() - Method in class gate.creole.Plugin.Directory
-
- getName() - Method in class gate.creole.Plugin
-
- getName() - Method in class gate.creole.Plugin.Maven
-
- getName() - Method in class gate.creole.ResourceData
-
Get method for the resource name
- getName() - Method in class gate.DocumentExporter
-
- getName() - Method in class gate.gui.ParameterDisjunction
-
returns the name of the curently selected parameter.
- getName() - Method in class gate.persist.SerialDataStore
-
Returns the name of this resource
- getName() - Method in interface gate.SimpleAnnotationSet
-
Get the name of this set.
- getName() - Method in class gate.util.AbstractNameBearer
-
Returns the name of this resource
- getName() - Method in interface gate.util.NameBearer
-
Returns the name of this resource
- getNamedAnnotationSets() - Method in class gate.corpora.DocumentImpl
-
Returns a map (possibly empty) with the named annotation sets.
- getNamedAnnotationSets() - Method in interface gate.Document
-
Returns a map with the named annotation sets
- getNames() - Method in class gate.gui.ParameterDisjunction
-
Returns the names of the parameters in this disjunction.
- getNamesOfSerializedFiles(String) - Method in class gate.creole.annic.lucene.LuceneIndexer
-
This method returns a set of annotation set names that are indexed.
- getNameSpace() - Method in interface gate.creole.ontology.ONodeID
-
- getNameSpace() - Method in class gate.creole.ontology.URI
-
Deprecated.
Retrieves the name space part from the URI.
- getNegativeIntegerDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#negativeInteger"
datatype.
- getNetRunTime() - Method in class gate.util.profile.Profiler
-
Returns the time spend in the last run without the time
spend by the profiler.
- getNewElement() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getNewPath() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getNextAnnotation() - Method in interface gate.gui.annedit.AnnotationEditorOwner
-
Called by the editor for obtaining the next annotation to be edited.
- getNextAnnotation() - Method in class gate.gui.docview.AnnotationListView
-
- getNextAnnotation() - Method in class gate.gui.docview.AnnotationSetsView
-
- getNextAnnotationId() - Method in class gate.corpora.DocumentImpl
-
Generate and return the next annotation ID
- getNextColor() - Method in class gate.swing.ColorGenerator
-
Gets the next random colour
- getNextNodeId() - Method in class gate.corpora.DocumentImpl
-
Generate and return the next node ID
- getNextOf(K) - Method in class gate.util.RBTreeMap
-
Returns the value associated to the next key in the map if an exact match
doesn't exist.
- getNextToken() - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
- getNextToken() - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- getNl() - Static method in class gate.util.Strings
-
Get local fashion for newlines.
- getNonNegativeIntegerDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
datatype.
- getNonPositiveIntegerDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#nonPositiveInteger"
datatype.
- getNumOfDocumentsToFetch() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Returns the number of documents to fetch
- getObject() - Method in interface gate.creole.ontology.Triple
-
- getObjectProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of Object Properties in the ontology.
- getObjectProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Returns the object property for the given URI or null if there is
no object property with that URI.
- getObjectPropertyValues(ObjectProperty) - Method in interface gate.creole.ontology.OInstance
-
Gets a list of values for the given Property (Object, Symmetric and
Transitive).
- getObservedAgreement() - Method in class gate.util.ClassificationMeasures
-
Portion of the instances on which the annotators agree.
- getOClass(ONodeID) - Method in interface gate.creole.ontology.Ontology
-
Retrieves a both named classes and anonymous classes and retrictions that
match either the URI or the blank node identifier represented by ONodeID
- getOClasses(byte) - Method in interface gate.creole.ontology.OInstance
-
Deprecated.
- getOClasses(OConstants.Closure) - Method in interface gate.creole.ontology.OInstance
-
- getOClasses(boolean) - Method in interface gate.creole.ontology.Ontology
-
Retrieves all ontology classes in a set.
- getOClassesIterator(boolean) - Method in interface gate.creole.ontology.Ontology
-
Return an iterator to retrieve all ontology classes in the ontology.
- getOffendingPocessingResources() - Method in class gate.creole.AbstractController
-
Checks whether all the contained PRs have all the required runtime
parameters set.
- getOffendingPocessingResources() - Method in class gate.creole.ConditionalSerialAnalyserController
-
Checks whether all the contained PRs have all the required runtime
parameters set.
- getOffendingPocessingResources() - Method in class gate.creole.SerialAnalyserController
-
Checks whether all the contained PRs have all the required runtime
parameters set.
- getOffset() - Method in class gate.annotation.NodeImpl
-
Offset (will be null when the node is not anchored)
- getOffset() - Method in interface gate.Node
-
Offset (will be null when the node is not anchored)
- getOffset() - Method in interface gate.wordnet.Synset
-
offset in index files
- getOInstance(OURI) - Method in interface gate.creole.ontology.Ontology
-
Gets the instance with the given URI.
- getOInstances() - Method in interface gate.creole.ontology.Ontology
-
Gets all instances in the ontology.
- getOInstances(OClass, byte) - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getOInstances(OClass, OConstants.Closure) - Method in interface gate.creole.ontology.Ontology
-
Gets instances in the ontology, which belong to this class.
- getOInstancesIterator() - Method in interface gate.creole.ontology.Ontology
-
- getOInstancesIterator(OClass, OConstants.Closure) - Method in interface gate.creole.ontology.Ontology
-
- getOldElement() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getOldPath() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getOnlyAnn(AnnotationSet) - Static method in class gate.Utils
-
Returns the only annotation that annset is expected to contains, throws an
exception if there is not exactly one annotation.
- getONodeID() - Method in interface gate.creole.ontology.LiteralOrONodeID
-
Get the
ONodeID
object if this object represents a node ID.
- getONodeID() - Method in interface gate.creole.ontology.OResource
-
- getOnPropertyValue() - Method in interface gate.creole.ontology.Restriction
-
Return the property on which the restriction is specified
- getOntology(URL) - Static method in class gate.creole.ontology.OntologyUtilities
-
- getOntology() - Method in interface gate.creole.ontology.OResource
-
Gets the ontology to which the resource belongs.
- getOntologyAnnotationValues(AnnotationProperty) - Method in interface gate.creole.ontology.Ontology
-
Get the values of an ontology annotation property.
- getOntologyData(byte) - Method in interface gate.creole.ontology.Ontology
-
- getOntologyTripleStore() - Method in interface gate.creole.ontology.Ontology
-
Return an object representing the triple store which backs the ontology.
- getOntologyURI() - Method in interface gate.creole.ontology.Ontology
-
Get the URI of this ontology.
- getOnUnresolved() - Method in class gate.util.ant.packager.PackageGappTask
-
Get the action performed when there are unresolved resources.
- getOperator() - Method in class gate.util.OrderByRestriction
-
- getOrderingString() - Method in class gate.corpora.DocumentImpl
-
Utility method to produce a string for comparison in ordering.
- getOrderInSynset() - Method in interface gate.wordnet.WordSense
-
order of this sense relative to the synset- i.e.
- getOResource() - Method in interface gate.creole.ontology.OValue
-
Get the
OResource
object if this object represents a resource.
- getOResourceByName(String) - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getOResourceFromMap(String) - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getOResourcesByName(String) - Method in interface gate.creole.ontology.Ontology
-
This method checks in its cache to find out the OResources for the
given resource name.
- getOResourcesWith(RDFProperty, Literal) - Method in interface gate.creole.ontology.Ontology
-
This method given a property (either an annotation or datatype),
retrieves a list of resources which have the provided literal set
as a value.
- getOResourcesWith(RDFProperty, OResource) - Method in interface gate.creole.ontology.Ontology
-
This method given a property (either object, transitive, symmetric
or rdf), retrieves a list of resources which have the provided
resource set as a value.
- getOrigHeight() - Static method in class gate.resources.img.svg.AddDocumentIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.AddIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.AdvancedIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.AnnieApplicationIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.AnnotationDiffIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ApplicationIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ApplicationsIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.AvailableIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.CIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ClearLogIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ClosedIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.CorpusIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.CorpusTransIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.CreolePluginIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DatastoreIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DatastoresIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DeleteIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DocumentExporterIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DocumentIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DocumentResetIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DownIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.DownloadIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.EditIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.EditListIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ExitIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ExpandedIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ExtendLeftIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ExtendRightIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GATEIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GATENameIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GATEVersionIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GATEXMLIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GazetteerIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.GreenBallIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.HelpIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.InlineXMLIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.InvalidIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.JapeIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.LeftArrowIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.LRIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.lrsIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.MavenIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.NeTransducerIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.NominalCoreferencerIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.OIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.OntologyIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.OpenApplicationIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.OpenFileIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.OrthoMatcherIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ParamIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.PinIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.PinInIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.PosTaggerIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.PRIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ProgressIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.prsIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ReadyMadeIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RedBallIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RefreshIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RemotePluginIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RemoveAnnotationIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RemoveDocumentIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RemoveIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RightArrowIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.RunIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.SaveIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.ScrollLockIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.SearchIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.SentenceSplitterIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.TickIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.TokeniserIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.UpdatesIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.UpdateSiteIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.UpIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.UserPluginIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.WindowNewIcon
-
Returns the height of the bounding box of the original SVG image.
- getOrigHeight() - Static method in class gate.resources.img.svg.YellowBallIcon
-
Returns the height of the bounding box of the original SVG image.
- getOriginalContent() - Method in class gate.corpora.DocumentContentImpl
-
Return the original content of the document received during the loading
phase or on construction from string.
- getOriginalErr() - Method in class gate.gui.LogArea
-
Returns the original printstream on System.err
- getOriginalErr() - Method in class gate.gui.MainFrame
-
Gets the original system error output stream, which was later
redirected to the messages pane.
- getOriginalLength() - Method in class gate.corpora.RepositioningInfo.PositionInfo
-
Length of peace of text in the original content
- getOriginalOut() - Method in class gate.gui.LogArea
-
Returns the original printstream on System.out
- getOriginalOut() - Method in class gate.gui.MainFrame
-
Gets the original system output stream, which was later redirected
to the messages pane.
- getOriginalPos(long) - Method in class gate.corpora.RepositioningInfo
-
- getOriginalPos(long, boolean) - Method in class gate.corpora.RepositioningInfo
-
Compute position in original content by position in the extracted content.
- getOriginalPosFlow(long) - Method in class gate.corpora.RepositioningInfo
-
Not finished yet
- getOriginalPosition() - Method in class gate.corpora.RepositioningInfo.PositionInfo
-
Position in the original content
- getOriginalUserConfig() - Static method in class gate.Gate
-
Get the original, initialisation-time, GATE development environment
configuration data (initialised from gate.xml).
- getOrigWidth() - Static method in class gate.resources.img.svg.AddDocumentIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.AddIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.AdvancedIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.AnnieApplicationIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.AnnotationDiffIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ApplicationIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ApplicationsIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.AvailableIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.CIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ClearLogIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ClosedIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.CorpusIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.CorpusTransIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.CreolePluginIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DatastoreIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DatastoresIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DeleteIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DocumentExporterIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DocumentIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DocumentResetIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DownIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.DownloadIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.EditIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.EditListIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ExitIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ExpandedIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ExtendLeftIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ExtendRightIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GATEIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GATENameIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GATEVersionIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GATEXMLIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GazetteerIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.GreenBallIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.HelpIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.InlineXMLIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.InvalidIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.JapeIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.LeftArrowIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.LRIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.lrsIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.MavenIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.NeTransducerIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.NominalCoreferencerIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.OIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.OntologyIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.OpenApplicationIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.OpenFileIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.OrthoMatcherIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ParamIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.PinIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.PinInIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.PosTaggerIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.PRIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ProgressIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.prsIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ReadyMadeIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RedBallIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RefreshIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RemotePluginIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RemoveAnnotationIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RemoveDocumentIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RemoveIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RightArrowIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.RunIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.SaveIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.ScrollLockIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.SearchIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.SentenceSplitterIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.TickIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.TokeniserIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.UpdatesIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.UpdateSiteIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.UpIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.UserPluginIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.WindowNewIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigWidth() - Static method in class gate.resources.img.svg.YellowBallIcon
-
Returns the width of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AddDocumentIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AddIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AdvancedIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AnnieApplicationIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AnnotationDiffIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ApplicationIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ApplicationsIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.AvailableIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.CIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ClearLogIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ClosedIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.CorpusIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.CorpusTransIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.CreolePluginIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DatastoreIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DatastoresIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DeleteIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DocumentExporterIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DocumentIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DocumentResetIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DownIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.DownloadIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.EditIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.EditListIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ExitIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ExpandedIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ExtendLeftIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ExtendRightIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GATEIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GATENameIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GATEVersionIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GATEXMLIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GazetteerIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.GreenBallIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.HelpIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.InlineXMLIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.InvalidIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.JapeIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.LeftArrowIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.LRIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.lrsIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.MavenIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.NeTransducerIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.NominalCoreferencerIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.OIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.OntologyIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.OpenApplicationIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.OpenFileIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.OrthoMatcherIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ParamIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.PinIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.PinInIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.PosTaggerIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.PRIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ProgressIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.prsIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ReadyMadeIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RedBallIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RefreshIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RemotePluginIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RemoveAnnotationIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RemoveDocumentIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RemoveIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RightArrowIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.RunIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.SaveIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.ScrollLockIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.SearchIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.SentenceSplitterIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.TickIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.TokeniserIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.UpdatesIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.UpdateSiteIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.UpIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.UserPluginIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.WindowNewIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigX() - Static method in class gate.resources.img.svg.YellowBallIcon
-
Returns the X of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AddDocumentIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AddIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AdvancedIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AnnieApplicationIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AnnotationDiffIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ApplicationIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ApplicationsIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.AvailableIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.CIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ClearLogIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ClosedIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.CorpusIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.CorpusTransIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.CreolePluginIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DatastoreIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DatastoresIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DeleteIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DocumentExporterIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DocumentIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DocumentResetIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DownIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.DownloadIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.EditIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.EditListIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ExitIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ExpandedIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ExtendLeftIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ExtendRightIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GATEIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GATENameIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GATEVersionIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GATEXMLIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GazetteerIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.GreenBallIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.HelpIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.InlineXMLIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.InvalidIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.JapeIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.LeftArrowIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.LRIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.lrsIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.MavenIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.NeTransducerIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.NominalCoreferencerIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.OIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.OntologyIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.OpenApplicationIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.OpenFileIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.OrthoMatcherIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ParamIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.PinIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.PinInIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.PosTaggerIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.PRIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ProgressIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.prsIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ReadyMadeIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RedBallIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RefreshIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RemotePluginIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RemoveAnnotationIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RemoveDocumentIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RemoveIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RightArrowIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.RunIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.SaveIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.ScrollLockIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.SearchIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.SentenceSplitterIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.TickIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.TokeniserIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.UpdatesIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.UpdateSiteIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.UpIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.UserPluginIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.WindowNewIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOrigY() - Static method in class gate.resources.img.svg.YellowBallIcon
-
Returns the Y of the bounding box of the original SVG image.
- getOURI() - Method in interface gate.creole.ontology.OInstance
-
- getOURI() - Method in interface gate.creole.ontology.RDFProperty
-
Get the URI of the property.
- getOutputAnnotationSets(Controller) - Static method in class gate.gui.teamware.TeamwareUtils
-
Get the set of annotation set names that an application uses for
output.
- getOverlappingAnnotations(AnnotationSet, Annotation) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that
partly or totally overlap
the range of the specified annotation.
- getOverlappingAnnotations(AnnotationSet, Annotation, String) - Static method in class gate.Utils
-
Get all the annotations of type targetType
from the source annotation set that partly or totally overlap
the range of the specified annotation.
- getOverlappingAnnotations(AnnotationSet, AnnotationSet) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set that overlap
the range of the specified annotation set.
- getOverlappingAnnotations(AnnotationSet, AnnotationSet, String) - Static method in class gate.Utils
-
Get all the annotations from the source annotation set with a type equal to
targetType that partly or completely overlap the range of the specified
annotation set.
- getOwner() - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
- getOwner() - Method in class gate.gui.annedit.SearchAndAnnotatePanel
-
- getOwner() - Method in class gate.gui.docview.AbstractDocumentView
-
- getOwner() - Method in class gate.gui.docview.AnnotationEditor
-
- getPadChar() - Static method in class gate.util.Err
-
An accesor method for padChar
- getPadChar() - Static method in class gate.util.Out
-
An accesor method for padChar
- getParameter() - Method in class gate.gui.ParameterDisjunction
-
- getParameterClass() - Method in class gate.creole.Parameter
-
Find the class for this parameter type.
- getParameterList() - Method in class gate.creole.ResourceData
-
Get the parameter list
- getParameters() - Method in interface gate.creole.annic.Indexer
-
Returns the parameters
- getParameters() - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Returns the set parameters
- getParameters() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the search parameters set by user.
- getParameters() - Method in interface gate.creole.annic.Searcher
-
Returns the recently set parameters
- getParameters() - Method in class gate.gui.ParameterDisjunction
-
- getParameterValue(String) - Method in class gate.annotation.CorpusAnnotationDiff
-
Gets the value of a parameter of this resource.
- getParameterValue(String) - Method in class gate.corpora.MimeType
-
Gets the value for a particular parameter.
- getParameterValue(Resource, String) - Static method in class gate.creole.AbstractResource
-
Gets the value of a parameter for a resource.
- getParameterValue(String) - Method in class gate.creole.AbstractResource
-
Gets the value of a parameter of this resource.
- getParameterValue(String) - Method in class gate.creole.AbstractVisualResource
-
Gets the value of a parameter of this resource.
- getParameterValue(String) - Method in class gate.gui.FeaturesSchemaEditor
-
Gets the value of a parameter of this resource.
- getParameterValue(String) - Method in class gate.gui.SerialDatastoreViewer
-
Gets the value of a parameter of this resource.
- getParameterValue(String) - Method in interface gate.Resource
-
Gets the value of a parameter of this resource.
- getParameterValues(Resource, List<List<Parameter>>) - Static method in class gate.creole.AbstractResource
-
Get the current values of the given parameters from the given
resource.
- getParameterValues() - Method in class gate.gui.ResourceParametersEditor
-
Gets the current values for the parameters.
- getParent() - Method in class gate.creole.AbstractLanguageResource
-
Returns the parent LR of this LR.
- getParent() - Method in interface gate.LanguageResource
-
Returns the parent LR of this LR.
- getPartiallyCorrectMatches() - Method in class gate.util.AnnotationDiffer
-
Gets the number of partially correct matches.
- getPathSep() - Static method in class gate.util.Strings
-
Get local fashion for path separators (e.g.
- getPatternAnnotations(int, int) - Method in class gate.creole.annic.Pattern
-
Returns the annotations lying between the start and the end offsets
- getPatternAnnotations() - Method in class gate.creole.annic.Pattern
-
Returns all annotations underlying the pattern
- getPatternAnnotations(String) - Method in class gate.creole.annic.Pattern
-
Returns the annotations with the given type
- getPatternAnnotations(String, String) - Method in class gate.creole.annic.Pattern
-
Returns the annotations with the given type and the feature
- getPatternLength() - Method in class gate.creole.annic.lucene.PatternValidator
-
Gets the length of the pattern.
- getPatternText() - Method in class gate.creole.annic.Pattern
-
Returns the text of the pattern
- getPatternText(int, int) - Method in class gate.creole.annic.Pattern
-
Returns the text of the pattern between the given offsets
- getPermittedValues() - Method in class gate.creole.FeatureSchema
-
Returns the permissible values as a Set
- getPersistentID() - Method in class gate.corpora.DocumentData
-
- getPersistentRepresentation(Object) - Static method in class gate.util.persistence.PersistenceManager
-
Recursively traverses the provided object and replaces it and all
its contents with the appropriate persistent equivalent classes.
- getPipelineURL() - Method in class gate.creole.PackagedController
-
- getPlugin(Class<?>) - Static method in class gate.creole.Plugin
-
Given a class return the Plugin instance from which it was loaded.
- getPlugin() - Method in class gate.creole.ResourceData
-
- getPlugins() - Method in class gate.creole.CreoleRegisterImpl
-
- getPlugins() - Method in interface gate.CreoleRegister
-
- getPlugins(String) - Static method in class gate.Gate
-
Returns information about plugin directories which provide the requested
resource
- getPluginsHome() - Static method in class gate.Gate
-
Get the location of the plugins directory.
- getPluginURLs() - Method in class gate.util.ant.packager.GappModel
-
Get the plugin URLs that are referenced by relative paths in this
GAPP file.
- getPluginVersions(String, String) - Static method in class gate.util.persistence.UpgradeXGAPP
-
- getPopup() - Method in interface gate.gui.Handle
-
- getPopup() - Method in class gate.gui.NameBearerHandle
-
- getPopupMenuOrigin() - Method in class gate.swing.JMenuButton
-
Method largely borrowed from Swing's JMenu.
- getPOS() - Method in interface gate.wordnet.Synset
-
returns the part-of-speech for this synset, see WordNet::POS_XXX constants
- getPOS() - Method in interface gate.wordnet.WordSense
-
part-of-speech for this sense (inherited from the containing synset)
- getPosition() - Method in class gate.creole.annic.apache.lucene.analysis.Token
-
- getPosition() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the position of this annotation in the token stream.
- getPositionIncrement() - Method in class gate.creole.annic.apache.lucene.analysis.Token
-
Returns the position increment of this Token.
- getPositiveIntegerDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#positiveInteger"
datatype.
- getPR() - Method in class gate.creole.AnalyserRunningStrategy
-
- getPR() - Method in interface gate.creole.RunningStrategy
-
Gets the associated ProcessingResource.
- getPR() - Method in class gate.creole.RunningStrategy.UnconditionalRunningStrategy
-
- getPr() - Method in class gate.event.ControllerEvent
-
- getPrecisionAverage() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getPrecisionAverage() - Method in class gate.util.AnnotationDiffer
-
Gets the average of the strict and lenient precision values.
- getPrecisionAverage() - Method in class gate.util.CorpusBenchmarkTool
-
Returns the average precision over the entire set of processed documents.
- getPrecisionAverageBdm(String) - Method in class gate.util.OntologyMeasures
-
- getPrecisionAverageBdm() - Method in class gate.util.OntologyMeasures
-
Gets the average of the strict and lenient precision values.
- getPrecisionAverageCalc() - Method in class gate.util.CorpusBenchmarkTool
-
- getPrecisionAverageProc() - Method in class gate.util.CorpusBenchmarkTool
-
For processed documents
- getPrecisionLenient() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getPrecisionLenient() - Method in class gate.util.AnnotationDiffer
-
Gets the lenient precision (where the partial matches are considered as
correct).
- getPrecisionLenientBdm(String) - Method in class gate.util.OntologyMeasures
-
- getPrecisionLenientBdm() - Method in class gate.util.OntologyMeasures
-
- getPrecisionStrict() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getPrecisionStrict() - Method in class gate.util.AnnotationDiffer
-
Gets the strict precision (the ratio of correct responses out of all the
provided responses).
- getPrecisionStrictBdm(String) - Method in class gate.util.OntologyMeasures
-
AP = (sum of BDMs for BDM-matching pair spurious/missing + Correct)
/ (Correct + Spurious)
- getPrecisionStrictBdm() - Method in class gate.util.OntologyMeasures
-
- getPredicate() - Method in interface gate.creole.ontology.Triple
-
- getPreferredScrollableViewportSize() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getPreferredScrollableViewportSize() - Method in class gate.swing.XJTable
-
- getPreferredSize() - Method in class gate.swing.JChoice
-
- getPreferredSize() - Method in class gate.swing.XJTable
-
- getPreferredWidthForColumn(int) - Method in class gate.swing.MenuLayout
-
- getPreserveOriginalContent() - Method in class gate.corpora.DocumentImpl
-
Get the preserving of content status of the Document.
- getPreserveOriginalContent() - Method in interface gate.Document
-
Get the preserving of content status of the Document.
- getPreviousAnnotation() - Method in interface gate.gui.annedit.AnnotationEditorOwner
-
Called by the editor for obtaining the previous annotation to be edited.
- getPreviousAnnotation() - Method in class gate.gui.docview.AnnotationListView
-
- getPreviousAnnotation() - Method in class gate.gui.docview.AnnotationSetsView
-
- getPrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all instantiations of PR in the register.
- getPrInstances(String) - Method in class gate.creole.CreoleRegisterImpl
-
- getPrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all instantiations of PR in the register.
- getPrInstances(String) - Method in interface gate.CreoleRegister
-
Get a list of all the known Processing Resource instances in the register
whose class is resourceTypeName
.
- getPrintMedia() - Method in class gate.util.reporting.DocTimeReporter
-
Returns the name of the media on which report will be generated.
- getPrintMedia() - Method in class gate.util.reporting.PRTimeReporter
-
Returns the name of the media on which report will be generated.
- getPrintWriter() - Static method in class gate.util.Err
-
This sets a new printWriter
- getPrintWriter() - Static method in class gate.util.Out
-
This sets a new printWriter
- getPRMatchingRegex() - Method in class gate.util.reporting.DocTimeReporter
-
Returns the search string to be matched to PR names present in the log
entries.
- getProfilerTime() - Method in class gate.util.profile.Profiler
-
Returns the time spend by the profiler during the last run.
- getPropertiesWithResourceAsDomain() - Method in interface gate.creole.ontology.OResource
-
This method returns a set of all properties where the current
resource has been specified as one of the domain resources.
- getPropertiesWithResourceAsRange() - Method in interface gate.creole.ontology.OResource
-
This method returns a set of all properties where the current
resource has been specified as one of the range resources.
- getProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Returns the property for a given URI or null if there is no property
with that URI.
- getProperty(String) - Method in class gate.util.xml.XML11OutputFactory
-
- getPropertyDefinitions() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of RDF, Object, Datatype, Symmetric and Transitive
property definitions in this ontology.
- getPropertyUrl() - Method in interface gate.wordnet.WordNet
-
- getPropertyValue(Document) - Method in class gate.creole.ir.DocumentContentReader
-
- getPropertyValue(Document) - Method in class gate.creole.ir.FeatureReader
-
- getPropertyValue(Document) - Method in interface gate.creole.ir.PropertyReader
-
- getProxy(RemoteRepository) - Method in class gate.util.maven.ChainedProxySelector
-
- getPRs() - Method in interface gate.Controller
-
- getPRs() - Method in class gate.creole.SerialController
-
Returns all the
ProcessingResource
s contained by thisFeature
controller as an unmodifiable list.
- getPrTimeMap() - Method in class gate.creole.SerialController
-
Returns the HashMap that lists the total time taken by each PR
- getPrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of PR in the register.
- getPrTypes() - Method in interface gate.CreoleRegister
-
Get the list of types of PR in the register.
- getPublicControllerTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private types of controller in the register.
- getPublicControllerTypes() - Method in interface gate.CreoleRegister
-
Get a list of all non-private types of Controller in the register.
- getPublicLrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private instantiations of LR in the register.
- getPublicLrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all non-private instantiations of LR in the register.
- getPublicLrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private types of LR in the register.
- getPublicLrTypes() - Method in interface gate.CreoleRegister
-
Get a list of all non-private types of LR in the register.
- getPublicPrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private instantiations of PR in the register.
- getPublicPrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all non-private instantiations of PR in the register.
- getPublicPrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private types of PR in the register.
- getPublicPrTypes() - Method in interface gate.CreoleRegister
-
Get a list of all non-private types of PR in the register.
- getPublics(List<T>) - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private instantiations.
- getPublicTypes(Collection<String>) - Method in class gate.creole.CreoleRegisterImpl
-
Gets a list of all non private types from alist of types
- getPublicVrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private instantiations of VR in the register.
- getPublicVrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all non-private instantiations of VR in the register.
- getPublicVrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all non-private types of VR in the register.
- getPublicVrTypes() - Method in interface gate.CreoleRegister
-
Get a list of all non-private types of VR in the register.
- getQuery() - Method in interface gate.creole.annic.apache.lucene.search.Weight
-
The query that this concerns.
- getQuery() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
Returns the main query.
- getQuery() - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the submitted query.
- getQuery() - Method in class gate.creole.annic.lucene.LuceneSearchThread
-
Gets the query.
- getQuery() - Method in interface gate.creole.annic.Searcher
-
Query to search
- getQueryCorpus() - Method in class gate.creole.ir.QueryResultList
-
- getQueryResults() - Method in class gate.creole.ir.QueryResultList
-
- getQueryResultsList() - Method in class gate.creole.annic.lucene.LuceneQueryResultList
-
- getQueryString() - Method in class gate.creole.annic.Hit
-
Returns the query for which the current pattern was matched
- getQueryString() - Method in class gate.creole.annic.lucene.LuceneQueryResultList
-
- getQueryString(int) - Method in class gate.creole.annic.lucene.QueryParser
-
When user submits an ANNIC query, one or more instances of lucene
queries are created and returned.
- getQueryString() - Method in class gate.creole.ir.QueryResultList
-
- getQueryTokens(String) - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Gets the query tokens for the given query.
- getQueryType() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
- getRange() - Method in interface gate.creole.ontology.ObjectProperty
-
Gets the set of range restrictions for this property.
- getRange() - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- getRawFeatureValue() - Method in class gate.creole.FeatureSchema
-
This method returns the value of the feature regardless of the
current value of featureUse.
- getRawObject(int) - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
- getRDFProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of RDF Properties in the ontology where for a property
there exists a statement @lt;theProperty, RDF:Type, RDF:Property>.
- getRDFPropertyOValues(RDFProperty) - Method in interface gate.creole.ontology.OInstance
-
- getRDFPropertyValues(RDFProperty) - Method in interface gate.creole.ontology.OInstance
-
Deprecated.
- getReader() - Method in class gate.creole.ir.IndexField
-
- getRealOffset() - Method in class gate.xml.XmlPositionCorrectionHandler
-
Return corrected offset for last characters() call
- getRecallAverage() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getRecallAverage() - Method in class gate.util.AnnotationDiffer
-
Gets the average of the strict and lenient recall values.
- getRecallAverage() - Method in class gate.util.CorpusBenchmarkTool
-
Returns the average recall over the entire set of processed documents.
- getRecallAverageBdm(String) - Method in class gate.util.OntologyMeasures
-
- getRecallAverageBdm() - Method in class gate.util.OntologyMeasures
-
Gets the average of the strict and lenient recall values.
- getRecallAverageCalc() - Method in class gate.util.CorpusBenchmarkTool
-
- getRecallAverageProc() - Method in class gate.util.CorpusBenchmarkTool
-
- getRecallLenient() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getRecallLenient() - Method in class gate.util.AnnotationDiffer
-
Gets the lenient recall (where the partial matches are considered as
correct).
- getRecallLenientBdm(String) - Method in class gate.util.OntologyMeasures
-
- getRecallLenientBdm() - Method in class gate.util.OntologyMeasures
-
- getRecallStrict() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getRecallStrict() - Method in class gate.util.AnnotationDiffer
-
Gets the strict recall (the ratio of key matched to a response out of all
the keys).
- getRecallStrictBdm(String) - Method in class gate.util.OntologyMeasures
-
- getRecallStrictBdm() - Method in class gate.util.OntologyMeasures
-
- getReferenceCount() - Method in class gate.creole.ResourceData
-
- getReferencing(Integer) - Method in class gate.relations.RelationSet
-
- getRegisteredIREngines() - Static method in class gate.Gate
-
Gets the set of registered IR engines.
- getRelation() - Method in class gate.event.RelationSetEvent
-
Gets the relation that has been added or removed
- getRelations() - Method in class gate.annotation.AnnotationSetImpl
-
- getRelations(String) - Method in class gate.relations.RelationSet
-
Finds relations based on their type.
- getRelations(int...) - Method in class gate.relations.RelationSet
-
Finds relations based on their members.
- getRelations(String, int...) - Method in class gate.relations.RelationSet
-
- getRelations() - Method in interface gate.SimpleAnnotationSet
-
- getRelativePath(URL, URL) - Static method in class gate.util.persistence.PersistenceManager
-
Calculates the relative path for a file: URL starting from a given
context which is also a file: URL.
- getRelativeUri(URI, URI) - Static method in class gate.util.persistence.PersistenceManager.URLHolder
-
- getReportFile() - Method in class gate.util.reporting.DocTimeReporter
-
- getReportFile() - Method in class gate.util.reporting.PRTimeReporter
-
- getRepositioningInfo() - Method in class gate.html.HtmlDocumentHandler
-
Return current RepositioningInfo object
- getRepositioningInfo() - Method in class gate.html.NekoHtmlDocumentHandler
-
Return current RepositioningInfo object
- getRepositioningInfo() - Method in class gate.xml.XmlDocumentHandler
-
Return current RepositioningInfo object
- getRepository() - Method in class gate.util.maven.SimpleMavenCache
-
- getRepositoryList() - Static method in class gate.util.maven.Utils
-
- getRepositorySession(RepositorySystem, WorkspaceReader) - Static method in class gate.util.maven.Utils
-
- getRepositorySystem() - Static method in class gate.util.maven.Utils
-
- getRequiredPlugins() - Method in class gate.creole.Plugin
-
- getResource() - Method in class gate.event.CreoleEvent
-
Gets the resource that has been (un)loaded.
- getResource() - Method in class gate.event.DatastoreEvent
-
Gets the resource involved in this event
- getResource() - Method in class gate.gui.ResourceParametersEditor
-
Does this GUI component allow editing?
- getResource() - Method in class gate.swing.ResourceReferenceChooser
-
- getResource() - Method in class gate.swing.XJFileChooser
-
Get the resource associated to this file chooser.
- getResource(String) - Static method in class gate.util.Files
-
Get a resource from the GATE ClassLoader.
- getResource(String) - Method in class gate.util.GateClassLoader
-
- getResourceAsByteArray(String) - Static method in class gate.util.Files
-
Get a resource from the GATE ClassLoader as a byte array.
- getResourceAsStream(String) - Static method in class gate.util.Files
-
Get a resource from the GATE ClassLoader as an InputStream.
- getResourceAsString(String) - Static method in class gate.util.Files
-
Get a resource from the GATE ClassLoader as a String.
- getResourceAsString(String, String) - Static method in class gate.util.Files
-
Get a resource from the GATE ClassLoader as a String.
- getResourceClass() - Method in class gate.creole.ResourceData
-
Get method for the resource class.
- getResourceClassLoader() - Method in class gate.creole.ResourceData
-
- getResourceClassName() - Method in class gate.Gate.ResourceInfo
-
- getResourceComment() - Method in class gate.Gate.ResourceInfo
-
- getResourceDisplayed() - Method in class gate.creole.ResourceData
-
A simple accessor for resourceDisplayed field
- getResourceID() - Method in class gate.event.DatastoreEvent
-
Gets the ID of the resource involved in this event
- getResourceInfoList() - Method in class gate.creole.Plugin
-
- getResourceName() - Method in interface gate.creole.ontology.ONodeID
-
- getResourceName(String) - Static method in class gate.creole.ontology.OntologyUtilities
-
- getResourceName() - Method in class gate.creole.ontology.URI
-
Deprecated.
Retrieves the resource name from the given URI.
- getResourceName() - Method in class gate.Gate.ResourceInfo
-
- getResourceName() - Method in class gate.gui.NewResourceDialog
-
Return the String entered into the resource name field of the dialog.
- getResourcePath() - Static method in class gate.util.Files
-
Gets the path for the gate resources within the classpath
- getResourceReferenceChooser() - Static method in class gate.gui.MainFrame
-
- getResources(String) - Method in class gate.util.GateClassLoader
-
- getResourcesHome() - Method in class gate.util.ant.packager.PackageGappTask
-
Get the location of the resources home directory, used to resolve $resourceshome$
relative paths in the GAPP file.
- getResourceURLs() - Method in class gate.util.ant.packager.GappModel
-
Get the resource URLs that are referenced by relative paths in this
GAPP file.
- getResponse() - Method in interface gate.util.AnnotationDiffer.Pairing
-
Gets the response annotation of the pairing.
- getResponse() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getResponseAnnotationSetName() - Method in class gate.annotation.CorpusAnnotationDiff
-
gets the responseAnnotationSetName.
- getResponseAnnotationSetNameFalsePoz() - Method in class gate.annotation.CorpusAnnotationDiff
-
gets the responseAnnotationSetNameFalsePoz.
- getResponseDocument() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Get Response document
- getResponseIndex() - Method in interface gate.util.AnnotationDiffer.Pairing
-
- getResponseIndex() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getResponsesCount() - Method in class gate.util.AnnotationDiffer
-
Gets the number of responses provided.
- getRestrictionName(Restriction) - Static method in class gate.creole.ontology.Utils
-
Deprecated.
- getReverse() - Method in class gate.creole.annic.apache.lucene.search.SortField
-
Returns whether the sort should be reversed.
- getRightAnnotation() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Gets the right annotation
- getRightContextEndOffset() - Method in class gate.creole.annic.Pattern
-
Returns the end offset of the right context
- getRightType() - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Get the right type
- getRightView() - Method in class gate.gui.docview.DocumentEditor
-
Gets the currently showing right view
- getRoot() - Method in class gate.swing.AbstractTreeTableModel
-
Default implementation.
- getRootElement() - Method in class gate.corpora.export.InlineXMLExporter
-
- getRowCount() - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
Return the size of data.
- getRowCount() - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getRowCount() - Method in class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- getRowCount() - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- getRowCount() - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- getRowCount() - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- getRowCount() - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- getRowCount() - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- getRowCount() - Method in class gate.swing.XJTable.SortingModel
-
- getRowForAnnotation(AnnotationData) - Method in interface gate.gui.docview.AnnotationList
-
Returns the display row for a given annotation.
- getRowForAnnotation(AnnotationData) - Method in class gate.gui.docview.AnnotationListView
-
- getRunDuration() - Method in class gate.util.profile.Profiler
-
Returns the time spend in the current run until the last check-point
inclusive the time spend by the profiler.
- getRunMode() - Method in class gate.creole.AnalyserRunningStrategy
-
- getRunMode() - Method in interface gate.creole.RunningStrategy
-
- getRunMode() - Method in class gate.creole.RunningStrategy.UnconditionalRunningStrategy
-
- getRunningStrategies() - Method in interface gate.creole.ConditionalController
-
Gets the collection of running strategies for the contained PRs.
- getRunningStrategies() - Method in class gate.creole.ConditionalSerialController
-
- getRunningStrategy(Controller, ProcessingResource) - Static method in class gate.Utils
-
Return the running strategy of the PR in the controller, if the controller
is a conditional controller.
- getRuntimeDefaults() - Method in class gate.creole.ParameterList
-
Get default runtime parameter value set.
- getRuntimeParameters() - Method in class gate.creole.ParameterList
-
Get the list of runtime parameters
(as a list of parameter disjunctions).
- getRuntimeParameterValues(Resource) - Static method in class gate.creole.AbstractProcessingResource
-
Get the current values for all of a specified resource's
registered runtime parameters.
- getRuntimeParameterValues() - Method in class gate.creole.AbstractProcessingResource
-
Get the current values for all this resource's registered
init-time parameters.
- getSameInstance() - Method in interface gate.creole.ontology.OInstance
-
Returns a set of
OInstance
objects which are explicitly
specified as being same as the current instance.
- getScore() - Method in class gate.creole.ir.QueryResult
-
- getScore() - Method in interface gate.util.AnnotationDiffer.Pairing
-
- getScore() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getScrollableBlockIncrement(Rectangle, int, int) - Method in class gate.annotation.CorpusAnnotationDiff
-
- getScrollableTracksViewportHeight() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getScrollableTracksViewportHeight() - Method in class gate.swing.XJTable
-
Track parent viewport's size if it's larger than the current preferred
height of the table (causes empty tables to fill in the whole area of
a JScrollPane).
- getScrollableTracksViewportWidth() - Method in class gate.annotation.CorpusAnnotationDiff
-
- getScrollableTracksViewportWidth() - Method in class gate.swing.XJTable
-
Overridden to ignore requests for this table to track the width of its
containing viewport in cases where the viewport is narrower than the
minimum size of the table.
- getScrollableUnitIncrement(Rectangle, int, int) - Method in class gate.annotation.CorpusAnnotationDiff
-
- getSearch() - Method in interface gate.creole.ir.IREngine
-
Gets the search component of this IR engine.
- getSearcher() - Method in interface gate.creole.annic.Searchable
-
Returns the Searcher
- getSearcher() - Method in class gate.persist.LuceneDataStoreImpl
-
- getSelectedAnnotations() - Method in class gate.gui.docview.DocumentEditor
-
Gets the current set of selected annotations.
- getSelectedCollection() - Method in class gate.gui.CollectionSelectionDialog
-
Returns the target collection
- getSelectedIndex() - Method in class gate.gui.ParameterDisjunction
-
Gets the currently selected parameter for this disjunction.
- getSelectedInterfaces() - Method in class gate.gui.BootStrapDialog
-
It returns the interfaces the resource implements
- getSelectedItem() - Method in class gate.gui.ListEditorDialog.ResourceComboModel
-
- getSelectedItem() - Method in class gate.gui.SerialControllerEditor.CorporaComboModel
-
- getSelectedItem() - Method in class gate.swing.JChoice
-
- getSelectedObjects() - Method in class gate.swing.JChoice
-
- getSelectedParameters() - Method in class gate.gui.NewResourceDialog
-
Returns the selected params for the resource or null if none was selected
or the user pressed cancel
- getSelectedValueA() - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionABModel
-
- getSelectedValueB() - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionABModel
-
- getSelectedVersion() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getSelectionModel() - Method in interface gate.gui.docview.AnnotationList
-
Obtains the selection model used by this list view.
- getSelectionModel() - Method in class gate.gui.docview.AnnotationListView
-
- getSemanticRelations() - Method in interface gate.wordnet.Synset
-
get the SemanticRelation-s of this synset
- getSemanticRelations(int) - Method in interface gate.wordnet.Synset
-
get the SemanticRelation-s of specific type (HYPERNYm) for this synset
- getSenseCount() - Method in interface gate.wordnet.Word
-
returns the number of senses of this word (not necessarily loading them from storage)
- getSenseNumber() - Method in interface gate.wordnet.WordSense
-
order of this sense relative to the word - i.e.
- getSesameRepository() - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getSesameRepositoryID() - Method in interface gate.creole.ontology.Ontology
-
Deprecated.
- getSet(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is a set then returns its value
otherwise returns an empty set.
- getSetAnnotationProperties() - Method in interface gate.creole.ontology.OResource
-
This method returns the annotation properties set on this resource.
- getSetDatatypeProperties() - Method in interface gate.creole.ontology.OInstance
-
This method returns the datatype properties set on this resource.
- getSetHandler(String) - Method in class gate.gui.docview.AnnotationSetsView
-
Get an annotation set handler in this annotation set view.
- getSetObjectProperties() - Method in interface gate.creole.ontology.OInstance
-
This method returns the object properties set on this resource.
- getSetRDFProperties() - Method in interface gate.creole.ontology.OInstance
-
This method returns the RDF properties set on this resource.
- getSharableProperties() - Method in class gate.creole.ResourceData
-
Get the collection of property names that should be treated as
sharable state when duplicating resources of this type.
- getShortDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#short" datatype.
- getShouldCollectRepositioning() - Method in class gate.DocumentFormat
-
- getSignificantFeaturesSet() - Method in class gate.util.AnnotationDiffer
-
Gets the set of features considered significant for the matching algorithm.
- getSimilarity() - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Expert: Return the Similarity implementation used by this IndexWriter.
- getSimilarity(Searcher) - Method in class gate.creole.annic.apache.lucene.search.Query
-
Expert: Returns the Similarity implementation to be used for this query.
- getSimilarity() - Method in class gate.creole.annic.apache.lucene.search.Scorer
-
Returns the Similarity implementation used by this scorer.
- getSimilarity() - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Expert: Return the Similarity implementation used by this Searcher.
- getSiteConfigFile() - Static method in class gate.Gate
-
Get the site config file (generally set during command-line processing or
as a gate.config property).
- getSize() - Method in class gate.gui.ListEditorDialog.ResourceComboModel
-
- getSize() - Method in class gate.gui.SerialControllerEditor.CorporaComboModel
-
- getSize() - Method in class gate.util.ObjectWriter
-
Obtains the object size.
- getSlop() - Method in class gate.creole.annic.apache.lucene.search.PhraseQuery
-
Returns the slop.
- getSmallView() - Method in interface gate.gui.Handle
-
Returns a GUI component to be used as a small viewer/editor, e.g.
- getSmallView() - Method in class gate.gui.NameBearerHandle
-
Returns a GUI component to be used as a small viewer/editor, e.g.
- getSmallVRsForResource(String) - Method in class gate.creole.CreoleRegisterImpl
-
Returns a list of strings representing class names for small VRs valid for
a given type of language/processing resource The default VR will be the
first in the returned list.
- getSmallVRsForResource(String) - Method in interface gate.CreoleRegister
-
Returns a list of strings representing class names for small VRs valid
for a given type of language/processing resource
The default VR will be the first in the returned list.
- getSortedColumn() - Method in class gate.swing.XJTable
-
- getSortOrder() - Method in class gate.util.reporting.PRTimeReporter
-
Returns the sorting order specified for the report (EXEC_ORDER or
TIME_TAKEN).
- getSource() - Method in interface gate.wordnet.LexicalRelation
-
returns the source (WordSense) of this lexical relation
- getSource() - Method in interface gate.wordnet.SemanticRelation
-
returns the source (Synset) of this lexical relation
- getSourceDocument() - Method in class gate.event.AnnotationSetEvent
-
Gets the document that has had an annotation added or removed.
- getSourceDocument() - Method in class gate.event.RelationSetEvent
-
Gets the document that has had an annotation added or removed.
- getSourceUrl() - Method in class gate.corpora.DocumentImpl
-
Documents are identified by URLs
- getSourceUrl() - Method in interface gate.SimpleDocument
-
Documents are identified by URLs
- getSourceUrlEndOffset() - Method in class gate.corpora.DocumentImpl
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSourceUrlEndOffset() - Method in interface gate.Document
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSourceUrlOffsets() - Method in class gate.corpora.DocumentImpl
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSourceUrlOffsets() - Method in interface gate.Document
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSourceUrlStartOffset() - Method in class gate.corpora.DocumentImpl
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSourceUrlStartOffset() - Method in interface gate.Document
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- getSpecificEditorActions(AnnotationSet, Annotation) - Method in class gate.gui.docview.AnnotationListView
-
- getSpecificity(String) - Method in interface gate.creole.ir.IndexStatistics
-
- getSpurious() - Method in class gate.util.AnnotationDiffer
-
- getSrc() - Method in class gate.util.ant.packager.PackageGappTask
-
Get the original gapp file that is to be modified.
- getStartDirectory() - Method in class gate.util.CorpusBenchmarkTool
-
- getStartingAt(long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by offset.
- getStartNode() - Method in class gate.annotation.AnnotationImpl
-
The start node.
- getStartNode() - Method in interface gate.SimpleAnnotation
-
The start node.
- getStartOffset() - Method in class gate.creole.annic.Hit
-
Returns the start offset of the matching part (query matched part)
- getStartOffset() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the start offset
- getStorageDir() - Method in class gate.persist.SerialDataStore
-
Get method for storage URL
- getStorageUrl() - Method in interface gate.DataStore
-
Get the URL as String for the underlying storage mechanism.
- getStorageUrl() - Method in class gate.persist.SerialDataStore
-
Get the URL for the underlying storage mechanism.
- getStrict(Long, Long) - Method in class gate.annotation.AnnotationSetImpl
-
Select annotations by offset.
- getString(Annotation) - Method in class gate.gui.docview.CorefEditor
-
Given an annotation, this method returns the string of that annotation
- getString(String) - Static method in class gate.util.Files
-
Get a string representing the contents of a text file.
- getString(File) - Static method in class gate.util.Files
-
Get a string representing the contents of a text file.
- getString(Object) - Method in class gate.util.OptionsMap
-
If the object stored under key is a String then returns its value
otherwise returns null.
- getStringContent() - Method in class gate.corpora.DocumentImpl
-
The stringContent of a document is 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.
- getStringDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#string" datatype.
- getStringIndex(IndexReader, String) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found reads the term values in field
and returns
an array of them in natural order, along with an array telling
which element in the term array each document uses.
- getStringMap() - Method in class gate.util.OptionsMap
-
Returns a String based view of the data.
- getStrings(IndexReader, String) - Method in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Checks the internal cache for an appropriate entry, and if none
is found, reads the term values in field
and returns an array
of size reader.maxDoc()
containing the value each document
has in the given field.
- getSubClasses(byte) - Method in interface gate.creole.ontology.OClass
-
Deprecated.
- getSubClasses(OConstants.Closure) - Method in interface gate.creole.ontology.OClass
-
- getSubClassesIterator(OConstants.Closure) - Method in interface gate.creole.ontology.OClass
-
- getSubClassesVsDistance() - Method in interface gate.creole.ontology.OClass
-
Gets the sub classes, and returns them in an array list where on
each index there is a collection of the sub classes at distance -
the index.
- getSubject() - Method in interface gate.creole.ontology.Triple
-
- getSubProperties(byte) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- getSubProperties(OConstants.Closure) - Method in interface gate.creole.ontology.RDFProperty
-
Gets the set of sub-properties for this property.
- getSubtype() - Method in class gate.corpora.MimeType
-
Returns the subtype component of this MIME Type.
- GetSuffix(int) - Method in interface gate.creole.annic.apache.lucene.analysis.standard.CharStream
-
Returns an array of characters that make up the suffix of length 'len' for
the currently matched token.
- GetSuffix(int) - Method in class gate.creole.annic.apache.lucene.analysis.standard.FastCharStream
-
- getSuffixes() - Method in class gate.creole.Parameter
-
Get the suffixes atached with this param.
- getSuperClasses(byte) - Method in interface gate.creole.ontology.OClass
-
Deprecated.
- getSuperClasses(OConstants.Closure) - Method in interface gate.creole.ontology.OClass
-
- getSuperClassesVSDistance() - Method in interface gate.creole.ontology.OClass
-
Gets the super classes, and returns them in an array list where on
each index there is a collection of the super classes at distance -
the index.
- getSuperProperties(byte) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- getSuperProperties(OConstants.Closure) - Method in interface gate.creole.ontology.RDFProperty
-
Gets the set of super-properties for this property.
- getSupportedFileSuffixes() - Static method in class gate.DocumentFormat
-
Utility method to get the set of all file suffixes that are registered
with this class.
- getSupportedMimeTypes() - Static method in class gate.DocumentFormat
-
- getSuppressExceptions() - Method in class gate.creole.RealtimeCorpusController
-
- getSymbol() - Method in interface gate.wordnet.Relation
-
returns a symbol for the relation, e.g.
- getSymmetricProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of Symmetric Properties in the ontology.
- getSynset() - Method in interface gate.wordnet.WordSense
-
synset of this sense
- getSynsets(int) - Method in interface gate.wordnet.WordNet
-
returns all synsets for specific POS
- getTable() - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewFrame
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.AlternatingTableCellEditor
-
Switches focus to the next cell editor in the provided list,
and then passes on the call to that editor.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.creole.manager.JTextPaneTableCellRenderer
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeatureEditorRenderer
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.PluginCoordinatesEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradeStrategyEditor
-
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradeVersionEditor
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffCellRenderer
-
This method is called by JTable
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.BooleanRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeatureEditorRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradeStrategyRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.gui.ResourceRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.swing.CheckBoxTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.swing.IconTableCellRenderer
-
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class gate.swing.JTreeTable.TreeTableCellRenderer
-
- getTableRow(int) - Method in class gate.swing.XJTable
-
Get the row in the table for a row in the model.
- getTarget() - Method in interface gate.gui.Handle
-
- getTarget() - Method in class gate.gui.NameBearerHandle
-
- getTarget() - Method in class gate.util.persistence.PersistenceManager.ObjectHolder
-
- getTarget() - Method in interface gate.wordnet.LexicalRelation
-
returns the target (WordSense) of this lexical relation
- getTarget() - Method in interface gate.wordnet.SemanticRelation
-
returns the source (Synset) of this lexical relation
- getTerm() - Method in class gate.creole.annic.apache.lucene.search.TermQuery
-
Returns the term of this query.
- getTermCount() - Method in interface gate.creole.ir.IndexStatistics
-
- getTermFrequencies() - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
Array of term frequencies.
- getTermFrequency(Long, String) - Method in interface gate.creole.ir.IndexStatistics
-
- getTermFreqVector(int, String) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- getTermFreqVector(int, String) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Return a term frequency vector for the specified document and field.
- getTermFreqVector(int, String) - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
- getTermFreqVectors(int) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- getTermFreqVectors(int) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Return an array of term frequency vectors for the specified document.
- getTermFreqVectors(int) - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
Return an array of term frequency vectors for the specified document.
- getTermPositions(int) - Method in interface gate.creole.annic.apache.lucene.index.TermPositionVector
-
Returns an array of positions in which the term is found.
- getTerms() - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
- getTerms() - Method in class gate.creole.annic.apache.lucene.search.PhraseQuery
-
Returns the set of terms in this phrase.
- getText() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the text of the annotation
- getTextComponent() - Method in interface gate.gui.annedit.AnnotationEditorOwner
-
Gets the UI component used to display the document text.
- getTextComponent() - Method in class gate.gui.docview.AnnotationListView
-
- getTextComponent() - Method in class gate.gui.docview.AnnotationSetsView
-
- getTextComponent() - Method in class gate.gui.docview.DocumentEditor
-
- getTextView() - Method in class gate.gui.docview.TextualDocumentView
-
- getThreshold() - Method in class gate.util.CorpusBenchmarkTool
-
- getTimeDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#time" datatype.
- getTimeout() - Method in class gate.creole.RealtimeCorpusController
-
Gets the timeout in milliseconds before execution on a document is
forcibly stopped (forcibly stopping execution may result in memory leaks
and/or unexpected behaviour).
- getTitle() - Method in interface gate.gui.Handle
-
- getTitle() - Method in class gate.gui.NameBearerHandle
-
- getToken(int) - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
- getTokenStream() - Method in class gate.creole.annic.lucene.LuceneReader
-
Gets the token stream associated with this reader
- getTooltipText() - Method in interface gate.gui.Handle
-
- getTooltipText() - Method in class gate.gui.NameBearerHandle
-
- getToolTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of TOOL resources in the register.
- getToolTypes() - Method in interface gate.CreoleRegister
-
Get the list of types of tool in the register.
- getTopView() - Method in class gate.gui.docview.DocumentEditor
-
Gets the currently showing top view
- getTotalNumberOfPatterns() - Method in class gate.creole.annic.lucene.LuceneQueryResultList
-
- getTotalTrials() - Method in class gate.util.ClassificationMeasures
-
Gets the total number of annotations in the two sets.
- getTransientRepresentation(Object) - Static method in class gate.util.persistence.PersistenceManager
-
- getTransientRepresentation(Object, String, Map<String, Map<String, Object>>) - Static method in class gate.util.persistence.PersistenceManager
-
- getTransientSource() - Method in class gate.corpora.SerialCorpusImpl
-
- getTransitiveProperties() - Method in interface gate.creole.ontology.Ontology
-
Gets the set of Transitive Properties in the ontology.
- getTree() - Method in class gate.swing.JTreeTable
-
- getTreeCellEditorComponent(JTree, Object, boolean, boolean, boolean, int) - Method in class gate.gui.MainFrame.ResourcesTreeCellEditor
-
This is the original implementation from the super class with
some changes (i.e.
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class gate.gui.docview.CorefEditor.CorefTreeCellRenderer
-
Renderer class
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class gate.gui.MainFrame.ResourcesTreeCellRenderer
-
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class gate.gui.ResourceRenderer
-
- getType() - Method in class gate.annotation.AnnotationImpl
-
The type of the annotation (corresponds to TIPSTER "name").
- getType() - Method in class gate.corpora.MimeType
-
Returns the type component of this MIME Type.
- getType() - Method in class gate.creole.annic.apache.lucene.search.SortField
-
Returns the type of contents in the field.
- getType() - Method in class gate.creole.annic.PatternAnnotation
-
Gets the type of the annotation
- getType() - Method in class gate.event.GateEvent
-
Gets the type of the event.
- getType() - Method in class gate.gui.docview.AnnotationListView
-
- getType() - Method in class gate.gui.docview.AnnotationSetsView
-
- getType() - Method in class gate.gui.docview.AnnotationStackView
-
- getType() - Method in class gate.gui.docview.CorefEditor.CorefTreeNode
-
- getType() - Method in class gate.gui.docview.CorefEditor
-
- getType() - Method in interface gate.gui.docview.DocumentView
-
Returns the type of this view.
- getType() - Method in class gate.gui.docview.TextualDocumentView
-
- getType() - Method in class gate.gui.ParameterDisjunction
-
returns the type for the curently selected parameter.
- getType() - Method in interface gate.relations.Relation
-
Get the type of the relation (e.g.
- getType() - Method in class gate.relations.SimpleRelation
-
- getType() - Method in interface gate.SimpleAnnotation
-
The type of the annotation (corresponds to TIPSTER "name").
- getType() - Method in interface gate.util.AnnotationDiffer.Pairing
-
- getType() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getType() - Method in interface gate.wordnet.Relation
-
returns the type of the relation - one of REL_XXX
- getTypeHandler(String, String) - Method in class gate.gui.docview.AnnotationSetsView
-
Get an annotation type handler in this annotation set view.
- getTypeHandler(String) - Method in class gate.gui.docview.AnnotationSetsView.SetHandler
-
- getTypeName() - Method in class gate.creole.Parameter
-
Get the type name for this parameter
- getTypesAndFeatures(String, String) - Method in class gate.gui.LuceneDataStoreSearchGUI
-
- getUniqueBeginners() - Method in interface gate.wordnet.WordNet
-
returns all unique beginners
- getUniqueTermCount() - Method in interface gate.creole.ir.IndexStatistics
-
- getUnsignedByteDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#unsignedByte"
datatype.
- getUnsignedIntDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#unsignedInt"
datatype.
- getUnsignedLongDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#unsignedLong"
datatype.
- getUnsignedShortDataType() - Static method in class gate.creole.ontology.DataType
-
denotes the "http://www.w3.org/2001/XMLSchema#unsignedShort"
datatype.
- getUpgradeStrategy() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getURI() - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- getURL() - Method in interface gate.creole.ontology.Ontology
-
Gets the URL of this ontology.
- getUrlString() - Method in class gate.gui.CorpusFillerComponent
-
Gets the current text in the URL text field.
- getUrlString() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Gets the current text in the URL text field.
- getUseCompoundFile() - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Setting to turn on usage of a compound file.
- getUseDocumentContent() - Method in class gate.gui.CreateIndexGUI
-
- getUserConfig() - Static method in class gate.Gate
-
Get the GATE development environment configuration data (initialised from
gate.xml).
- getUserConfigElement() - Static method in class gate.Gate
-
Gate the name of the XML element for GATE development environment config
data.
- getUserConfigFile() - Static method in class gate.Gate
-
Get the location of the user's config file.
- getUserData() - Method in interface gate.relations.Relation
-
Gets the arbitrary data associated with this relation
- getUserData() - Method in class gate.relations.SimpleRelation
-
- getUserSessionFile() - Static method in class gate.Gate
-
Get the user session file.
- getUseXMLSerialization() - Static method in class gate.Gate
-
Should we use XML serialization for applications.
- getValidityMessage() - Method in class gate.creole.ResourceData
-
Get validity statues message.
- getValue() - Method in class gate.corpora.ObjectWrapper
-
Gets the wrapped value.
- getValue() - Method in class gate.creole.annic.apache.lucene.search.Explanation
-
The value assigned to this explanation node.
- getValue() - Method in interface gate.creole.annic.apache.lucene.search.Weight
-
The weight for this query.
- getValue() - Method in class gate.creole.annic.Term
-
- getValue() - Method in class gate.creole.ir.Term
-
- getValue() - Method in interface gate.creole.ontology.CardinalityRestriction
-
This method returns the cardinality value.
- getValue() - Method in class gate.creole.ontology.Literal
-
Returns the value (lexical form) associated with this instance of literal.
- getValue() - Method in interface gate.creole.ontology.MaxCardinalityRestriction
-
This method returns the maximum cardinality value allowed for this value.
- getValue() - Method in interface gate.creole.ontology.MinCardinalityRestriction
-
This method returns the minimum cardinality value allowed for this value.
- getValue() - Method in class gate.gui.ParameterDisjunction
-
- getValue() - Method in interface gate.util.AnnotationDiffer.Pairing
-
- getValue() - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- getValueAt(int, int) - Method in class gate.annotation.CorpusAnnotationDiff.AnnotationDiffTableModel
-
Returns a value from the table model
- getValueAt(int, int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- getValueAt(int, int) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- getValueAt(int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- getValueAt(int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- getValueAt(int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- getValueAt(int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- getValueAt(int, int) - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- getValueAt(Object, int) - Method in class gate.swing.AbstractTreeTableModel
-
- getValueAt(Object, int) - Method in interface gate.swing.TreeTableModel
-
Returns the value to be displayed for node node
,
at column number column
.
- getValueAt(int, int) - Method in class gate.swing.XJTable.SortingModel
-
- getValues(String) - Method in class gate.creole.annic.apache.lucene.document.Document
-
Returns an array of values of the field specified as the method parameter.
- getVerbFrames() - Method in interface gate.wordnet.Verb
-
returns the verb frames associated with this synset
- getVerboseMode() - Method in class gate.util.CorpusBenchmarkTool
-
- getVersion() - Method in interface gate.creole.ontology.Ontology
-
- getVersion() - Method in class gate.creole.Plugin
-
Get the version of this plugin.
- getVersion() - Method in interface gate.wordnet.WordNet
-
returns the WordNet version
- getVersionFile() - Method in class gate.persist.SerialDataStore
-
Get a File for the protocol version file.
- getVersions() - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- getVerticalViews() - Method in class gate.gui.docview.DocumentEditor
-
- getVREnabledAnnotationTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Returns a list of strings representing annotations types for which there
are custom viewers/editor registered.
- getVREnabledAnnotationTypes() - Method in interface gate.CreoleRegister
-
Returns a list of strings representing annotations types for which
there are custom viewers/editor registered.
- getVrInstances() - Method in class gate.creole.CreoleRegisterImpl
-
Get a list of all instantiations of VR in the register.
- getVrInstances(String) - Method in class gate.creole.CreoleRegisterImpl
-
- getVrInstances() - Method in interface gate.CreoleRegister
-
Get a list of all instantiations of VR in the register.
- getVrInstances(String) - Method in interface gate.CreoleRegister
-
Get a list of all the known Visual Resource instances in the register
whose class is resourceTypeName
.
- getVrTypes() - Method in class gate.creole.CreoleRegisterImpl
-
Get the list of types of VR in the register.
- getVrTypes() - Method in interface gate.CreoleRegister
-
Get the list of types of VR in the register.
- getWindow() - Method in interface gate.gui.Handle
-
Returns the top level GUI component that is a parent to all other GUI
components
- getWindow() - Method in class gate.gui.NameBearerHandle
-
- getWord() - Method in interface gate.wordnet.WordSense
-
returns the Word of this WordSense
- getWordSense(int) - Method in interface gate.wordnet.Synset
-
get specific WordSense according to its order in the synset - most important senses come first
- getWordSenses() - Method in interface gate.wordnet.Synset
-
WordSenses contained in this synset
- getWordSenses() - Method in interface gate.wordnet.Word
-
returns the senses of this word
- getXmlFileUrl() - Method in class gate.creole.AnnotationSchema
-
Get method for the resource xml file URL
- getXmlFileUrl() - Method in class gate.creole.ResourceData
-
Get the URL to the creole.xml file that defines this resource
- getXmlSchemaURI() - Method in class gate.creole.ontology.DataType
-
Deprecated.
- getXmlSchemaURIString() - Method in class gate.creole.ontology.DataType
-
- getXStreamSecurity() - Static method in class gate.Gate
-
- globalProgressBar - Variable in class gate.gui.MainFrame
-
- GMONTH - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#gMonth
- GMONTHDAY - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#gMonthDay
- goAway() - Method in class gate.swing.WaitDialog
-
Hides the window.
- graceful - Variable in class gate.creole.RealtimeCorpusController
-
The timeout in milliseconds before execution on a document is
gracefully stopped.
- GREEK - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "el"
- GreenBallIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- GreenBallIcon() - Constructor for class gate.resources.img.svg.GreenBallIcon
-
Creates a new transcoded SVG image.
- GreenBallIcon(boolean) - Constructor for class gate.resources.img.svg.GreenBallIcon
-
- GreenBallIcon(Dimension) - Constructor for class gate.resources.img.svg.GreenBallIcon
-
Creates a new transcoded SVG image with the given dimensions.
- GreenBallIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.GreenBallIcon
-
- GreenBallIcon(int, int) - Constructor for class gate.resources.img.svg.GreenBallIcon
-
- GreenBallIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.GreenBallIcon
-
- GREENLANDIC - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "kl"
- group - Variable in class gate.util.ant.packager.GappModel.MavenPlugin
-
- GUARANI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "gn"
- guessIcon() - Method in class gate.creole.ResourceData
-
Makes the best attempt of guessing an appropriate icon for this resource
type based on whether it is a Language Resource, a Processing Resource, or
something else.
- guessTypeUsingMagicNumbers(InputStream, String) - Static method in class gate.DocumentFormat
-
This method tries to guess the mime Type using some magic numbers.
- guiInitialised - Variable in class gate.gui.docview.AbstractDocumentView
-
Has the UI been initialised yet?
- GuiType - Enum in gate.creole.metadata
-
- guiType - Variable in class gate.creole.ResourceData
-
A filed which can have one of the 3 predefined values.
- GUJARATI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "gu"
- GYEAR - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#gYear
- GYEARMONTH - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#gYearMonth
- ICELANDIC - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "is"
- icon - Variable in class gate.creole.ResourceData
-
Location of an icon for the resource
- ICON_DIMENSION - Static variable in class gate.gui.MainFrame
-
- ICON_EXTENSIONS - Static variable in class gate.gui.MainFrame
-
Extensions for icon files to be tried in this order.
- IconTableCellRenderer - Class in gate.swing
-
- IconTableCellRenderer() - Constructor for class gate.swing.IconTableCellRenderer
-
- id(int) - Method in class gate.creole.annic.apache.lucene.search.Hits
-
Returns the id for the nth document in this set.
- ID - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#ID
- id - Variable in class gate.relations.SimpleRelation
-
- IdBearer - Interface in gate.util
-
Classes that have Ids.
- idf(int, int) - Method in class gate.creole.annic.apache.lucene.search.DefaultSimilarity
-
Implemented as log(numDocs/(docFreq+1)) + 1
.
- idf(Term, Searcher) - Method in class gate.creole.annic.apache.lucene.search.Similarity
-
Computes a score factor for a simple term.
- idf(Collection, Searcher) - Method in class gate.creole.annic.apache.lucene.search.Similarity
-
Computes a score factor for a phrase.
- idf(int, int) - Method in class gate.creole.annic.apache.lucene.search.Similarity
-
Computes a score factor based on a term's document frequency (the number
of documents which contain the term).
- IDREF - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#IDREF
- IDREFS - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#IDREFS
- ignorableWhitespace(char[], int, int) - Method in class gate.config.ConfigXmlHandler
-
Called when the SAX parser encounts white space
- ignorableWhitespace(char[], int, int) - Method in class gate.creole.CreoleXmlHandler
-
Called when the SAX parser encounts white space
- ignorableWhitespace(XMLString, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- ignorableWhitespace(char[], int, int) - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts white spaces
- image - Variable in class gate.creole.annic.apache.lucene.analysis.standard.Token
-
The string image of the token.
- ImmutableAnnotationSetImpl - Class in gate.annotation
-
- ImmutableAnnotationSetImpl(Document, Collection<Annotation>) - Constructor for class gate.annotation.ImmutableAnnotationSetImpl
-
Constructs an ImmutableAnnotationSet.
- IMPORTS - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#imports
- in - Variable in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- in - Variable in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- in - Variable in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- includeRootElement() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
- INCOMPATIBLEWITH - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#incompatibleWith
- increaseReferenceCount() - Method in class gate.creole.ResourceData
-
- INDEX_LOCATION_URL - Static variable in class gate.creole.annic.Constants
-
name of the index_location_url parameter.
- INDEX_LOCATIONS - Static variable in class gate.creole.annic.Constants
-
Name of the index_locations parameter.
- INDEX_UNIT_ANNOTATION_TYPE - Static variable in class gate.creole.annic.Constants
-
Name of the index_unit_annotation_type parameter.
- indexById - Variable in class gate.relations.RelationSet
-
Index for relations by id.
- indexByStartOffset() - Method in class gate.annotation.AnnotationSetImpl
-
Construct the positional indices for annotation start
- indexByType() - Method in class gate.annotation.AnnotationSetImpl
-
Construct the positional index.
- indexByType - Variable in class gate.relations.RelationSet
-
Index for relations by type.
- indexCompareTo(Term) - Method in class gate.creole.annic.apache.lucene.index.Term
-
- IndexDefinition - Interface in gate.creole.ir
-
- indexDelay - Variable in class gate.persist.LuceneDataStoreImpl
-
Number of milliseconds we should wait after a sync before
attempting to re-index a document.
- INDEXED_FEATURES - Static variable in class gate.creole.annic.Constants
-
Indexed features
- IndexedCorpus - Interface in gate.creole.ir
-
- Indexer - Interface in gate.creole.annic
-
Base interface that declares methods for the Indexer.
- indexer - Variable in class gate.persist.LuceneDataStoreImpl
-
Indexer to be used for indexing documents
- indexesByMember - Variable in class gate.relations.RelationSet
-
Indexes for relations by member.
- indexesOf(String[], int, int) - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
Just like indexOf(int)
but searches for a number of terms
at the same time.
- IndexException - Exception in gate.creole.annic
-
Exception that should be thrown should something unexpected happens
during creating/updating/deleting index.
- IndexException(String) - Constructor for exception gate.creole.annic.IndexException
-
Consructor of the class.
- IndexException(Throwable) - Constructor for exception gate.creole.annic.IndexException
-
- IndexException - Exception in gate.creole.ir
-
- IndexException(String) - Constructor for exception gate.creole.ir.IndexException
-
Consructor of the class.
- indexExists(String) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- indexExists(File) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- indexExists(Directory) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true
if an index exists at the specified directory.
- IndexField - Class in gate.creole.ir
-
- IndexField(String, PropertyReader, boolean) - Constructor for class gate.creole.ir.IndexField
-
Constructor of the class.
- IndexingTask(Object) - Constructor for class gate.persist.LuceneDataStoreImpl.IndexingTask
-
- indexManager - Variable in class gate.corpora.SerialCorpusImpl
-
- IndexManager - Interface in gate.creole.ir
-
- indexOf(Object) - Method in class gate.corpora.CorpusImpl
-
- indexOf(Object) - Method in class gate.corpora.SerialCorpusImpl
-
- indexOf(String) - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
Return an index in the term numbers array returned from
getTerms
at which the term with the specified
term
appears.
- INDEXORDER - Static variable in interface gate.creole.annic.apache.lucene.search.ScoreDocComparator
-
Special comparator for sorting hits according to index order (document number).
- INDEXORDER - Static variable in class gate.creole.annic.apache.lucene.search.Sort
-
Represents sorting by index order.
- indexParameters - Variable in class gate.persist.LuceneDataStoreImpl
-
Index Parameters
- IndexReader - Class in gate.creole.annic.apache.lucene.index
-
IndexReader is an abstract class, providing an interface for accessing an
index.
- IndexReader(Directory) - Constructor for class gate.creole.annic.apache.lucene.index.IndexReader
-
Constructor used if IndexReader is not owner of its directory.
- IndexSearcher - Class in gate.creole.annic.apache.lucene.search
-
Implements search over a single IndexReader.
- IndexSearcher(String) - Constructor for class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the index in the named directory.
- IndexSearcher(Directory) - Constructor for class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the index in the provided directory.
- IndexSearcher(IndexReader) - Constructor for class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Creates a searcher searching the provided index.
- IndexStatistics - Interface in gate.creole.ir
-
- indexURL - Variable in class gate.persist.LuceneDataStoreImpl
-
URL of the index
- IndexWriter - Class in gate.creole.annic.apache.lucene.index
-
An IndexWriter creates and maintains an index.
- IndexWriter(String, Analyzer, boolean) - Constructor for class gate.creole.annic.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in path
.
- IndexWriter(File, Analyzer, boolean) - Constructor for class gate.creole.annic.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in path
.
- IndexWriter(Directory, Analyzer, boolean) - Constructor for class gate.creole.annic.apache.lucene.index.IndexWriter
-
Constructs an IndexWriter for the index in d
.
- INDIVIDUAL - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#Individual
- inDocumentOrder() - Method in class gate.annotation.AnnotationSetImpl
-
Return a list of annotations sorted by increasing start offset, i.e.
- inDocumentOrder() - Method in interface gate.AnnotationSet
-
Return a list of annotations sorted by increasing start offset, i.e.
- inDocumentOrder(AnnotationSet) - Static method in class gate.Utils
-
Return a List containing the annotations in the given annotation set, in
document order (i.e.
- INDONESIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "id"
- infoStream - Variable in class gate.creole.annic.apache.lucene.index.IndexWriter
-
If non-null, information about merges will be printed to this.
- init() - Method in class gate.annotation.CorpusAnnotationDiff
-
This method does the diff, Precision,Recall,FalsePositive
calculation and so on.
- init() - Method in class gate.corpora.ConllDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.CorpusImpl
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.DocumentImpl
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.EmailDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.NekoHtmlDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.SerialCorpusImpl
-
- init() - Method in class gate.corpora.SgmlDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.TextualDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.corpora.TikaFormat
-
- init() - Method in class gate.corpora.UimaDocumentFormat
-
- init() - Method in class gate.corpora.XmlDocumentFormat
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.AbstractController
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.AbstractProcessingResource
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.AbstractResource
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.AbstractVisualResource
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.AnnotationSchema
-
Initialise this resource, and return it.
- init() - Method in class gate.creole.RealtimeCorpusController
-
- init() - Method in class gate.creole.ResourceData
-
Initialize this ResourceData.
- init() - Static method in class gate.Gate
-
Initialisation - must be called by all clients before using any other parts
of the library.
- init() - Method in class gate.gui.ControllerMetadataViewer
-
- init() - Method in class gate.gui.CorpusEditor
-
- init() - Method in class gate.gui.CorpusQualityAssurance
-
- init() - Method in class gate.gui.docview.AnnotationEditor
-
- init() - Method in class gate.gui.docview.DocumentEditor
-
- init() - Method in class gate.gui.docview.RelationSetView
-
- init() - Method in class gate.gui.FeaturesSchemaEditor
-
Initialise this resource, and return it.
- init() - Method in class gate.gui.LuceneDataStoreSearchGUI
-
Called when a View is loaded in GATE.
- init(Component) - Method in class gate.gui.OkCancelDialog
-
- init() - Method in class gate.gui.PRViewer
-
- init() - Method in class gate.gui.ResourceHelper
-
- init(Resource, ResourceData, List<List<Parameter>>) - Method in class gate.gui.ResourceParametersEditor
-
- init(Resource, List<List<Parameter>>) - Method in class gate.gui.ResourceParametersEditor
-
Initialises this GUI component.
- init() - Method in class gate.gui.SerialControllerEditor
-
- init() - Method in class gate.gui.SerialDatastoreViewer
-
Initialise this resource, and return it.
- init() - Method in interface gate.Resource
-
Initialise this resource, and return it.
- init(TableModel) - Method in class gate.swing.XJTable.SortingModel
-
- init() - Method in class gate.util.CorpusBenchmarkTool
-
- initConfigData() - Static method in class gate.Gate
-
Reads config data (gate.xml files).
- initCreoleRegister() - Static method in class gate.Gate
-
Initialise the CREOLE register.
- initCreoleRepositories() - Static method in class gate.Gate
-
Loads the CREOLE repositories (aka plugins) that the user has selected for
automatic loading.
- initData() - Method in class gate.gui.docview.AnnotationEditor
-
- initDataStoreRegister() - Static method in class gate.Gate
-
Initialise the DataStore register.
- initFinished - Static variable in class gate.Gate
-
Records initialisation status.
- initGui(Color) - Method in class gate.gui.annedit.SearchAndAnnotatePanel
-
Build the GUI with JPanels and Boxes.
- initGUI() - Method in class gate.gui.AnnotationDiffGUI
-
- initGUI() - Method in class gate.gui.docview.AbstractDocumentView
-
Implementers should override this method and use it for populating the GUI.
- initGUI() - Method in class gate.gui.docview.AnnotationEditor
-
- initGUI() - Method in class gate.gui.docview.AnnotationListView
-
- initGUI() - Method in class gate.gui.docview.AnnotationSetsView
-
- initGUI() - Method in class gate.gui.docview.AnnotationStackView
-
- initGUI() - Method in class gate.gui.docview.CorefEditor
-
This method intiates the GUI for co-reference editor
- initGUI() - Method in class gate.gui.docview.TextualDocumentView
-
- initGUI() - Method in class gate.gui.FeaturesSchemaEditor
-
- initGui() - Method in class gate.gui.LuceneDataStoreSearchGUI
-
Initialize the GUI.
- initGuiComponents() - Method in class gate.gui.BootStrapDialog
-
This method initializes the GUI components
- initGuiComponents() - Method in class gate.gui.CollectionSelectionDialog
-
This method creates the GUI components and paces them into the layout
- initGuiComponents() - Method in class gate.gui.CorpusEditor
-
- initGUIComponents() - Method in class gate.gui.CorpusFillerComponent
-
Creates the UI
- initGuiComponents() - Method in class gate.gui.CorpusQualityAssurance
-
- initGUIComponents() - Method in class gate.gui.CreateIndexGUI
-
- initGuiComponents() - Method in class gate.gui.docview.DocumentEditor.SearchDialog
-
- initGuiComponents() - Method in class gate.gui.FeatureMapEditorDialog
-
- initGuiComponents() - Method in class gate.gui.ListEditorDialog
-
- initGuiComponents() - Method in class gate.gui.MainFrame
-
- initGuiComponents() - Method in class gate.gui.NewResourceDialog
-
- initGuiComponents() - Method in class gate.gui.OptionsDialog
-
- initGuiComponents() - Method in class gate.gui.PRViewer
-
- initGuiComponents() - Method in class gate.gui.ResourceParametersEditor
-
- initGuiComponents() - Method in class gate.gui.SerialControllerEditor
-
- initGuiComponents() - Method in class gate.gui.SerialDatastoreViewer
-
- initGUIComponents() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Creates the UI
- initGuiComponents() - Method in class gate.gui.teamware.InputOutputAnnotationSetsDialog
-
Set up the GUI.
- initGuiComponents() - Method in class gate.swing.JFontChooser
-
- initGuiComponents() - Method in class gate.swing.JTreeTable
-
- initialize(int) - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Subclass constructors must call this.
- initializeTermPositions() - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Initializes all local variables
- initimeParameters - Variable in class gate.creole.ParameterList
-
The initialisation time parameters
- initListeners() - Method in class gate.gui.annedit.SearchAndAnnotatePanel
-
- initListeners() - Method in class gate.gui.AnnotationDiffGUI
-
- initListeners() - Method in class gate.gui.BootStrapDialog
-
This one initializes the listeners fot the GUI components
- initListeners() - Method in class gate.gui.CollectionSelectionDialog
-
Init all the listeners
- initListeners() - Method in class gate.gui.CorpusEditor
-
- initListeners() - Method in class gate.gui.CorpusFillerComponent
-
Adds listeners for UI components
- initListeners() - Method in class gate.gui.CorpusQualityAssurance
-
- initListeners() - Method in class gate.gui.CreateIndexGUI
-
- initListeners() - Method in class gate.gui.docview.AnnotationEditor
-
- initListeners() - Method in class gate.gui.docview.AnnotationListView
-
- initListeners() - Method in class gate.gui.docview.AnnotationSetsView
-
- initListeners() - Method in class gate.gui.docview.AnnotationStackView
-
- initListeners() - Method in class gate.gui.docview.DocumentEditor.SearchDialog
-
- initListeners() - Method in class gate.gui.docview.TextualDocumentView
-
- initListeners() - Method in class gate.gui.FeatureMapEditorDialog
-
- initListeners() - Method in class gate.gui.ListEditorDialog
-
- initListeners() - Method in class gate.gui.LogArea
-
Init all listeners for this object
- initListeners() - Method in class gate.gui.MainFrame
-
- initListeners() - Method in class gate.gui.NewResourceDialog
-
- initListeners() - Method in class gate.gui.OptionsDialog
-
- initListeners() - Method in class gate.gui.PRViewer
-
- initListeners() - Method in class gate.gui.ResourceParametersEditor
-
- initListeners() - Method in class gate.gui.SerialControllerEditor
-
- initListeners() - Method in class gate.gui.SerialDatastoreViewer
-
- initListeners() - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Adds listeners for UI components
- initListeners() - Method in class gate.swing.JFontChooser
-
- initListeners() - Method in class gate.swing.JMenuButton
-
- initListeners() - Method in class gate.swing.JTreeTable
-
- initListeners() - Method in class gate.swing.XJMenu
-
- initListeners() - Method in class gate.swing.XJMenuItem
-
- initListeners() - Method in class gate.swing.XJTextPane
-
- initLocalData() - Method in class gate.gui.AnnotationDiffGUI
-
- initLocalData() - Method in class gate.gui.BootStrapDialog
-
Initialises the data (the loaded resources)
- initLocalData(Collection) - Method in class gate.gui.CollectionSelectionDialog
-
Init local data from a source collection
- initLocalData() - Method in class gate.gui.CorpusEditor
-
- initLocalData() - Method in class gate.gui.CorpusFillerComponent
-
Inits local variables to default values
- initLocalData() - Method in class gate.gui.CorpusQualityAssurance
-
- initLocalData() - Method in class gate.gui.CreateIndexGUI
-
- initLocalData() - Method in class gate.gui.docview.DocumentEditor.SearchDialog
-
- initLocalData(FeatureMap) - Method in class gate.gui.FeatureMapEditorDialog
-
- initLocalData(Collection<?>, Class<?>) - Method in class gate.gui.ListEditorDialog
-
- initLocalData() - Method in class gate.gui.MainFrame
-
- initLocalData() - Method in class gate.gui.NewResourceDialog
-
- initLocalData() - Method in class gate.gui.OptionsDialog
-
- initLocalData() - Method in class gate.gui.PRViewer
-
- initLocalData() - Method in class gate.gui.ResourceParametersEditor
-
- initLocalData() - Method in class gate.gui.SerialControllerEditor
-
- initLocalData() - Method in class gate.gui.SerialDatastoreViewer
-
- initLocalData() - Method in class gate.swing.JFontChooser
-
- initLocalData() - Method in class gate.swing.JTreeTable
-
- initLocalPaths() - Static method in class gate.Gate
-
Initialises the paths to local files of interest like the GATE home, the
installed plugins home and site and user configuration files.
- initMacListeners() - Method in class gate.gui.MainFrame
-
Set up the handlers to support the Macintosh Application menu.
- initParamOverrides - Variable in class gate.util.persistence.AbstractPersistence
-
A map that contains init parameter overrides for controllerName+resourecName
keys.
- initPRs() - Method in class gate.util.CorpusBenchmarkTool
-
- initRun(String) - Method in class gate.util.profile.Profiler
-
Inialises the profiler for a new run
- initViews() - Method in class gate.gui.docview.DocumentEditor
-
- InlineXMLExporter - Class in gate.corpora.export
-
- InlineXMLExporter() - Constructor for class gate.corpora.export.InlineXMLExporter
-
- InlineXMLIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- InlineXMLIcon() - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
Creates a new transcoded SVG image.
- InlineXMLIcon(boolean) - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
- InlineXMLIcon(Dimension) - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
Creates a new transcoded SVG image with the given dimensions.
- InlineXMLIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
- InlineXMLIcon(int, int) - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
- InlineXMLIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.InlineXMLIcon
-
- input - Variable in class gate.creole.annic.apache.lucene.analysis.Tokenizer
-
The text source for this Tokenizer.
- INPUT_ANNOTATION_SETS_FEATURE - Static variable in class gate.gui.teamware.TeamwareUtils
-
- input_stream - Variable in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- InputOutputAnnotationSetsDialog - Class in gate.gui.teamware
-
Dialog box to edit the lists of input and output annotation set names
for the "export to teamware" option.
- InputOutputAnnotationSetsDialog(Controller) - Constructor for class gate.gui.teamware.InputOutputAnnotationSetsDialog
-
- InputOutputAnnotationSetsDialog.NaturalComparator - Class in gate.gui.teamware
-
A comparator for strings that uses their natural order, treating
null
as less than anything non-null
.
- InputStream - Class in gate.creole.annic.apache.lucene.store
-
Abstract base class for input from a file in a
Directory
.
- InputStream() - Constructor for class gate.creole.annic.apache.lucene.store.InputStream
-
- insert(Object) - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Adds element to the PriorityQueue in log(size) time if either
the PriorityQueue is not full, or not lessThan(element, top()).
- INSERT - Static variable in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- insertTab(String, Icon, Component, String, int) - Method in class gate.swing.XJTabbedPane
-
- insertUpdate(DocumentEvent) - Method in class gate.gui.docview.TextualDocumentView.SwingDocumentListener
-
- insertUpdate(DocumentEvent) - Method in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- INSTANCE - Static variable in interface gate.creole.ontology.OConstants
-
specifies that it is an instance
- instantiateDataStore(String, String) - Static method in class gate.Factory
-
Instantiate a DataStore (not open or created).
- instantiationStack - Variable in class gate.creole.ResourceData
-
The stack of instantiations
- INT - Static variable in class gate.creole.annic.apache.lucene.search.SortField
-
Sort using term values as encoded Integers.
- INT - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#int
- INTEGER - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#integer
- interfaceName - Variable in class gate.creole.ResourceData
-
The interface name of the resource
- INTERLINGUA - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ia"
- INTERLINGUE - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ie"
- InternalProgressListener() - Constructor for class gate.gui.SerialControllerEditor.InternalProgressListener
-
- InternalStatusListener() - Constructor for class gate.creole.AbstractController.InternalStatusListener
-
- InternalStatusListener() - Constructor for class gate.creole.AbstractProcessingResource.InternalStatusListener
-
- InternalStatusListener() - Constructor for class gate.gui.SerialControllerEditor.InternalStatusListener
-
- interrupt() - Method in class gate.creole.AbstractController
-
Notifies all the PRs in this controller that they should stop their
execution as soon as possible.
- interrupt() - Method in class gate.creole.AbstractProcessingResource
-
Notifies this PR that it should stop its execution as soon as possible.
- interrupt() - Method in interface gate.Executable
-
Notifies this executable that it should stop its execution as soon as
possible.
- interrupted - Variable in class gate.creole.AbstractController
-
- interrupted - Variable in class gate.creole.AbstractProcessingResource
-
- intersect(AnnotationSet, Annotation...) - Static method in class gate.Utils
-
Return the subset from the original set that matches one of the given annotations.
- intersect(AnnotationSet, Collection<Annotation>) - Static method in class gate.Utils
-
- intersection(BitSet...) - Method in class gate.relations.RelationSet
-
Calculates the intersection of a set of lists containing relation
IDs
- INTERSECTIONOF - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#intersectionOf
- IntervalProgressListener(int, int) - Constructor for class gate.creole.AbstractController.IntervalProgressListener
-
- IntervalProgressListener(int, int) - Constructor for class gate.creole.AbstractProcessingResource.IntervalProgressListener
-
- INUKTITUT - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "iu"
- INUPIAK - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ik"
- INVALID_CHARACTER_REPLACEMENT - Static variable in class gate.corpora.DocumentStaxUtils
-
The char used to replace characters in text content that are
illegal in XML.
- invalidate() - Method in class gate.gui.ResourceRenderer
-
Overridden for performance reasons.
- InvalidIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- InvalidIcon() - Constructor for class gate.resources.img.svg.InvalidIcon
-
Creates a new transcoded SVG image.
- InvalidIcon(boolean) - Constructor for class gate.resources.img.svg.InvalidIcon
-
- InvalidIcon(Dimension) - Constructor for class gate.resources.img.svg.InvalidIcon
-
Creates a new transcoded SVG image with the given dimensions.
- InvalidIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.InvalidIcon
-
- InvalidIcon(int, int) - Constructor for class gate.resources.img.svg.InvalidIcon
-
- InvalidIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.InvalidIcon
-
- InvalidOffsetException - Exception in gate.util
-
Used to signal an attempt to create a node with an invalid offset.
- InvalidOffsetException() - Constructor for exception gate.util.InvalidOffsetException
-
- InvalidOffsetException(String) - Constructor for exception gate.util.InvalidOffsetException
-
- InvalidURIException - Exception in gate.creole.ontology
-
This exception is thrown when a URI is not valid.
- InvalidURIException() - Constructor for exception gate.creole.ontology.InvalidURIException
-
Constructor
- InvalidURIException(String) - Constructor for exception gate.creole.ontology.InvalidURIException
-
Constructor
- InvalidURIException(Exception) - Constructor for exception gate.creole.ontology.InvalidURIException
-
Constructor - behaves like a wrapper to the provided exception
- InvalidValueException - Exception in gate.creole.ontology
-
This exception should be thrown when a property value is not
compatible with the property.
- InvalidValueException() - Constructor for exception gate.creole.ontology.InvalidValueException
-
Constructor
- InvalidValueException(String) - Constructor for exception gate.creole.ontology.InvalidValueException
-
Constructor
- InvalidValueException(Exception) - Constructor for exception gate.creole.ontology.InvalidValueException
-
Constructor - behaves like a wrapper to the provided exception
- INVERSEFUNCTIONALPROPERTY - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
- INVERSEOF - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#inverseOf
- invokeControllerExecutionAborted(Throwable) - Method in class gate.creole.AbstractController
-
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
- invokeControllerExecutionAborted(Throwable) - Method in class gate.creole.ConditionalSerialAnalyserController
-
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
- invokeControllerExecutionAborted(Throwable) - Method in class gate.creole.SerialAnalyserController
-
Invoke the controllerExecutionAborted method on this controller and all nested PRs and controllers.
- invokeControllerExecutionFinished() - Method in class gate.creole.AbstractController
-
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
- invokeControllerExecutionFinished() - Method in class gate.creole.ConditionalSerialAnalyserController
-
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
- invokeControllerExecutionFinished() - Method in class gate.creole.SerialAnalyserController
-
Invoke the controllerExecutionFinished method on this controller and all nested PRs and controllers.
- invokeControllerExecutionStarted() - Method in class gate.creole.AbstractController
-
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
- invokeControllerExecutionStarted() - Method in class gate.creole.ConditionalSerialAnalyserController
-
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
- invokeControllerExecutionStarted() - Method in class gate.creole.SerialAnalyserController
-
Invoke the controllerExecutionStarted method on this controller and all nested PRs and controllers.
- IREngine - Interface in gate.creole.ir
-
Defines an information retrieval engine which needs to supply a
IndexManager
and a
Search
.
- IRISH - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ga"
- isActive() - Method in interface gate.creole.AnnotationVisualResource
-
Checks whether the annotation editor is active (shown on screen and ready
to edit annotations.
- isActive() - Method in class gate.gui.docview.AbstractDocumentView
-
Returns the active state of this view.
- isActive() - Method in class gate.gui.docview.AnnotationEditor
-
- isActive() - Method in interface gate.gui.docview.DocumentView
-
Returns the active state of this view.
- isAnnotationProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checkes whether there exists a statement <thePropertyURI, RDF:Type,
OWL:AnnotationProperty> in the ontology or not.
- isAnonymousResource() - Method in interface gate.creole.ontology.ONodeID
-
Return if this represents a blank node or a named resource.
- isAnonymousResource - Variable in class gate.creole.ontology.URI
-
Deprecated.
Denotes whether the OResource this URI belongs to is an anonymous
or not.
- isAnonymousResource() - Method in class gate.creole.ontology.URI
-
Deprecated.
Indicates whether the URI refers to an anonymous resource
- isApplicableTo(int) - Method in interface gate.wordnet.Relation
-
checks if the relation is applicab;le to specific POS - see REL_XXX comments
- isAscending() - Method in class gate.swing.XJTable
-
- isAutoLoading() - Method in class gate.creole.ResourceData
-
Is the resource autoloading?
- isAutoSaving() - Method in interface gate.DataStore
-
Get the autosaving behaviour of the LR.
- isAutoSaving() - Method in class gate.persist.SerialDataStore
-
Get the autosaving behaviour of the LR.
- isBenchmarkingEnabled() - Static method in class gate.util.Benchmark
-
Returns if the logging is enabled.
- isBlocked() - Method in class gate.swing.BlockingGlassPane
-
Test if this glasspane is blocked.
- isCellEditable(EventObject) - Method in class gate.gui.AlternatingTableCellEditor
-
- isCellEditable(int, int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- isCellEditable(EventObject) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- isCellEditable(int, int) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- isCellEditable(int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- isCellEditable(int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- isCellEditable(int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- isCellEditable(EventObject) - Method in class gate.gui.persistence.XgappUpgradeSelector.PluginCoordinatesEditor
-
- isCellEditable(int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- isCellEditable(int, int) - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- isCellEditable(Object, int) - Method in class gate.swing.AbstractTreeTableModel
-
- isCellEditable(Object, int) - Method in interface gate.swing.TreeTableModel
-
Indicates whether the the value for node node
,
at column number column
is editable.
- isCellEditable(int, int) - Method in class gate.swing.XJTable.SortingModel
-
- isColumnHidden(int) - Method in class gate.swing.XJTable
-
Gets the hidden state for a column
- isCompatible(Annotation) - Method in class gate.annotation.AnnotationImpl
-
This verifies if this annotation is compatible with another one.
- isCompatible(Annotation, Set<? extends Object>) - Method in class gate.annotation.AnnotationImpl
-
This verifies if this annotation is compatible with another one,
given a set with certain keys.
- isCompatible(Annotation) - Method in interface gate.Annotation
-
This verifies if this annotation is compatible with another one.
- isCompatible(Annotation, Set<? extends Object>) - Method in interface gate.Annotation
-
This verifies if this annotation is compatible with another one,
given a set with certain keys.
- isCompatible(String, String) - Static method in class gate.util.VersionComparator
-
Checks to see if the version of GATE falls between the two specified
versions (this is an inclusive check).
- isContainedWithin(File, File) - Static method in class gate.util.persistence.PersistenceManager
-
This method can be used to determine if a specified file (or directory) is
contained within a given directory.
- isCopyPlugins() - Method in class gate.util.ant.packager.PackageGappTask
-
Will the task copy the complete contents of referenced plugins into
the target location?
- isCopyResourceDirs() - Method in class gate.util.ant.packager.PackageGappTask
-
Will the task copy the complete contents of directories containing
referenced resources into the target location or just the
referenced resources themselves?
- isCreoleResource() - Method in class gate.creole.Plugin.ResourceInfoVisitor
-
- isDatatypeProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checkes whether the ontology contains a datatype property with the
given URI.
- isDefault() - Method in class gate.creole.FeatureSchema
-
This method is used to check if the feature is default.
- ISDEFINEDBY - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
- isDeleted(int) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader
-
- isDeleted(int) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true if document n has been deleted
- isDeleted(int) - Method in class gate.creole.annic.apache.lucene.index.MultiReader
-
- isDifferentFrom(OInstance) - Method in interface gate.creole.ontology.OInstance
-
Checks whether the instance is different from the given instance
- isDocumentLoaded(int) - Method in class gate.corpora.CorpusImpl
-
This method returns true when the document is already loaded in
memory
- isDocumentLoaded(int) - Method in class gate.corpora.SerialCorpusImpl
-
This method returns true when the document is already loaded in
memory
- isDocumentLoaded(int) - Method in interface gate.Corpus
-
This method returns true when the document is already loaded in memory.
- isEditable() - Method in class gate.gui.ResourceParametersEditor
-
- isEditCellAsSoonAsFocus() - Method in class gate.swing.XJTable
-
Returns the state for editing a cell as soon as it gets the focus.
- isEmpty() - Method in class gate.corpora.CorpusImpl
-
- isEmpty() - Method in class gate.corpora.SerialCorpusImpl
-
- isEmpty() - Method in class gate.relations.RelationSet
-
- isEmpty() - Method in class gate.util.HashMapLong
-
- isEmpty() - Method in class gate.util.SimpleSortedSet
-
is the map is empty
- isEnabled() - Method in class gate.util.profile.Profiler
-
Answers is the profiler switched ON or OFF.
- isEnabled(Controller, ProcessingResource) - Static method in class gate.Utils
-
This method can be used to check if a ProcessingResource has
a chance to be run in the given controller with the current settings.
- isEnableHidingColumns() - Method in class gate.swing.XJTable
-
Returns the state for hiding a column.
- isEnumeration() - Method in class gate.creole.FeatureSchema
-
Tests whether the values are an enumeration or not.
- isEquivalentClassAs(OClass) - Method in interface gate.creole.ontology.OClass
-
Checks whether the class is equivalent as the given class.
- isEquivalentPropertyAs(RDFProperty) - Method in interface gate.creole.ontology.RDFProperty
-
Checks whether the property is Equivalent as the one provide.
- isExpanded() - Method in class gate.gui.docview.AnnotationSetsView.SetHandler
-
- isFilesystemOnly() - Method in class gate.util.ant.packager.GazetteerLists
-
ResourceCollection interface: returns true (this collection always
exposes only filesystem resources).
- isFixed() - Method in class gate.creole.FeatureSchema
-
This method is used to check if the feature, is fixed.
- isFullyDefaulted() - Method in class gate.creole.ParameterList
-
Get the status of the last run of getDefaults(List).
- isFunctional() - Method in interface gate.creole.ontology.RDFProperty
-
Answers whether this property is a functional property.
- isGATENewEnough(String) - Static method in class gate.util.VersionComparator
-
Returns true if the specified version is the same or newer than the version
of GATE being used.
- isGATEOldEnough(String) - Static method in class gate.util.VersionComparator
-
Returns true if the specified version is the same or older than the version
of GATE being used.
- isGateType(String) - Static method in class gate.Gate
-
Checks whether a particular class is a Gate defined type
- isGateXmlFormat(String) - Static method in class gate.corpora.XmlDocumentFormat
-
Determine whether the given document content string represents a
GATE custom format XML document.
- isGCCallingEnabled() - Method in class gate.util.profile.Profiler
-
- isGenerateMode() - Method in class gate.util.CorpusBenchmarkTool
-
- isIndexed() - Method in class gate.creole.annic.apache.lucene.document.Field
-
True iff the value of the field is to be indexed, so that it may be
searched on.
- isInitialised() - Static method in class gate.Gate
-
- isInstanceOf(OClass, byte) - Method in interface gate.creole.ontology.OInstance
-
Deprecated.
- isInstanceOf(OClass, OConstants.Closure) - Method in interface gate.creole.ontology.OInstance
-
- isInterrupted() - Method in class gate.creole.AbstractController
-
- isInterrupted() - Method in class gate.creole.AbstractProcessingResource
-
- isInterrupted() - Method in interface gate.Executable
-
- isInverseFunctional() - Method in interface gate.creole.ontology.RDFProperty
-
Answers whether this property is an inverse functional property.
- isIsolated() - Method in class gate.util.GateClassLoader
-
- isLeaf(Object) - Method in class gate.swing.AbstractTreeTableModel
-
Is this node a leaf?
- isLiteral() - Method in interface gate.creole.ontology.LiteralOrONodeID
-
Check if the object represents a literal.
- isLiteral() - Method in interface gate.creole.ontology.OValue
-
Check if the object represents a literal.
- isLocked(Directory) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true
iff the index in the named directory is
currently locked.
- isLocked(String) - Static method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Returns true
iff the index in the named directory is
currently locked.
- isLocked() - Method in class gate.creole.annic.apache.lucene.store.Lock
-
Returns true if the resource is currently locked.
- isLoggedOnce(String) - Static method in class gate.Utils
-
Check if a message has already been logged or shown.
- isMainView - Variable in class gate.creole.ResourceData
-
Whether or not this viewer will be the default one
- isMainView() - Method in class gate.creole.ResourceData
-
A simple accessor for isMainView field
- isModified() - Method in class gate.creole.AbstractLanguageResource
-
Returns true of an LR has been modified since the last sync.
- isModified() - Method in interface gate.creole.ontology.Ontology
-
Checks the modified flag.
- isModified() - Method in interface gate.LanguageResource
-
Returns true of an LR has been modified since the last sync.
- isObjectProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checks if there exists an object property with the given URI
- isONodeID() - Method in interface gate.creole.ontology.LiteralOrONodeID
-
Check if the object represents a node ID.
- isOpaque() - Method in class gate.gui.ResourceRenderer
-
Overridden for performance reasons.
- isOptional() - Method in class gate.creole.FeatureSchema
-
This method is used to check if the feature is optional.
- isOptional() - Method in class gate.creole.Parameter
-
Is the parameter optional?
- isOResource() - Method in interface gate.creole.ontology.OValue
-
Check if the object represents a OResource
- isPartiallyCompatible(Annotation) - Method in class gate.annotation.AnnotationImpl
-
This method verifies if two annotation and are partially compatible.
- isPartiallyCompatible(Annotation, Set<? extends Object>) - Method in class gate.annotation.AnnotationImpl
-
This method verifies if two annotation and are partially compatible,
given a set with certain keys.
- isPartiallyCompatible(Annotation) - Method in interface gate.Annotation
-
This method verifies if two annotation and are partially compatible.
- isPartiallyCompatible(Annotation, Set<? extends Object>) - Method in interface gate.Annotation
-
This method verifies if two annotation and are partially compatible,
given a set with certain keys.
- isPersistentDocument(int) - Method in class gate.corpora.SerialCorpusImpl
-
This method returns true when the document is already stored on
disk i.e., is not transient
- isPreseved() - Method in class gate.creole.ir.IndexField
-
- isPrivate() - Method in class gate.creole.ResourceData
-
Is the resource private?
- isProcessRunning() - Method in class gate.util.ProcessManager
-
- isProhibited() - Method in class gate.creole.FeatureSchema
-
This method is used to check if the feature is prohibited.
- isPropertySupported(String) - Method in class gate.util.xml.XML11OutputFactory
-
- isRDFProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checkes whether there exists a statement <thePropertyURI, RDF:Type,
RDF:Property> in the ontology or not.
- isRecurseDirectories() - Method in class gate.gui.CorpusFillerComponent
-
Should the directory parsed recursively?
- isRequired() - Method in class gate.creole.FeatureSchema
-
This method is used to check if the feature is required.
- isRequired() - Method in class gate.gui.ParameterDisjunction
-
is the currently selected parameter required?
- isRuntime() - Method in class gate.creole.Parameter
-
Is the parameter runtime?
- isSameInstanceAs(OInstance) - Method in interface gate.creole.ontology.OInstance
-
Checks whether the instance is same as the given instance
- isSameInstancesForAnnotators(AnnotationSet[], int) - Static method in class gate.util.AnnotationMerging
-
Check if the annotation sets contain the same annotations.
- isSandboxed() - Static method in class gate.Gate
-
Find out if GATE is to be run in a sandbox or not.
- isSelected() - Method in class gate.gui.docview.AnnotationSetsView.TypeHandler
-
- isSemcor() - Method in interface gate.wordnet.WordSense
-
appears in SEMCOR?
- isShowing() - Method in class gate.gui.docview.AnnotationEditor
-
- isSortable() - Method in class gate.swing.XJTable
-
- isStandalone - Variable in class gate.gui.AnnotationDiffGUI
-
Is this GUI standalone or embedded in GATE?
- isStored() - Method in class gate.creole.annic.apache.lucene.document.Field
-
True iff the value of the field is to be stored in the index for return
with search hits.
- isStringDataType() - Method in class gate.creole.ontology.DataType
-
- isSubClassOf(OClass, byte) - Method in interface gate.creole.ontology.OClass
-
Deprecated.
- isSubClassOf(OClass, OConstants.Closure) - Method in interface gate.creole.ontology.OClass
-
- isSubPropertyOf(RDFProperty, byte) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- isSubPropertyOf(RDFProperty, OConstants.Closure) - Method in interface gate.creole.ontology.RDFProperty
-
- isSuperClassOf(OClass, byte) - Method in interface gate.creole.ontology.OClass
-
Checks whether the class is a super class of the given class.
- isSuperClassOf(OClass, OConstants.Closure) - Method in interface gate.creole.ontology.OClass
-
- isSuperPropertyOf(RDFProperty, byte) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- isSuperPropertyOf(RDFProperty, OConstants.Closure) - Method in interface gate.creole.ontology.RDFProperty
-
- isSuppressZeroTimeEntries() - Method in class gate.util.reporting.PRTimeReporter
-
Returns the flag indicating whether or not to suppress the processing
elements from the report which took 0 milliseconds.
- isSymmetricProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checkes whether there exists a statement <thePropertyURI, RDF:Type,
OWL:SymmetricProperty> in the ontology or not.
- isTabSkipUneditableCell() - Method in class gate.swing.XJTable
-
Returns the state for enabling tab key to skip uneditable cells.
- isTermVectorStored() - Method in class gate.creole.annic.apache.lucene.document.Field
-
- isTextMode() - Method in class gate.annotation.CorpusAnnotationDiff
-
Gets the annot diff textmode.True means that the text mode is activated.
- isTime(String) - Method in class gate.email.EmailDocumentHandler
-
Tests a token if is in time format HH:MM:SS
- isTokenized() - Method in class gate.creole.annic.apache.lucene.document.Field
-
True iff the value of the field should be tokenized as text prior to
indexing.
- isTool() - Method in class gate.creole.ResourceData
-
Is the resource a tool?
- isTopClass() - Method in interface gate.creole.ontology.OClass
-
Checks whether this class is a top.
- isTransitiveProperty(OURI) - Method in interface gate.creole.ontology.Ontology
-
Checkes whether there exists a statement <thePropertyURI, RDF:Type,
OWL:TransitiveProperty> in the ontology or not.
- isUnicodeEnabled() - Static method in class gate.util.Tools
-
Checks wheter Gate is Unicode enabled
- isUniqueBeginner() - Method in interface gate.wordnet.Synset
-
is this synset a UB - i.e.
- isValid() - Method in class gate.creole.Plugin
-
- isValid() - Method in class gate.creole.ResourceData
-
Is this a valid resource data configuration? If not, leave an
error message that can be returned by getValidityMessage().
- isValidDataTypeValue(String) - Method in interface gate.creole.ontology.DatatypeProperty
-
Checks whether the provided datatype value is compatible with the DataType
restrictions on the property.
- isValidDomain(OInstance) - Method in interface gate.creole.ontology.DatatypeProperty
-
Checks whether the provided instance is compatible with the domain
restrictions on the property.
- isValidDomain(OInstance) - Method in interface gate.creole.ontology.ObjectProperty
-
Checks whether the provided instance is compatible with the domain
restrictions on the property.
- isValidDomain(OResource) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- isValidOffset(Long) - Method in class gate.corpora.DocumentImpl
-
Check that an offset is valid, i.e.
- isValidOffsetRange(Long, Long) - Method in class gate.corpora.DocumentImpl
-
Check that both start and end are valid offsets and that they constitute a
valid offset range, i.e.
- isValidProtocolVersion(String) - Static method in class gate.persist.SerialDataStore
-
Check a version number for validity.
- isValidQuery(String) - Static method in class gate.creole.annic.lucene.QueryParser
-
Returns true if the submitted query is valid.
- isValidRange(OInstance) - Method in interface gate.creole.ontology.ObjectProperty
-
Checks whether the provided instance is compatible with the range
restrictions on the property.
- isValidRange(OResource) - Method in interface gate.creole.ontology.RDFProperty
-
Deprecated.
- isValidRegularExpression() - Method in class gate.gui.docview.DocumentEditor.SearchDialog
-
Builds and validates the regular expression before use.
- isValidValue(String) - Method in class gate.creole.ontology.DataType
-
Checks whether the provided value is a valid value for the datatype
(e.g.
- isXmlChar(char) - Static method in class gate.corpora.DocumentXmlUtils
-
This method decide if a char is a valid XML one or not
- ITALIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "it"
- itemByResource - Variable in class gate.gui.DocumentExportMenu
-
- iterator() - Method in class gate.annotation.AnnotationSetImpl
-
Get an iterator for this set
- iterator() - Method in class gate.corpora.CorpusImpl
-
- iterator() - Method in class gate.corpora.SerialCorpusImpl
-
- iterator() - Method in class gate.relations.RelationSet
-
- iterator() - Method in interface gate.SimpleAnnotationSet
-
Get an iterator for this set
- iterator() - Method in class gate.util.ant.packager.GazetteerLists
-
ResourceCollection interface: returns an iterator over the list
files.
- iterator() - Method in class gate.util.SimpleArraySet
-
iterator
- P - Static variable in interface gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerConstants
-
- pack() - Method in class gate.gui.AnnotationDiffGUI
-
- PackagedController - Class in gate.creole
-
- PackagedController() - Constructor for class gate.creole.PackagedController
-
- PackageGappTask - Class in gate.util.ant.packager
-
Ant task to copy a gapp file, rewriting any relative paths it
contains to point within the same directory as the target file
location and copy the referenced files into the right locations.
- PackageGappTask() - Constructor for class gate.util.ant.packager.PackageGappTask
-
- PackageGappTask.MappingHint - Class in gate.util.ant.packager
-
Class to represent a nested hint
element.
- PackageGappTask.UnresolvedAction - Enum in gate.util.ant.packager
-
Enumeration of the actions to take when there are unresolved
resources.
- padPr(String, int) - Static method in class gate.util.Err
-
Print padding followed by String s.
- padPr(String, int) - Static method in class gate.util.Out
-
Print padding followed by String s.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AddDocumentIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AddIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AdvancedIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AnnieApplicationIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AnnotationDiffIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ApplicationIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ApplicationsIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.AvailableIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.CIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ClearLogIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ClosedIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.CorpusIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.CorpusTransIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.CreolePluginIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DatastoreIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DatastoresIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DeleteIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DocumentExporterIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DocumentIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DocumentResetIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DownIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.DownloadIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.EditIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.EditListIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ExitIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ExpandedIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ExtendLeftIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ExtendRightIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GATEIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GATENameIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GATEVersionIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GATEXMLIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GazetteerIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.GreenBallIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.HelpIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.InlineXMLIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.InvalidIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.JapeIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.LeftArrowIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.LRIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.lrsIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.MavenIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.NeTransducerIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.NominalCoreferencerIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.OIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.OntologyIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.OpenApplicationIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.OpenFileIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.OrthoMatcherIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ParamIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.PinIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.PinInIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.PosTaggerIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.PRIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ProgressIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.prsIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ReadyMadeIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RedBallIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RefreshIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RemotePluginIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RemoveAnnotationIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RemoveDocumentIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RemoveIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RightArrowIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.RunIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.SaveIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.ScrollLockIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.SearchIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.SentenceSplitterIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.TickIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.TokeniserIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.UpdatesIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.UpdateSiteIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.UpIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.UserPluginIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.WindowNewIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paint(Graphics2D, boolean) - Static method in class gate.resources.img.svg.YellowBallIcon
-
Paints the transcoded SVG image on the specified graphics context.
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AddDocumentIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AddIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AdvancedIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AnnieApplicationIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AnnotationDiffIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ApplicationIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ApplicationsIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.AvailableIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.CIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ClearLogIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ClosedIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.CorpusIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.CorpusTransIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.CreolePluginIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DatastoreIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DatastoresIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DeleteIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DocumentExporterIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DocumentIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DocumentResetIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DownIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.DownloadIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.EditIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.EditListIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ExitIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ExpandedIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ExtendLeftIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ExtendRightIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GATEIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GATENameIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GATEVersionIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GATEXMLIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GazetteerIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.GreenBallIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.HelpIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.InlineXMLIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.InvalidIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.JapeIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.LeftArrowIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.LRIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.lrsIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.MavenIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.NeTransducerIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.NominalCoreferencerIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.OIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.OntologyIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.OpenApplicationIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.OpenFileIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.OrthoMatcherIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ParamIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.PinIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.PinInIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.PosTaggerIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.PRIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ProgressIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.prsIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ReadyMadeIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RedBallIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RefreshIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RemotePluginIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RemoveAnnotationIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RemoveDocumentIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RemoveIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RightArrowIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.RunIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.SaveIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.ScrollLockIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.SearchIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.SentenceSplitterIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.TickIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.TokeniserIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.UpdatesIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.UpdateSiteIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.UpIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.UserPluginIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.WindowNewIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.resources.img.svg.YellowBallIcon
-
- paintIcon(Component, Graphics, int, int) - Method in class gate.swing.VerticalTextIcon
-
Draw the icon at the specified location.
- Pair - Class in gate.util
-
- Pair(Object, Object) - Constructor for class gate.util.Pair
-
- Pair() - Constructor for class gate.util.Pair
-
- Pair(Pair) - Constructor for class gate.util.Pair
-
- PairingOffsetComparator() - Constructor for class gate.util.AnnotationDiffer.PairingOffsetComparator
-
- pairings - Variable in class gate.gui.AnnotationDiffGUI
-
- PairingScoreComparator() - Constructor for class gate.util.AnnotationDiffer.PairingScoreComparator
-
- paramClass - Variable in class gate.creole.Parameter
-
The Class for the parameter type
- Parameter - Class in gate.creole
-
Models a resource parameter.
- Parameter(Plugin) - Constructor for class gate.creole.Parameter
-
Construct a new Parameter for a resource in a given plugin.
- ParameterDisjunction - Class in gate.gui
-
Represents a list of Parameters which are alternative to each other.
- ParameterDisjunction(Resource, List<Parameter>) - Constructor for class gate.gui.ParameterDisjunction
-
Creation from a resources and a list of names.
- parameterDisjunctions - Variable in class gate.gui.ResourceParametersEditor
-
- ParameterException - Exception in gate.creole
-
This exception indicates failure to set a resource parameter.
- ParameterException() - Constructor for exception gate.creole.ParameterException
-
- ParameterException(String) - Constructor for exception gate.creole.ParameterException
-
- ParameterException(Exception) - Constructor for exception gate.creole.ParameterException
-
- ParameterException(String, Exception) - Constructor for exception gate.creole.ParameterException
-
- ParameterList - Class in gate.creole
-
Models resource parameters lists as described in their
creole.xml metadata.
- ParameterList() - Constructor for class gate.creole.ParameterList
-
- parameterList - Variable in class gate.creole.ResourceData
-
The set of parameter lists
- parameters - Variable in class gate.corpora.MimeType
-
The parameters map.
- parameters - Variable in class gate.creole.annic.lucene.LuceneIndexer
-
Various parameters such as location of the Index etc.
- parametersBorder - Variable in class gate.gui.SerialControllerEditor
-
- parametersEditor - Variable in class gate.gui.SerialControllerEditor
-
A component for editing the parameters of the currently selected PR
- parametersPanel - Variable in class gate.gui.SerialControllerEditor
-
- ParametersTableModel() - Constructor for class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- ParamIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- ParamIcon() - Constructor for class gate.resources.img.svg.ParamIcon
-
Creates a new transcoded SVG image.
- ParamIcon(boolean) - Constructor for class gate.resources.img.svg.ParamIcon
-
- ParamIcon(Dimension) - Constructor for class gate.resources.img.svg.ParamIcon
-
Creates a new transcoded SVG image with the given dimensions.
- ParamIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.ParamIcon
-
- ParamIcon(int, int) - Constructor for class gate.resources.img.svg.ParamIcon
-
- ParamIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.ParamIcon
-
- parse(String, String, String, String, String) - Method in class gate.creole.annic.lucene.QueryParser
-
Given a query, this method parses it to convert it into one or more
lucene queries.
- parseArguments(String[]) - Method in interface gate.util.reporting.BenchmarkReportable
-
Parses the command line arguments.
- parseArguments(String[]) - Method in class gate.util.reporting.DocTimeReporter
-
Parses the report command lime arguments.
- parseArguments(String[]) - Method in class gate.util.reporting.PRTimeReporter
-
Parses the report arguments.
- parseConfigFile(InputStream, URL) - Method in class gate.config.ConfigDataProcessor
-
Parse a config file (represented as an open stream).
- parseCreole() - Method in class gate.creole.Plugin
-
- parseDirectory(Plugin, Document, URL, URL) - Method in class gate.creole.CreoleRegisterImpl
-
Parse a directory file (represented as an open stream), adding resource
data objects to the CREOLE register as they occur.
- ParseException - Exception in gate.creole.annic.apache.lucene.analysis.standard
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
- parseQuery(String) - Static method in class gate.creole.annic.lucene.SubQueryParser
-
this method parses the query and returns the different queries
converted into the OR normalized form
for e.g.
- parser - Variable in class gate.config.ConfigDataProcessor
-
The parser for the CREOLE directory files
- Parser - Class in gate.creole.annic
-
This class provides utility methods to export the Hits to XML and
read them back from XML to HIT objects.
- Parser() - Constructor for class gate.creole.annic.Parser
-
- PARTIALLY_CORRECT_BG - Static variable in class gate.gui.AnnotationDiffGUI
-
- PARTIALLY_CORRECT_TYPE - Static variable in class gate.annotation.CorpusAnnotationDiff
-
A partially correct type when all annotation are corect represented
by Blue color
- PARTIALLY_CORRECT_TYPE - Static variable in class gate.util.AnnotationDiffer
-
Type for partially correct pairings (when the key and response match
in type and significant features but the spans are just overlapping and
not identical.
- partiallyCorrectAnnotations - Variable in class gate.util.AnnotationDiffer
-
- partiallyCorrectLbl - Variable in class gate.gui.AnnotationDiffGUI
-
- partiallyCorrectMatches - Variable in class gate.util.AnnotationDiffer
-
The number of partially correct matches.
- PASHTO - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ps"
- PASSWORD_DECRYPTER - Static variable in class gate.util.maven.Utils
-
Utility used to decrypt encrypted proxy passwords in settings.xml
- PATH_COMPARATOR - Static variable in class gate.util.ant.packager.PackageGappTask
-
Comparator to compare URLs by lexicographic ordering of their
getPath() values.
- Pattern - Class in gate.creole.annic
-
Pattern is an extension of the HIT class.
- Pattern(String, String, String, int, int, int, int, List<PatternAnnotation>, String) - Constructor for class gate.creole.annic.Pattern
-
Constructor
- PATTERN_ANNOTATION - Static variable in class gate.creole.annic.Parser
-
PATTERN_ANNOTATION XML Element
- PATTERN_ANNOTATIONS - Static variable in class gate.creole.annic.Parser
-
PATTERN_ANNOTATIONS XML Element
- PATTERN_TEXT - Static variable in class gate.creole.annic.Parser
-
PATTERN_TEXT XML Element
- PatternAnnotation - Class in gate.creole.annic
-
Pattern Annotation is similar to a GATE Annotation except that it
doesn't have any annotation ID but it contains its position in the token stream
that is created when indexing documents.
- PatternAnnotation() - Constructor for class gate.creole.annic.PatternAnnotation
-
Constructor
- patternLength() - Method in class gate.creole.annic.lucene.LuceneQueryResult
-
Returns an arraylist which for each pattern contains a number of
annotation in it.
- patternText - Variable in class gate.creole.annic.Pattern
-
pattern text
- PatternValidator - Class in gate.creole.annic.lucene
-
Pattern Validator that given a position of first term, retrieves the
entire pattern from the token stream.
- PatternValidator() - Constructor for class gate.creole.annic.lucene.PatternValidator
-
- PAUM_MODEL_APPLICATION - Static variable in class gate.util.Benchmark
-
- PAUM_MODEL_TRAINING - Static variable in class gate.util.Benchmark
-
- peakAtNextAnnotationId() - Method in class gate.corpora.DocumentImpl
-
look at the next annotation ID without incrementing it
- pendingCreoleUrls - Static variable in class gate.Main
-
The list of pending URLs to add to the CREOLE register
- pendingEvents - Variable in class gate.gui.docview.AnnotationSetsView
-
- PermanentSelectionCaret() - Constructor for class gate.gui.docview.TextualDocumentView.PermanentSelectionCaret
-
- PERSIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "fa"
- Persistence - Interface in gate.util.persistence
-
Defines an object that holds persistent data about another object.
- PersistenceException - Exception in gate.persist
-
This exception indicates failure during persistence operations.
- PersistenceException() - Constructor for exception gate.persist.PersistenceException
-
Default construction
- PersistenceException(String) - Constructor for exception gate.persist.PersistenceException
-
Construction from string
- PersistenceException(Exception) - Constructor for exception gate.persist.PersistenceException
-
Construction from exception
- PersistenceException(String, Exception) - Constructor for exception gate.persist.PersistenceException
-
Construction from both string and exception
- persistenceID - Variable in class gate.util.persistence.LRPersistence
-
- PersistenceManager - Class in gate.util.persistence
-
This class provides utility methods for saving resources through
serialisation via static methods.
- PersistenceManager() - Constructor for class gate.util.persistence.PersistenceManager
-
- PersistenceManager.ClassComparator - Class in gate.util.persistence
-
- PersistenceManager.NotComparableException - Exception in gate.util.persistence
-
Thrown by a comparator when the values provided for comparison are
not comparable.
- PersistenceManager.ObjectHolder - Class in gate.util.persistence
-
A reference to an object; it uses the identity hashcode and the
equals defined by object identity.
- PersistenceManager.RRPersistence - Class in gate.util.persistence
-
- PersistenceManager.SlashDevSlashNull - Class in gate.util.persistence
-
This class is used as a marker for types that should NOT be
serialised when saving the state of a gate object.
- PersistenceManager.URLHolder - Class in gate.util.persistence
-
URLs get upset when serialised and deserialised so we need to
convert them to strings for storage.
- PERSON_ANNOTATION_TYPE - Static variable in interface gate.creole.ANNIEConstants
-
- PERSON_GENDER_FEATURE_NAME - Static variable in interface gate.creole.ANNIEConstants
-
- PhraseQuery - Class in gate.creole.annic.apache.lucene.search
-
A Query that matches documents containing a particular sequence of terms.
- PhraseQuery() - Constructor for class gate.creole.annic.apache.lucene.search.PhraseQuery
-
Constructs an empty phrase query.
- PinIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- PinIcon() - Constructor for class gate.resources.img.svg.PinIcon
-
Creates a new transcoded SVG image.
- PinIcon(boolean) - Constructor for class gate.resources.img.svg.PinIcon
-
- PinIcon(Dimension) - Constructor for class gate.resources.img.svg.PinIcon
-
Creates a new transcoded SVG image with the given dimensions.
- PinIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.PinIcon
-
- PinIcon(int, int) - Constructor for class gate.resources.img.svg.PinIcon
-
- PinIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.PinIcon
-
- PinInIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- PinInIcon() - Constructor for class gate.resources.img.svg.PinInIcon
-
Creates a new transcoded SVG image.
- PinInIcon(boolean) - Constructor for class gate.resources.img.svg.PinInIcon
-
- PinInIcon(Dimension) - Constructor for class gate.resources.img.svg.PinInIcon
-
Creates a new transcoded SVG image with the given dimensions.
- PinInIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.PinInIcon
-
- PinInIcon(int, int) - Constructor for class gate.resources.img.svg.PinInIcon
-
- PinInIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.PinInIcon
-
- pinnedButton - Variable in class gate.gui.docview.AnnotationEditor
-
Toggle button used to pin down the dialog.
- pipelineNames - Variable in class gate.util.reporting.PRTimeReporter
-
Names of the given pipeline for which the entries are present in given
benchmark file.
- placeDialog(int, int) - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
Finds the best location for the editor dialog for a given span of text
- placeDialog(int, int) - Method in class gate.gui.docview.AnnotationEditor
-
Finds the best location for the editor dialog for a given span of text.
- plugin - Variable in class gate.creole.Parameter
-
The URL to the creole.xml file that defines the resource this parameter
belongs to.
- Plugin - Class in gate.creole
-
- Plugin() - Constructor for class gate.creole.Plugin
-
- plugin - Variable in class gate.creole.ResourceData
-
The plugin defining this resource type
- Plugin.Component - Class in gate.creole
-
- Plugin.Directory - Class in gate.creole
-
- Plugin.DownloadListener - Interface in gate.creole
-
- Plugin.Maven - Class in gate.creole
-
- Plugin.ResourceInfoVisitor - Class in gate.creole
-
ClassVisitor that uses information from a CreoleResource annotation on the
visited class (if such exists) to fill in the name and comment in the
corresponding ResourceInfo.
- PLUGIN_DIR - Static variable in interface gate.creole.ANNIEConstants
-
- PLUGIN_NAMES_MAPPING_FILE - Static variable in class gate.creole.CreoleRegisterImpl
-
Name of the plugin-mappings file
- PluginCoordinates(String, String) - Constructor for class gate.gui.persistence.XgappUpgradeSelector.PluginCoordinates
-
- PluginListener - Interface in gate.event
-
- pluginLoaded(Plugin) - Method in interface gate.event.PluginListener
-
- pluginLoaded(Plugin) - Method in class gate.gui.MainFrame
-
- pluginLoaded(Plugin) - Method in class gate.swing.ResourceReferenceChooser
-
- pluginManager - Variable in class gate.gui.MainFrame
-
- pluginNamesMappings - Variable in class gate.creole.CreoleRegisterImpl
-
maps previous plugin names to new plugin names
- plugins - Variable in class gate.creole.CreoleRegisterImpl
-
- PLUGINS - Static variable in interface gate.GateConstants
-
The name of the installed plug-ins directory
- PLUGINS_HOME_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the GATE plugins home system property
- pluginsHome - Static variable in class gate.Gate
-
The top level directory for GATE installed plugins.
- pluginUnloaded(Plugin) - Method in interface gate.event.PluginListener
-
- pluginUnloaded(Plugin) - Method in class gate.gui.MainFrame
-
- pluginUnloaded(Plugin) - Method in class gate.swing.ResourceReferenceChooser
-
- PluginUpdateManager - Class in gate.gui.creole.manager
-
The CREOLE plugin manager
- PluginUpdateManager(JFrame) - Constructor for class gate.gui.creole.manager.PluginUpdateManager
-
- plus(AnnotationSet, Annotation...) - Static method in class gate.Utils
-
Return the given set with the given annotations added.
- plus(AnnotationSet, Collection<Annotation>) - Static method in class gate.Utils
-
Return the given set with the given annotations added.
- POLISH - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "pl"
- pop() - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Removes and returns the least element of the PriorityQueue in log(size)
time.
- populate(Corpus, URL, FileFilter, String, boolean) - Static method in class gate.corpora.CorpusImpl
-
Fills the provided corpus with documents created on the fly from
selected files in a directory.
- populate(Corpus, URL, FileFilter, String, String, boolean) - Static method in class gate.corpora.CorpusImpl
-
Fills the provided corpus with documents created on the fly from
selected files in a directory.
- populate(URL, FileFilter, String, boolean) - Method in class gate.corpora.CorpusImpl
-
Fills this corpus with documents created from files in a directory.
- populate(URL, FileFilter, String, String, boolean) - Method in class gate.corpora.CorpusImpl
-
Fills this corpus with documents created from files in a directory.
- populate(Corpus, URL, String, String, int, String, String, boolean) - Static method in class gate.corpora.CorpusImpl
-
Fills the provided corpus with documents extracted from the
provided trec file.
- populate(URL, String, String, int, String, String, boolean) - Method in class gate.corpora.CorpusImpl
-
Fills the provided corpus with documents extracted from the
provided single concatenated file.
- populate(URL, FileFilter, String, boolean) - Method in class gate.corpora.SerialCorpusImpl
-
Fills this corpus with documents created from files in a directory.
- populate(URL, FileFilter, String, String, boolean) - Method in class gate.corpora.SerialCorpusImpl
-
Fills this corpus with documents created from files in a directory.
- populate(URL, String, String, int, String, String, boolean) - Method in class gate.corpora.SerialCorpusImpl
-
Fills the provided corpus with documents extracted from the
provided single concatenated file.
- populate() - Method in class gate.gui.FeaturesSchemaEditor
-
Called internally whenever the data represented changes.
- populate(URL, FileFilter, String, boolean) - Method in interface gate.SimpleCorpus
-
Fills this corpus with documents created on the fly from selected
files in a directory.
- populate(URL, FileFilter, String, String, boolean) - Method in interface gate.SimpleCorpus
-
Fills this corpus with documents created on the fly from selected
files in a directory.
- populate(URL, String, String, int, String, String, boolean) - Method in interface gate.SimpleCorpus
-
Fills the provided corpus with documents extracted from the
provided trec file.
- populateGUI() - Method in class gate.gui.AnnotationDiffGUI
-
- populateUI() - Method in class gate.gui.docview.AnnotationSetsView
-
- popup - Variable in class gate.gui.LogArea
-
The popup menu with various actions
- popup - Variable in class gate.gui.SerialDatastoreViewer
-
The popup used for actions.
- popup - Variable in class gate.swing.JMenuButton
-
- POPUP_FEATURES - Static variable in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- POPUP_TYPES - Static variable in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- popupWindow - Variable in class gate.gui.docview.AnnotationEditor
-
The popup window used by the editor.
- PORTUGUESE - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "pt"
- POS_ADJECTIVE - Static variable in interface gate.wordnet.WordNet
-
- POS_ADVERB - Static variable in interface gate.wordnet.WordNet
-
- POS_NOUN - Static variable in interface gate.wordnet.WordNet
-
- POS_VERB - Static variable in interface gate.wordnet.WordNet
-
- position - Variable in class gate.creole.annic.lucene.QueryParser
-
- POSITION - Static variable in class gate.creole.annic.Parser
-
POSITION XML Element
- PositionInfo(long, long, long, long) - Constructor for class gate.corpora.RepositioningInfo.PositionInfo
-
The only constructor.
- POSITIVE_INTEGER - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#positiveInteger
- possibleChoices - Variable in class gate.util.AnnotationDiffer
-
All the posible choices are added to this list for easy iteration.
- POST_PROCESSING - Static variable in class gate.util.Benchmark
-
- PosTaggerIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- PosTaggerIcon() - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
Creates a new transcoded SVG image.
- PosTaggerIcon(boolean) - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
- PosTaggerIcon(Dimension) - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
Creates a new transcoded SVG image with the given dimensions.
- PosTaggerIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
- PosTaggerIcon(int, int) - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
- PosTaggerIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.PosTaggerIcon
-
- pr - Variable in class gate.creole.AnalyserRunningStrategy
-
- pr - Variable in class gate.event.ControllerEvent
-
- pr(boolean) - Static method in class gate.util.Err
-
- pr(char) - Static method in class gate.util.Err
-
- pr(int) - Static method in class gate.util.Err
-
- pr(long) - Static method in class gate.util.Err
-
- pr(float) - Static method in class gate.util.Err
-
- pr(double) - Static method in class gate.util.Err
-
- pr(char[]) - Static method in class gate.util.Err
-
- pr(String) - Static method in class gate.util.Err
-
- pr(Object) - Static method in class gate.util.Err
-
- pr(boolean) - Static method in class gate.util.Out
-
- pr(char) - Static method in class gate.util.Out
-
- pr(int) - Static method in class gate.util.Out
-
- pr(long) - Static method in class gate.util.Out
-
- pr(float) - Static method in class gate.util.Out
-
- pr(double) - Static method in class gate.util.Out
-
- pr(char[]) - Static method in class gate.util.Out
-
- pr(String) - Static method in class gate.util.Out
-
- pr(Object) - Static method in class gate.util.Out
-
- pr - Variable in class gate.util.persistence.AnalyserRunningStrategyPersistence
-
- pr - Variable in class gate.util.persistence.UnconditionalRunningStrategyPersistence
-
- PR_NAME_FEATURE - Static variable in class gate.util.Benchmark
-
processing resource name feature
- PR_PREFIX - Static variable in class gate.util.Benchmark
-
- precisionAveLbl - Variable in class gate.gui.AnnotationDiffGUI
-
- precisionLenientLbl - Variable in class gate.gui.AnnotationDiffGUI
-
- precisionStrictLbl - Variable in class gate.gui.AnnotationDiffGUI
-
- PREDICATE - Static variable in class gate.creole.ontology.OConstants.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
- preferredLayoutSize(Container) - Method in class gate.swing.MenuLayout
-
Returns the preferred dimensions for this layout given the components
in the specified target container.
- prepareCombo(JComboBox, int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeatureEditorRenderer
-
- pressed - Variable in class gate.gui.docview.AnnotationEditor
-
- previousChunkEndedWithWS - Variable in class gate.html.NekoHtmlDocumentHandler
-
During parsing, keeps track of whether the previous chunk of
character data ended with a whitespace character.
- PRIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- PRIcon() - Constructor for class gate.resources.img.svg.PRIcon
-
Creates a new transcoded SVG image.
- PRIcon(boolean) - Constructor for class gate.resources.img.svg.PRIcon
-
- PRIcon(Dimension) - Constructor for class gate.resources.img.svg.PRIcon
-
Creates a new transcoded SVG image with the given dimensions.
- PRIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.PRIcon
-
- PRIcon(int, int) - Constructor for class gate.resources.img.svg.PRIcon
-
- PRIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.PRIcon
-
- print(String) - Method in class gate.gui.LogArea.UTF8PrintStream
-
Overriden so it uses UTF-8 when converting a string to byte[]
- print(char[]) - Method in class gate.gui.LogArea.UTF8PrintStream
-
Overriden so it uses UTF-8 when converting a char[] to byte[]
- print(boolean) - Static method in class gate.util.Err
-
- print(char) - Static method in class gate.util.Err
-
- print(int) - Static method in class gate.util.Err
-
- print(long) - Static method in class gate.util.Err
-
- print(float) - Static method in class gate.util.Err
-
- print(double) - Static method in class gate.util.Err
-
- print(char[]) - Static method in class gate.util.Err
-
- print(String) - Static method in class gate.util.Err
-
- print(Object) - Static method in class gate.util.Err
-
- print(boolean) - Static method in class gate.util.Out
-
- print(char) - Static method in class gate.util.Out
-
- print(int) - Static method in class gate.util.Out
-
- print(long) - Static method in class gate.util.Out
-
- print(float) - Static method in class gate.util.Out
-
- print(double) - Static method in class gate.util.Out
-
- print(char[]) - Static method in class gate.util.Out
-
- print(String) - Static method in class gate.util.Out
-
- print(Object) - Static method in class gate.util.Out
-
- printAnnotations(AnnotationDiffer, Document, Document) - Method in class gate.util.CorpusBenchmarkTool
-
- printAnnotations(Set<Annotation>, Document) - Method in class gate.util.CorpusBenchmarkTool
-
- printCategAvg(String, long, double, String) - Method in class gate.util.profile.Profiler
-
An auxiliary routine printing time, avg.
- println() - Static method in class gate.util.Err
-
- println(boolean) - Static method in class gate.util.Err
-
- println(char) - Static method in class gate.util.Err
-
- println(int) - Static method in class gate.util.Err
-
- println(long) - Static method in class gate.util.Err
-
- println(float) - Static method in class gate.util.Err
-
- println(double) - Static method in class gate.util.Err
-
- println(char[]) - Static method in class gate.util.Err
-
- println(String) - Static method in class gate.util.Err
-
- println(Object) - Static method in class gate.util.Err
-
- println() - Static method in class gate.util.Out
-
- println(boolean) - Static method in class gate.util.Out
-
- println(char) - Static method in class gate.util.Out
-
- println(int) - Static method in class gate.util.Out
-
- println(long) - Static method in class gate.util.Out
-
- println(float) - Static method in class gate.util.Out
-
- println(double) - Static method in class gate.util.Out
-
- println(char[]) - Static method in class gate.util.Out
-
- println(String) - Static method in class gate.util.Out
-
- println(Object) - Static method in class gate.util.Out
-
- printMissmatches() - Method in class gate.util.AnnotationDiffer
-
Prints to System.out the pairings that are not correct.
- printReport(Object, File) - Method in interface gate.util.reporting.BenchmarkReportable
-
Prints a report in text or HTML format.
- printReport(Object, File) - Method in class gate.util.reporting.DocTimeReporter
-
Prints a report as per the value provided for print media option.
- printReport(Object, File) - Method in class gate.util.reporting.PRTimeReporter
-
Prints a report as per the value provided for print media option.
- printSizes(Component) - Static method in class gate.swing.SpringUtilities
-
A debugging utility that prints to stdout the component's
minimum, preferred, and maximum sizes.
- printSpeed(long, double, String) - Method in class gate.util.profile.Profiler
-
An auxiliary routine printing in a string speed
- printStackTrace() - Method in exception gate.creole.ontology.InvalidURIException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintStream) - Method in exception gate.creole.ontology.InvalidURIException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintWriter) - Method in exception gate.creole.ontology.InvalidURIException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace() - Method in exception gate.creole.ontology.InvalidValueException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintStream) - Method in exception gate.creole.ontology.InvalidValueException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintWriter) - Method in exception gate.creole.ontology.InvalidValueException
-
Overriden so we can print the enclosed exception's stacktrace too.
- printStackTrace() - Method in exception gate.persist.PersistenceException
-
Overridden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintStream) - Method in exception gate.persist.PersistenceException
-
Overridden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintWriter) - Method in exception gate.persist.PersistenceException
-
Overridden so we can print the enclosed exception's stacktrace too.
- printStackTrace(PrintStream) - Static method in class gate.util.Tools
-
Prints the stack trace of the current thread to the specified print stream.
- printStatistics() - Method in class gate.util.CorpusBenchmarkTool
-
- printStatsForType(String) - Method in class gate.util.CorpusBenchmarkTool
-
- printStructure(Set<CorpusAnnotationDiff.DiffSetElement>) - Method in class gate.annotation.CorpusAnnotationDiff
-
Used internally for debugging
- printSummary(Object, DefaultTableModel, int, int, Object[]) - Method in class gate.gui.CorpusQualityAssurance
-
- printTableHeader() - Method in class gate.util.CorpusBenchmarkTool
-
- printTime(long) - Method in class gate.util.profile.Profiler
-
An auxiliary routine printing time in "nnn.nns" format
- printToSystemOut(boolean) - Method in class gate.util.profile.Profiler
-
Sets the profiler to print (or not) to the standard output.
- PriorityQueue - Class in gate.creole.annic.apache.lucene.util
-
A PriorityQueue maintains a partial ordering of its elements such that the
least element can always be found in constant time.
- PriorityQueue() - Constructor for class gate.creole.annic.apache.lucene.util.PriorityQueue
-
- PRIORVERSION - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#priorVersion
- priv - Variable in class gate.creole.ResourceData
-
Private flag
- prList - Variable in class gate.creole.SerialController
-
The list of contained PRs
- prList - Variable in class gate.util.persistence.ControllerPersistence
-
- prln() - Static method in class gate.util.Err
-
- prln(boolean) - Static method in class gate.util.Err
-
- prln(char) - Static method in class gate.util.Err
-
- prln(int) - Static method in class gate.util.Err
-
- prln(long) - Static method in class gate.util.Err
-
- prln(float) - Static method in class gate.util.Err
-
- prln(double) - Static method in class gate.util.Err
-
- prln(char[]) - Static method in class gate.util.Err
-
- prln(String) - Static method in class gate.util.Err
-
- prln(Object) - Static method in class gate.util.Err
-
- prln() - Static method in class gate.util.Out
-
- prln(boolean) - Static method in class gate.util.Out
-
- prln(char) - Static method in class gate.util.Out
-
- prln(int) - Static method in class gate.util.Out
-
- prln(long) - Static method in class gate.util.Out
-
- prln(float) - Static method in class gate.util.Out
-
- prln(double) - Static method in class gate.util.Out
-
- prln(char[]) - Static method in class gate.util.Out
-
- prln(String) - Static method in class gate.util.Out
-
- prln(Object) - Static method in class gate.util.Out
-
- process(MouseEvent) - Method in class gate.swing.XJTable.HeaderMouseListener
-
- processAnnotations(Document) - Method in class gate.creole.CreoleAnnotationHandler
-
Processes annotations for resource classes named in the given creole.xml
document, adding the relevant XML elements to the document as appropriate.
- processArgs(String[]) - Static method in class gate.Main
-
Process arguments and set up member fields appropriately.
- processCreoleResourceAnnotations(Element, Class<?>) - Method in class gate.creole.CreoleAnnotationHandler
-
- processDocument(Document) - Method in class gate.util.CorpusBenchmarkTool
-
- processDocument(Document) - Method in interface gate.util.DocumentProcessor
-
Process the given GATE document.
- processDocument(Document) - Method in class gate.util.LanguageAnalyserDocumentProcessor
-
- processFinished() - Method in class gate.creole.AbstractController.IntervalProgressListener
-
- processFinished() - Method in class gate.creole.AbstractProcessingResource.IntervalProgressListener
-
- processFinished() - Method in interface gate.event.ProgressListener
-
Called when the process is finished.
- processFinished() - Method in class gate.event.ProgressListenerAdaptor
-
- processFinished() - Method in class gate.gui.MainFrame
-
Called when the process is finished.
- processFinished() - Method in class gate.gui.NameBearerHandle
-
- processFinished() - Method in class gate.gui.SerialControllerEditor.InternalProgressListener
-
- processGateEvent(GateEvent) - Method in interface gate.event.GateListener
-
Called when a Gate event has occured
- processingInstruction(String, XMLString, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- ProcessingResource - Interface in gate
-
Models all sorts of processing resources.
- processingResourcesRoot - Variable in class gate.gui.MainFrame
-
- ProcessManager - Class in gate.util
-
Class that supports running an external process and either silently
consuming its standard output and error streams, or copying them to Java's
stdout and stderr.
- ProcessManager() - Constructor for class gate.util.ProcessManager
-
Construct a ProcessManager object and start the gobbler threads.
- processWindowEvent(WindowEvent) - Method in class gate.gui.MainFrame
-
Overridden so we can exit when window is closed
- prof - Variable in class gate.creole.RealtimeCorpusController
-
Profiler to track PR execute time
- prof - Variable in class gate.creole.SerialController
-
Profiler to track PR execute time
- Profiler - Class in gate.util.profile
-
- Profiler() - Constructor for class gate.util.profile.Profiler
-
- PROGRAMMATIC - Static variable in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
- progressBar - Variable in class gate.gui.AnnotationDiffGUI
-
- progressBar - Variable in class gate.gui.CorpusQualityAssurance
-
- progressBar - Variable in class gate.gui.MainFrame
-
- progressChanged(int) - Method in class gate.creole.AbstractController.IntervalProgressListener
-
- progressChanged(int) - Method in class gate.creole.AbstractProcessingResource.IntervalProgressListener
-
- progressChanged(int) - Method in interface gate.event.ProgressListener
-
Called when the progress has changed
- progressChanged(int) - Method in class gate.event.ProgressListenerAdaptor
-
- progressChanged(int) - Method in class gate.gui.MainFrame
-
- progressChanged(int) - Method in class gate.gui.NameBearerHandle
-
- progressChanged(int) - Method in class gate.gui.SerialControllerEditor.InternalProgressListener
-
- ProgressIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- ProgressIcon() - Constructor for class gate.resources.img.svg.ProgressIcon
-
Creates a new transcoded SVG image.
- ProgressIcon(boolean) - Constructor for class gate.resources.img.svg.ProgressIcon
-
- ProgressIcon(Dimension) - Constructor for class gate.resources.img.svg.ProgressIcon
-
Creates a new transcoded SVG image with the given dimensions.
- ProgressIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.ProgressIcon
-
- ProgressIcon(int, int) - Constructor for class gate.resources.img.svg.ProgressIcon
-
- ProgressIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.ProgressIcon
-
- ProgressListener - Interface in gate.event
-
This interface describes objects that can register themselves as listeners
to ProcessProgressReporters.
- ProgressListenerAdaptor - Class in gate.event
-
Convenience class for implementing ProgressListener
- ProgressListenerAdaptor() - Constructor for class gate.event.ProgressListenerAdaptor
-
- ProgressPanel - Class in gate.gui.creole.manager
-
- ProgressPanel() - Constructor for class gate.gui.creole.manager.ProgressPanel
-
- prohibited - Variable in class gate.creole.annic.apache.lucene.search.BooleanClause
-
If true, documents documents which do
match this sub-query will not match the boolean query.
- PronominalCoreferencerIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- PronominalCoreferencerIcon() - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
Creates a new transcoded SVG image.
- PronominalCoreferencerIcon(boolean) - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
- PronominalCoreferencerIcon(Dimension) - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
Creates a new transcoded SVG image with the given dimensions.
- PronominalCoreferencerIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
- PronominalCoreferencerIcon(int, int) - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
- PronominalCoreferencerIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.PronominalCoreferencerIcon
-
- PROPERTY - Static variable in class gate.creole.ontology.OConstants.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
- propertyChange(PropertyChangeEvent) - Method in class gate.swing.VerticalTextIcon
-
Checks for changes to the font on the fComponent
so that it can invalidate the layout if the size changes
- PropertyReader - Interface in gate.creole.ir
-
- protocolVersionNumbers - Static variable in class gate.persist.SerialDataStore
-
List of valid protocol version numbers.
- PRPersistence - Class in gate.util.persistence
-
- PRPersistence() - Constructor for class gate.util.persistence.PRPersistence
-
- prsIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- prsIcon() - Constructor for class gate.resources.img.svg.prsIcon
-
Creates a new transcoded SVG image.
- prsIcon(boolean) - Constructor for class gate.resources.img.svg.prsIcon
-
- prsIcon(Dimension) - Constructor for class gate.resources.img.svg.prsIcon
-
Creates a new transcoded SVG image with the given dimensions.
- prsIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.prsIcon
-
- prsIcon(int, int) - Constructor for class gate.resources.img.svg.prsIcon
-
- prsIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.prsIcon
-
- prsPopup - Variable in class gate.gui.MainFrame
-
Popup used for right click actions on the PRs node.
- prTimeMap - Variable in class gate.creole.SerialController
-
- PRTimeReporter - Class in gate.util.reporting
-
A reporter class to generate a report on total time taken by each processing
element across corpus.
- PRTimeReporter() - Constructor for class gate.util.reporting.PRTimeReporter
-
No Argument constructor.
- prTypes - Variable in class gate.creole.CreoleRegisterImpl
-
A list of the types of PR in the register.
- PRViewer - Class in gate.gui
-
- PRViewer() - Constructor for class gate.gui.PRViewer
-
- PRViewer.CopyValueAction - Class in gate.gui
-
- PUNJABI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "pa"
- put(Object) - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Adds an Object to a PriorityQueue in log(size) time.
- put(String, ResourceData) - Method in class gate.creole.CreoleRegisterImpl
-
Overide HashMap's put method to maintain a list of all the types of LR in
the register, and a list of tool types.
- put(long, Object) - Method in class gate.util.HashMapLong
-
- put(Object) - Method in class gate.util.ObjectPool
-
Puts an object in the pool, those stating that it's "free" or available
for use by another processes and routines.
- put(Object, Object) - Method in class gate.util.OptionsMap
-
- put(Object, LinkedHashSet<String>) - Method in class gate.util.OptionsMap
-
- put(Object, Map<String, String>) - Method in class gate.util.OptionsMap
-
- put(K, V) - Method in class gate.util.RBTreeMap
-
Associates the specified value with the specified key in this map.
- put(Object, Object) - Method in class gate.util.SimpleFeatureMapImpl
-
Overriden to fire events, so that the persistent objects
can keep track of what's updated
- putAll(Map<? extends K, ? extends V>) - Method in class gate.util.RBTreeMap
-
Copies all of the mappings from the specified map to this map.
- SAME_INSTANCE_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the event when two instances are set to be same instances
- SAMEAS - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#sameAs
- SAMOAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sm"
- SANGHO - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sg"
- SANSKRIT - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sa"
- SAVE_FEATURES_WHEN_PRESERVING_FORMAT - Static variable in interface gate.GateConstants
-
Deprecated.
- SAVE_OPTIONS_ON_EXIT - Static variable in interface gate.GateConstants
-
The key for the save options on exit value
- SAVE_SESSION_ON_EXIT - Static variable in interface gate.GateConstants
-
The key for the save session on exit value
- saveColor(String, String, Color) - Method in class gate.gui.docview.AnnotationSetsView
-
- SaveIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- SaveIcon() - Constructor for class gate.resources.img.svg.SaveIcon
-
Creates a new transcoded SVG image.
- SaveIcon(boolean) - Constructor for class gate.resources.img.svg.SaveIcon
-
- SaveIcon(Dimension) - Constructor for class gate.resources.img.svg.SaveIcon
-
Creates a new transcoded SVG image with the given dimensions.
- SaveIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.SaveIcon
-
- SaveIcon(int, int) - Constructor for class gate.resources.img.svg.SaveIcon
-
- SaveIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.SaveIcon
-
- saveObjectToFile(Object, File) - Static method in class gate.util.persistence.PersistenceManager
-
Save the given object to the file, without using $gatehome$.
- saveObjectToFile(Object, File, boolean, boolean) - Static method in class gate.util.persistence.PersistenceManager
-
Save the given object to the given file.
- saveOptionsChk - Variable in class gate.gui.OptionsDialog
-
The "Save Options on close" checkbox
- saveSessionChk - Variable in class gate.gui.OptionsDialog
-
The "Save Session on close" checkbox
- saveSettings() - Method in class gate.gui.docview.DocumentEditor
-
Save the layout of the views and selected annotations.
- saveStackViewConfiguration() - Method in class gate.gui.LuceneDataStoreSearchGUI
-
Save the user config data.
- saveType(String, String, boolean) - Method in class gate.gui.docview.AnnotationSetsView
-
Save type or remove unselected type in the preferences.
- saveUpgradePaths(List<UpgradeXGAPP.UpgradePath>, URI, File) - Static method in class gate.util.persistence.UpgradeXGAPP
-
Save details of the given set of upgrade paths to a TSV file that can be re-used
later when upgrading other apps.
- scanJar(URL, Map<String, Gate.ResourceInfo>) - Method in class gate.creole.Plugin
-
- scanQueryForOrOrBracket(String) - Static method in class gate.creole.annic.lucene.SubQueryParser
-
This method checks if query has either | or ( in it.
- scfInputDialog - Variable in class gate.gui.NameBearerHandle
-
- schemasByType - Variable in class gate.gui.docview.AnnotationEditor
-
Stores the Annotation schema objects available in the system.
- score(int) - Method in class gate.creole.annic.apache.lucene.search.Hits
-
Returns the score for the nth document in this set.
- score - Variable in class gate.creole.annic.apache.lucene.search.ScoreDoc
-
Expert: The score of this document for the query.
- score(HitCollector, Searcher) - Method in class gate.creole.annic.apache.lucene.search.Scorer
-
Scores all documents and passes them to a collector.
- score(Searcher) - Method in class gate.creole.annic.apache.lucene.search.Scorer
-
Returns the score of the current document.
- SCORE - Static variable in class gate.creole.annic.apache.lucene.search.SortField
-
Sort by document score (relevancy).
- ScoreDoc - Class in gate.creole.annic.apache.lucene.search
-
Expert: Returned by low-level search implementations.
- ScoreDoc(int, float) - Constructor for class gate.creole.annic.apache.lucene.search.ScoreDoc
-
Expert: Constructs a ScoreDoc.
- ScoreDocComparator - Interface in gate.creole.annic.apache.lucene.search
-
Expert: Compares two ScoreDoc objects for sorting.
- scoreDocs - Variable in class gate.creole.annic.apache.lucene.search.TopDocs
-
Expert: The top hits for the query.
- Scorer - Class in gate.creole.annic.apache.lucene.search
-
Expert: Implements scoring for a class of queries.
- Scorer(Similarity) - Constructor for class gate.creole.annic.apache.lucene.search.Scorer
-
Constructs a Scorer.
- scorer(IndexReader, Searcher) - Method in interface gate.creole.annic.apache.lucene.search.Weight
-
Constructs a scorer for this.
- SCOTS - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "gd"
- scrollAnnotationToVisible(Annotation) - Method in class gate.gui.docview.TextualDocumentView
-
- scroller - Variable in class gate.gui.AnnotationDiffGUI
-
- scroller - Variable in class gate.gui.docview.AnnotationListView
-
- scroller - Variable in class gate.gui.docview.TextualDocumentView
-
The scroll pane holding the text
- ScrollLockIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- ScrollLockIcon() - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
Creates a new transcoded SVG image.
- ScrollLockIcon(boolean) - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
- ScrollLockIcon(Dimension) - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
Creates a new transcoded SVG image with the given dimensions.
- ScrollLockIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
- ScrollLockIcon(int, int) - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
- ScrollLockIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.ScrollLockIcon
-
- search(Query, Filter, int) - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
- search(Query, Filter, int, Sort) - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
- search(Query, Filter, HitCollector) - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
- search(Query, Filter, HitCollector) - Method in interface gate.creole.annic.apache.lucene.search.Searchable
-
Lower-level search API.
- search(Query, Filter, int) - Method in interface gate.creole.annic.apache.lucene.search.Searchable
-
Expert: Low-level search implementation.
- search(Query, Filter, int, Sort) - Method in interface gate.creole.annic.apache.lucene.search.Searchable
-
Expert: Low-level search implementation with arbitrary sorting.
- search(Query) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Returns the documents matching query
.
- search(Query, Filter) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Returns the documents matching query
and
filter
.
- search(Query, Sort) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Returns documents matching query
sorted by
sort
.
- search(Query, Filter, Sort) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Returns documents matching query
and filter
,
sorted by sort
.
- search(Query, HitCollector) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Lower-level search API.
- search(Query, Filter, int) - Method in class gate.creole.annic.lucene.LuceneIndexSearcher
-
Searches through the lucene index and returns an instance of TopDocs.
- search(String, Map<String, Object>) - Method in class gate.creole.annic.lucene.LuceneSearcher
-
Method retunrs true/false indicating whether results were found or not.
- search(String, int, String, String, String, LuceneSearcher) - Method in class gate.creole.annic.lucene.LuceneSearchThread
-
This method collects the necessary information from lucene and uses
it when the next method is called
- search(String, Map<String, Object>) - Method in interface gate.creole.annic.Searchable
-
- search(String, Map<String, Object>) - Method in interface gate.creole.annic.Searcher
-
Search method that allows searching
- Search - Interface in gate.creole.ir
-
- search(String) - Method in interface gate.creole.ir.Search
-
Search in corpus with this query.
- search(String, int) - Method in interface gate.creole.ir.Search
-
Search in corpus with this query.
- search(String, List<String>) - Method in interface gate.creole.ir.Search
-
Search in corpus with this query.
- search(String, int, List<String>) - Method in interface gate.creole.ir.Search
-
Search in corpus with this query.
- search(String, Map<String, Object>) - Method in class gate.persist.LuceneDataStoreImpl
-
Search the datastore
- Searchable - Interface in gate.creole.annic.apache.lucene.search
-
The interface for search implementations.
- Searchable - Interface in gate.creole.annic
-
The interface declares methods which should be implemented by an
object wishing to get indexed and being searchable.
- SearchableDataStore - Interface in gate.creole.annic
-
Datastores want to become indexable and searchable should implement this interface.
- searchAction - Variable in class gate.gui.docview.DocumentEditor
-
- SearchAction() - Constructor for class gate.gui.docview.DocumentEditor.SearchAction
-
- SearchAndAnnotatePanel - Class in gate.gui.annedit
-
Build a GUI for searching and annotating annotations in a text.
- SearchAndAnnotatePanel(Color, OwnedAnnotationEditor, Window) - Constructor for class gate.gui.annedit.SearchAndAnnotatePanel
-
- SearchAndAnnotatePanel.AnnotateAllMatchesAction - Class in gate.gui.annedit
-
- SearchAndAnnotatePanel.AnnotateMatchAction - Class in gate.gui.annedit
-
- SearchAndAnnotatePanel.FindFirstAction - Class in gate.gui.annedit
-
- SearchAndAnnotatePanel.FindNextAction - Class in gate.gui.annedit
-
- SearchAndAnnotatePanel.FindPreviousAction - Class in gate.gui.annedit
-
- SearchAndAnnotatePanel.SmallButton - Class in gate.gui.annedit
-
A smaller JButton with less margins.
- SearchAndAnnotatePanel.UndoAnnotateAllMatchesAction - Class in gate.gui.annedit
-
Remove the annotations added by the last action that annotate all matches.
- searchBox - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
The box used to host the search pane.
- searchCaseSensChk - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Checkbox for enabling case sensitive searching.
- searchEnabledCheck - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Checkbox for showing the search UI.
- searcher - Variable in class gate.creole.annic.apache.lucene.search.Scorer
-
- Searcher - Class in gate.creole.annic.apache.lucene.search
-
An abstract base class for search implementations.
- Searcher() - Constructor for class gate.creole.annic.apache.lucene.search.Searcher
-
- Searcher - Interface in gate.creole.annic
-
Searcher interface.
- searcher - Variable in class gate.persist.LuceneDataStoreImpl
-
Searcher to be used for searching the indexed documents
- SearchException - Exception in gate.creole.annic
-
This exception should be thrown should anything unexpectable happens
during search.
- SearchException(String) - Constructor for exception gate.creole.annic.SearchException
-
Consructor of the class.
- SearchException(Throwable) - Constructor for exception gate.creole.annic.SearchException
-
Constructor
- SearchException - Exception in gate.creole.ir
-
- SearchException(String) - Constructor for exception gate.creole.ir.SearchException
-
- SearchException(String, String, String) - Constructor for exception gate.creole.ir.SearchException
-
- SearchException(String, String, String, int) - Constructor for exception gate.creole.ir.SearchException
-
- SearchExpressionsAction - Class in gate.gui.annedit
-
Dialog for building a regular expression.
- SearchExpressionsAction(JTextField, Window, JCheckBox) - Constructor for class gate.gui.annedit.SearchExpressionsAction
-
Shows a dialog with a list of predefined search expressions
to modified the current search expression.
- searchHighlightsChk - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Checkbox for enabling whole word searching.
- SearchIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- SearchIcon() - Constructor for class gate.resources.img.svg.SearchIcon
-
Creates a new transcoded SVG image.
- SearchIcon(boolean) - Constructor for class gate.resources.img.svg.SearchIcon
-
- SearchIcon(Dimension) - Constructor for class gate.resources.img.svg.SearchIcon
-
Creates a new transcoded SVG image with the given dimensions.
- SearchIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.SearchIcon
-
- SearchIcon(int, int) - Constructor for class gate.resources.img.svg.SearchIcon
-
- SearchIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.SearchIcon
-
- searchPane - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
The pane containing the UI for search and annotate functionality.
- searchParameters - Variable in class gate.persist.LuceneDataStoreImpl
-
This is where we store the search parameters
- searchRegExpChk - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Checkbox for enabling RegEx searching.
- searchTextField - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Text field for searching
- searchWholeWordsChk - Variable in class gate.gui.annedit.SearchAndAnnotatePanel
-
Checkbox for enabling whole word searching.
- second - Variable in class gate.util.Pair
-
- SEEALSO - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#seeAlso
- seek(Term) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- seek(TermEnum) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- seek(Term) - Method in class gate.creole.annic.apache.lucene.index.MultipleTermPositions
-
Describe seek
method here.
- seek(TermEnum) - Method in class gate.creole.annic.apache.lucene.index.MultipleTermPositions
-
- seek(Term) - Method in interface gate.creole.annic.apache.lucene.index.TermDocs
-
Sets this to the data for a term.
- seek(TermEnum) - Method in interface gate.creole.annic.apache.lucene.index.TermDocs
-
Sets this to the data for the current term in a
TermEnum
.
- seek(long) - Method in class gate.creole.annic.apache.lucene.store.InputStream
-
Sets current position in this file, where the next read will occur.
- seek(long) - Method in class gate.creole.annic.apache.lucene.store.OutputStream
-
Sets current position in this file, where the next write will occur.
- seek(long) - Method in class gate.creole.annic.apache.lucene.store.RAMOutputStream
-
- seekInternal(long) - Method in class gate.creole.annic.apache.lucene.store.InputStream
-
Expert: implements seek.
- select(Resource) - Method in class gate.gui.MainFrame
-
Selects a resource if loaded in the system and not invisible.
- select(Handle) - Method in class gate.gui.MainFrame
-
- selectAllAction - Variable in class gate.gui.LogArea
-
This fields defines the Select all behaviour
- SelectAllAction() - Constructor for class gate.gui.LogArea.SelectAllAction
-
- selectAnnotation(AnnotationData) - Method in interface gate.gui.annedit.AnnotationEditorOwner
-
Called by the editor when a new annotation needs to be selected.
- selectAnnotation(AnnotationData) - Method in class gate.gui.docview.AnnotationListView
-
- selectAnnotation(AnnotationData) - Method in class gate.gui.docview.AnnotationSetsView
-
Queues an an action for selecting the provided annotation
- selectAnnotation(Annotation, AnnotationSet) - Method in class gate.gui.docview.AnnotationSetsView
-
Sets a particular annotation as selected.
- selectAnnotationForTag(Object) - Method in class gate.gui.docview.AnnotationListView
-
Selects the annotation for the given tag.
- SelectDirAction() - Constructor for class gate.gui.CreateIndexGUI.SelectDirAction
-
- selectedBorder - Variable in class gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
-
- selectedFontBtn - Variable in class gate.gui.OptionsDialog
-
which text is currently being edited; values are: "text", "menu", "other"
- selectedFontChanged() - Method in class gate.gui.OptionsDialog
-
- selectedPR - Variable in class gate.gui.SerialControllerEditor
-
The PR currently selected (having its parameters set)
- selectedPRRunStrategy - Variable in class gate.gui.SerialControllerEditor
-
The running strategy for the selected PR.
- selectPR(int) - Method in class gate.gui.SerialControllerEditor
-
Called when a PR has been selected in the member PRs table;
- SemanticRelation - Interface in gate.wordnet
-
Represents WordNet sem relation.
- SENTENCE_ANNOTATION_TYPE - Static variable in interface gate.creole.ANNIEConstants
-
- SentenceSplitterIcon - Class in gate.resources.img.svg
-
This class has been automatically generated using
SVGRoundTrip.
- SentenceSplitterIcon() - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
Creates a new transcoded SVG image.
- SentenceSplitterIcon(boolean) - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
- SentenceSplitterIcon(Dimension) - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
Creates a new transcoded SVG image with the given dimensions.
- SentenceSplitterIcon(Dimension, boolean) - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
- SentenceSplitterIcon(int, int) - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
- SentenceSplitterIcon(int, int, boolean) - Constructor for class gate.resources.img.svg.SentenceSplitterIcon
-
- SEQ - Static variable in class gate.creole.ontology.OConstants.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
- SERBIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sr"
- SERBO_CROATIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sh"
- SerialAnalyserController - Class in gate.creole
-
- SerialAnalyserController() - Constructor for class gate.creole.SerialAnalyserController
-
- SerialAnalyserControllerPersistence - Class in gate.util.persistence
-
- SerialAnalyserControllerPersistence() - Constructor for class gate.util.persistence.SerialAnalyserControllerPersistence
-
- SerialController - Class in gate.creole
-
Execute a list of PRs serially.
- SerialController() - Constructor for class gate.creole.SerialController
-
- SerialControllerEditor - Class in gate.gui
-
- SerialControllerEditor() - Constructor for class gate.gui.SerialControllerEditor
-
- SerialControllerEditor.CorporaComboModel - Class in gate.gui
-
A model for a combobox containing the loaded corpora in the system
- SerialControllerEditor.InternalProgressListener - Class in gate.gui
-
A simple progress listener used to forward the events upstream.
- SerialControllerEditor.InternalStatusListener - Class in gate.gui
-
A simple status listener used to forward the events upstream.
- SerialCorpusImpl - Class in gate.corpora
-
- SerialCorpusImpl() - Constructor for class gate.corpora.SerialCorpusImpl
-
- SerialCorpusImpl(Corpus) - Constructor for class gate.corpora.SerialCorpusImpl
-
Constructor to create a SerialCorpus from a transient one.
- SerialDataStore - Class in gate.persist
-
A data store based on Java serialisation.
- SerialDataStore(String) - Constructor for class gate.persist.SerialDataStore
-
Construction requires a file protocol URL
pointing to the storage directory used for
the serialised classes.
- SerialDataStore() - Constructor for class gate.persist.SerialDataStore
-
Default construction.
- SerialDatastoreViewer - Class in gate.gui
-
- SerialDatastoreViewer() - Constructor for class gate.gui.SerialDatastoreViewer
-
- SERIALIZED_FOLDER_NAME - Static variable in class gate.creole.annic.Constants
-
folder name used for creating a folder which is then used for serializing the files
- serialVersionUID - Static variable in interface gate.creole.ir.IndexDefinition
-
- serialVersionUID - Static variable in interface gate.creole.ir.PropertyReader
-
- SESOTHO - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "st"
- set(int, Document) - Method in class gate.corpora.CorpusImpl
-
- set(int, Document) - Method in class gate.corpora.CorpusImpl.VerboseList
-
- set(int, Document) - Method in class gate.corpora.SerialCorpusImpl
-
- set(int) - Method in class gate.creole.annic.apache.lucene.util.BitVector
-
Sets the value of bit
to one.
- set(int, ProcessingResource) - Method in class gate.creole.SerialController
-
- set - Variable in class gate.gui.docview.AnnotationEditor
-
The parent set of the current annotation.
- SET_COLUMN - Static variable in class gate.gui.LuceneDataStoreSearchGUI.ResultTableModel
-
- setAbsolute(boolean) - Method in class gate.util.ant.packager.PackageGappTask.MappingHint
-
Should files matching this hint be made absolute? If true, the
"to" value is ignored.
- setActive(boolean) - Method in class gate.gui.docview.AbstractDocumentView
-
Notifies this view that it has become active or inactive.
- setActive(boolean) - Method in interface gate.gui.docview.DocumentView
-
Notifies this view that it has become active or inactive.
- setAmpCodingInfo(RepositioningInfo) - Method in class gate.html.HtmlDocumentHandler
-
Set repositioning information structure refference for ampersand coding.
- setAmpCodingInfo(RepositioningInfo) - Method in class gate.html.NekoHtmlDocumentHandler
-
Set repositioning information structure refference for ampersand
coding.
- setAmpCodingInfo(RepositioningInfo) - Method in class gate.xml.XmlDocumentHandler
-
Set repositioning information structure refference for ampersand coding.
- setAnalyser(LanguageAnalyser) - Method in class gate.util.LanguageAnalyserDocumentProcessor
-
Set the controller used to process documents.
- setAnnotationFactory(AnnotationFactory) - Static method in class gate.annotation.AnnotationSetImpl
-
Set the annotation factory used to create annotation objects.
- setAnnotationMouseListener(AnnotationStack.StackMouseListener) - Method in class gate.gui.docview.AnnotationStack
-
- setAnnotationName(String) - Method in class gate.creole.AnnotationSchema
-
Sets the annotation name
- setAnnotationSchema(AnnotationSchema) - Method in class gate.annotation.CorpusAnnotationDiff
-
- setAnnotationSetName(String) - Method in class gate.corpora.export.InlineXMLExporter
-
- setAnnotationSetName(String) - Method in class gate.creole.ir.DefaultIndexDefinition
-
- setAnnotationTypeDisplayed(String) - Method in class gate.creole.ResourceData
-
A simple mutator for annotationTypeDisplayed field
- setAnnotationTypeForFalsePositive(String) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the annotation type needed to calculate the falsePossitive measure
- setAnnotationTypes(List<String>) - Method in class gate.corpora.export.InlineXMLExporter
-
- setApplicationFile(File) - Method in class gate.util.CorpusBenchmarkTool
-
- setArtifactID(String) - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- setAscending(boolean) - Method in class gate.swing.XJTable
-
- setAutoLoading(boolean) - Method in class gate.creole.ResourceData
-
Set method for resource autoloading flag
- setAutoSaving(boolean) - Method in interface gate.DataStore
-
Set method for the autosaving behaviour of the data store.
- setAutoSaving(boolean) - Method in class gate.persist.SerialDataStore
-
Set method for the autosaving behaviour of the data store.
- setBaseTokenAnnotationType(String) - Method in class gate.creole.ir.DefaultIndexDefinition
-
- setBdmFile(URL) - Method in class gate.util.OntologyMeasures
-
- SetBdmFileAction() - Constructor for class gate.gui.CorpusQualityAssurance.SetBdmFileAction
-
- setBenchmarkFile(File) - Method in class gate.util.reporting.DocTimeReporter
-
Sets the input benchmark file from which the report is generated.
- setBenchmarkFile(File) - Method in class gate.util.reporting.PRTimeReporter
-
Sets the input benchmark file from which the report is generated.
- setBenchmarkId(String) - Method in class gate.creole.AbstractController
-
Sets the benchmark ID of this controller.
- setBenchmarkId(String) - Method in interface gate.util.Benchmarkable
-
This method sets the benchmarkID for this resource.
- setBenchmarkingEnabled(boolean) - Static method in class gate.util.Benchmark
-
Enables or disables the logging.
- setBinding(String, LiteralOrONodeID) - Method in interface gate.creole.ontology.OntologyBooleanQuery
-
Re-assign a query variable to a new value.
- setBinding(String, ONodeID) - Method in interface gate.creole.ontology.OntologyBooleanQuery
-
Re-assign a query variable to a new value.
- setBinding(String, Literal) - Method in interface gate.creole.ontology.OntologyBooleanQuery
-
Re-assign a query variable to a new value.
- setBinding(String, Literal) - Method in interface gate.creole.ontology.OntologyTupleQuery
-
Set the binding of a query variable to a new value.
- setBinding(String, ONodeID) - Method in interface gate.creole.ontology.OntologyTupleQuery
-
Set the binding of a query variable to a new value.
- setBoost(float) - Method in class gate.creole.annic.apache.lucene.document.Document
-
Sets a boost factor for hits on any field of this document.
- setBoost(float) - Method in class gate.creole.annic.apache.lucene.document.Field
-
Sets the boost factor hits on this field.
- setBoost(float) - Method in class gate.creole.annic.apache.lucene.search.Query
-
Sets the boost for this query clause to b
.
- setBottomView(int) - Method in class gate.gui.docview.DocumentEditor
-
- setBottomView(DocumentView) - Method in class gate.gui.docview.DocumentEditor
-
Sets a new UI component in the top location.
- setBuiltinCreoleDir(URL) - Static method in class gate.Gate
-
Set the URL to the "builtin" creole directory.
- setCentralView(int) - Method in class gate.gui.docview.DocumentEditor
-
- setCentralView(DocumentView) - Method in class gate.gui.docview.DocumentEditor
-
Sets a new UI component in the central location.
- setCheck - Variable in class gate.gui.CorpusQualityAssurance
-
- setChk - Variable in class gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
-
- setClassName(String) - Method in class gate.creole.ResourceData
-
Set method for the resource class name
- setClassType(String) - Method in class gate.corpora.DocumentData
-
- setCollectRepositioningInfo(Boolean) - Method in class gate.corpora.DocumentImpl
-
Allow/disallow collecting of repositioning information.
- setCollectRepositioningInfo(Boolean) - Method in interface gate.Document
-
Allow/disallow collecting of repositioning information.
- setColour(Color) - Method in class gate.gui.docview.AnnotationSetsView.TypeHandler
-
- setComment(String, Locale) - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- setComment(String) - Method in class gate.creole.Parameter
-
Set the comment for this parameter
- setComment(String) - Method in class gate.creole.ResourceData
-
Set method for the resource comment
- setComparator(int, Comparator<?>) - Method in class gate.swing.XJTable
-
Sets the custom comparator to be used for a particular column.
- setComparator(Comparator) - Method in class gate.swing.XJTable.SortingModel.ValueHolderComparator
-
- setComponentsFont(Font) - Static method in class gate.gui.OptionsDialog
-
Updates the Swing defaults table with the provided font to be used for
various compoents that neither text or menu components
- setContent(DocumentContent) - Method in class gate.corpora.DocumentImpl
-
Set method for the document content
- setContent(DocumentContent) - Method in interface gate.SimpleDocument
-
Set method for the document content
- setContextAfterSize(int) - Method in class gate.gui.docview.AnnotationStack
-
- setContextBeforeSize(int) - Method in class gate.gui.docview.AnnotationStack
-
- setControllerCallbacksEnabled(boolean) - Method in class gate.creole.AbstractController
-
Enable or disable the automatic invocation of the controller callbacks.
- setCopyPlugins(boolean) - Method in class gate.util.ant.packager.PackageGappTask
-
Will the task copy the complete contents of referenced plugins into
the target location? If false, only the bare minimum will be copied
(the creole.xml files, any JARs referenced therein, and any
directly referenced resource files).
- setCopyResourceDirs(boolean) - Method in class gate.util.ant.packager.PackageGappTask
-
Will the task copy the complete contents of directories containing
referenced resources into the target location? By default it does
not do this, but only includes the directly-referenced resource
files - for example, if the gapp refers to a .def
file defining gazetteer lists, the lists themselves will not be
included.
- setCorpus(Corpus) - Method in interface gate.CorpusController
-
Sets the
Corpus
which contains the data on which
the controller is going to run.
- setCorpus(Corpus) - Method in class gate.creole.AbstractLanguageAnalyser
-
Set the corpus property for this analyser.
- setCorpus(Corpus) - Method in interface gate.creole.annic.Indexer
-
Set the corpus to be indexed
- setCorpus(Corpus) - Method in class gate.creole.annic.lucene.LuceneIndexer
-
Sets the corpus.
- setCorpus(Corpus) - Method in class gate.creole.ConditionalSerialAnalyserController
-
- setCorpus(Corpus) - Method in interface gate.creole.ir.IndexManager
-
Sets the corpus this index manages will index.
- setCorpus(IndexedCorpus) - Method in interface gate.creole.ir.Search
-
Sets coprus in which will doing search operations.
- setCorpus(Corpus) - Method in class gate.creole.SerialAnalyserController
-
- setCorpus(Corpus) - Method in interface gate.LanguageAnalyser
-
Set the corpus property for this analyser.
- setDataStore(DataStore) - Method in class gate.corpora.DocumentImpl
-
- setDataStore(DataStore) - Method in class gate.corpora.SerialCorpusImpl
-
- setDataStore(DataStore) - Method in class gate.creole.AbstractLanguageResource
-
Set the data store that this LR lives in.
- setDataStore(DataStore) - Method in interface gate.LanguageResource
-
Set the data store that this LR lives in.
- setDebugStream(PrintStream) - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- setDefault(Similarity) - Static method in class gate.creole.annic.apache.lucene.search.Similarity
-
Set the default Similarity implementation used by indexing and search
code.
- setDefaultAnnotations(AnnotationSet) - Method in class gate.corpora.DocumentImpl
-
- setDefaultButtonMargin(Insets) - Method in class gate.swing.JChoice
-
- setDefaultNameSpace(String) - Method in interface gate.creole.ontology.Ontology
-
Sets the default name space/base URI for the ontology.
- setDefaultValueString(String) - Method in class gate.creole.Parameter
-
Set the default value string (from the metadata)
for the parameter
- setDefinition(File) - Method in class gate.util.ant.packager.GazetteerLists
-
Set the location of the definition file from which the lists should
be extracted.
- setDescription(String) - Method in class gate.creole.annic.apache.lucene.search.Explanation
-
Sets the description of this explanation node.
- setDescription(String) - Method in class gate.util.ExtensionFileFilter
-
Sets the user friendly description for the accepted files.
- setDestFile(File) - Method in class gate.util.ant.packager.PackageGappTask
-
Set the destination file to which the modified gapp will be
written.
- setDifferentFrom(OInstance) - Method in interface gate.creole.ontology.OInstance
-
Sets the instance being different from the provided instance.
- setDiffFeaturesList(Set<String>) - Method in class gate.util.CorpusBenchmarkTool
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AddDocumentIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AddIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AdvancedIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AnnieApplicationIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AnnotationDiffIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ApplicationIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ApplicationRealtimeIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ApplicationsIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.AvailableIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.CIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ClearLogIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ClosedIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.CorpusBenchmarkIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.CorpusIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.CorpusTransIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.CreolePluginIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DatastoreIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DatastoresIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DeleteIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DocumentExporterIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DocumentIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DocumentResetIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DownIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.DownloadIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.EditIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.EditListIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ExitIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ExpandedIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ExtendLeftIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ExtendRightIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GATEIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GATENameIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GATEUpdateSiteIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GATEVersionIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GATEXMLIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GazetteerIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.GreenBallIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.HelpIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.InlineXMLIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.InvalidIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.JapeIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.LeftArrowIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.LRIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.lrsIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.MavenIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.NeTransducerIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.NominalCoreferencerIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.OIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.OntologyIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.OpenApplicationIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.OpenFileIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.OrthoMatcherIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ParamIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.PinIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.PinInIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.PosTaggerIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.PRIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ProgressIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.PronominalCoreferencerIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.prsIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ReadyMadeIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RedBallIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RefreshIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RemotePluginIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RemoveAnnotationIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RemoveDocumentIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RemoveIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RightArrowIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.RunIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.SaveIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.ScrollLockIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.SearchIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.SentenceSplitterIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.TickIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.TokeniserIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.UpdatesIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.UpdateSiteIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.UpIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.UserPluginIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.WindowNewIcon
-
- setDimension(Dimension) - Method in class gate.resources.img.svg.YellowBallIcon
-
- setDocToPrs(Document) - Method in class gate.creole.ConditionalSerialAnalyserController
-
Sets the current document to the memeber PRs
- setDocToPrs(Document) - Method in class gate.creole.SerialAnalyserController
-
Sets the current document to the memeber PRs
- setDocument(Document) - Method in class gate.creole.AbstractLanguageAnalyser
-
Set the document property for this analyser.
- setDocument(Document) - Method in class gate.creole.ConditionalSerialAnalyserController
-
- setDocument(Document) - Method in class gate.creole.SerialAnalyserController
-
- setDocument(Document) - Method in class gate.gui.LogArea
-
Overridden to fetch new start and end Positions when the document is
changed.
- setDocument(Document) - Method in interface gate.LanguageAnalyser
-
Set the document property for this analyser.
- setDocumentMimeType(String) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the document type
- setDocumentNamePrefix(String) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the value for document name prefix
- setDocumentPersistentID(int, Object) - Method in class gate.corpora.SerialCorpusImpl
-
This method should only be used by the Serial Datastore to set
- setDocumentRootElement(String) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the value for documentRootElement field
- setDocumentsList(List<Document>) - Method in class gate.corpora.CorpusImpl
-
- setDocumentSource(XMLDocumentSource) - Method in class gate.html.NekoHtmlDocumentHandler
-
- setEditable(boolean) - Method in class gate.gui.docview.DocumentEditor
-
Set the document as editable or readonly.
- setEditable(boolean) - Method in class gate.gui.docview.TextualDocumentView
-
- setEditable(boolean) - Method in class gate.gui.ResourceParametersEditor
-
- setEditCellAsSoonAsFocus(boolean) - Method in class gate.swing.XJTable
-
Set the possibility for a cell to be in editing mode as soon as
it gets the focus.
- setEditingEnabled(boolean) - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
Enable or disable the editing GUI components.
- setEditingEnabled(boolean) - Method in class gate.gui.docview.AnnotationEditor
-
- setElement2StringMap(Map<String, String>) - Method in class gate.DocumentFormat
-
Set the element 2 string map
- setEnabled(boolean) - Method in class gate.gui.CorpusQualityAssurance.CompareAction
-
- setEnabled(boolean) - Method in class gate.gui.CorpusQualityAssurance.ExportToHtmlAction
-
- setEnabled(boolean) - Method in class gate.gui.CorpusQualityAssurance.HelpAction
-
- setEnableHidingColumns(boolean) - Method in class gate.swing.XJTable
-
Set the possibility for the user to hide/show a column by right-clicking
on a column header.
- setEncoding(String) - Method in class gate.corpora.DocumentImpl
-
Set the encoding of the document content source
- setEncoding(String) - Method in class gate.corpora.export.InlineXMLExporter
-
- setEncoding(String) - Method in class gate.gui.CorpusFillerComponent
-
Sets the initila value for the encoding field.
- setEncoding(String) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the initila value for the encoding field.
- setEncoding(String) - Method in class gate.util.ant.packager.GazetteerLists
-
Set the encoding used to read the definition file.
- setEnOffset(int) - Method in class gate.creole.annic.PatternAnnotation
-
Sets the end offset
- setEquivalentClassAs(OClass) - Method in interface gate.creole.ontology.OClass
-
Indicates that these classes are the equivalent
- setEquivalentPropertyAs(RDFProperty) - Method in interface gate.creole.ontology.RDFProperty
-
Add an equivalentPropertyAs relation between the two properties.
- setExecutable(Executable) - Static method in class gate.Gate
-
- setExpanded(boolean) - Method in class gate.gui.docview.AnnotationSetsView.SetHandler
-
- setExpressionEndOffset(int) - Method in class gate.gui.docview.AnnotationStack
-
- setExpressionStartOffset(int) - Method in class gate.gui.docview.AnnotationStack
-
- setExpressionTooltip(String) - Method in class gate.gui.docview.AnnotationStack
-
- setExtensions(List<String>) - Method in class gate.gui.CorpusFillerComponent
-
Sets the current value for the list of permitted extensions.
- setFeatureName(String) - Method in class gate.creole.AnalyserRunningStrategy
-
- setFeatures(FeatureMap) - Method in class gate.annotation.AnnotationImpl
-
Set the feature set.
- setFeatures(FeatureMap) - Method in class gate.creole.AbstractVisualResource
-
Mutator for features
- setFeatures(FeatureMap) - Method in class gate.DocumentFormat
-
Set the features map
- setFeatures(FeatureMap) - Method in class gate.gui.FeaturesSchemaEditor
-
Mutator for features
- setFeatures(FeatureMap) - Method in class gate.gui.SerialDatastoreViewer
-
Mutator for features
- setFeatures(FeatureMap) - Method in class gate.relations.SimpleRelation
-
- setFeatures(FeatureMap) - Method in class gate.util.AbstractFeatureBearer
-
Set the feature set
- setFeatures(FeatureMap) - Method in interface gate.util.FeatureBearer
-
Set the feature set
- setFeatureSchemaSet(Set<FeatureSchema>) - Method in class gate.creole.AnnotationSchema
-
Sets the feature schema set
- setFeaturesToExclude(List<?>) - Method in class gate.creole.ir.DefaultIndexDefinition
-
- setFeatureValue(String) - Method in class gate.creole.AnalyserRunningStrategy
-
- setFeatureValue(String) - Method in class gate.creole.FeatureSchema
-
This method sets the value of the feature.
- setFileName(String) - Method in class gate.swing.XJFileChooser
-
Set the file name to be used instead of the one saved in the preferences.
- setFirstTermPositions(int, int, ArrayList, int, int) - Method in class gate.creole.annic.apache.lucene.search.IndexSearcher
-
Sets the firstTermPositions.
- setFontValue(Font) - Method in class gate.swing.JFontChooser
-
- setFrom(File) - Method in class gate.util.ant.packager.PackageGappTask.MappingHint
-
- setFunctional(boolean) - Method in interface gate.creole.ontology.RDFProperty
-
Sets the functional property flag on this property.
- setGappFileURL(URL) - Method in class gate.util.ant.packager.GappModel
-
Set the URL at which the GAPP file resides.
- setGateHome(File) - Static method in class gate.Gate
-
Set the location of the GATE home directory.
- setGateHome(File) - Method in class gate.util.ant.packager.PackageGappTask
-
Set the location of the GATE home directory, used to resolve $gatehome$
relative paths in the GAPP file.
- setGenerateMode(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setGracefulTimeout(Long) - Method in class gate.creole.RealtimeCorpusController
-
Sets the timeout in milliseconds before execution on a document is
gracefully stopped.
- setGroupID(String) - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- setGuiType(int) - Method in class gate.creole.ResourceData
-
A simple mutator for guiType field
- setHandle(Handle) - Method in class gate.creole.AbstractVisualResource
-
Used by the main GUI to tell this VR what handle created it.
- setHandle(Handle) - Method in class gate.gui.docview.AbstractDocumentView
-
- setHandle(Handle) - Method in class gate.gui.FeaturesSchemaEditor
-
Used by the main GUI to tell this VR what handle created it.
- setHandle(Handle) - Method in class gate.gui.SerialControllerEditor
-
- setHandle(Handle) - Method in class gate.gui.SerialDatastoreViewer
-
- setHandle(Handle) - Method in interface gate.VisualResource
-
Used by the main GUI to tell this VR what handle created it.
- setHasValue(OResource) - Method in interface gate.creole.ontology.AllValuesFromRestriction
-
- setHasValue(OClass) - Method in interface gate.creole.ontology.AllValuesFromRestriction
-
Sets the value of the the restiction to the specified OClass.
- setHasValue(OResource) - Method in interface gate.creole.ontology.HasValueRestriction
-
Sets the resource as a restricted value.
- setHasValue(Literal) - Method in interface gate.creole.ontology.HasValueRestriction
-
Sets the literal as a restricted value.
- setHasValue(OResource) - Method in interface gate.creole.ontology.SomeValuesFromRestriction
-
Sets the resource as a restricted value.
- setHeaderMouseListener(AnnotationStack.StackMouseListener) - Method in class gate.gui.docview.AnnotationStack
-
- setHelpURL(String) - Method in class gate.creole.Parameter
-
Set the helpURL for this parameter
- setHelpURL(String) - Method in class gate.creole.ResourceData
-
Set method for the resource helpURL
- setHelpURL(String) - Method in class gate.Gate.ResourceInfo
-
- setHiddenAttribute(FeatureMap, boolean) - Static method in class gate.Gate
-
Sets the value for the HIDDEN attribute of a feature map
- setIcon(String) - Method in class gate.creole.ResourceData
-
Set method for the resource icon
- setIcon(Icon) - Method in class gate.gui.NameBearerHandle
-
- setIgnorableTags(Set<String>) - Method in class gate.corpora.NekoHtmlDocumentFormat
-
- setIgnorableTags(Set<String>) - Method in class gate.html.NekoHtmlDocumentHandler
-
Set the set of tag names whose text content will be ignored.
- setIncludeFeatures(Boolean) - Method in class gate.corpora.export.InlineXMLExporter
-
- setIncludeOriginalMarkups(Boolean) - Method in class gate.corpora.export.InlineXMLExporter
-
- setIndexDefinition(IndexDefinition) - Method in class gate.corpora.SerialCorpusImpl
-
- setIndexDefinition(IndexDefinition) - Method in interface gate.creole.ir.IndexedCorpus
-
Sets the definition to this corpus.
- setIndexDefinition(IndexDefinition) - Method in interface gate.creole.ir.IndexManager
-
Sets the index definition for this index manager.
- setIndexDelay(long) - Method in class gate.persist.LuceneDataStoreImpl
-
Sets the delay in milliseconds that we should wait after a sync
before attempting to re-index a document.
- setIndexer(Indexer, Map<String, Object>) - Method in interface gate.creole.annic.Searchable
-
This method is used to specify the indexer which is used to index
documents
- setIndexer(Indexer, Map<String, Object>) - Method in class gate.persist.LuceneDataStoreImpl
-
Sets the Indexer to be used for indexing Datastore
- setIndexLocation(String) - Method in class gate.creole.ir.DefaultIndexDefinition
-
Sets the location of index
- setInterfaceName(String) - Method in class gate.creole.ResourceData
-
Set method for the resource interface name
- setInverseFunctional(boolean) - Method in interface gate.creole.ontology.RDFProperty
-
Sets the inverse functional property flag on this property.
- setInverseOf(ObjectProperty) - Method in interface gate.creole.ontology.ObjectProperty
-
Set theInverse as inverse property to this property.
- setIrEngineClassName(String) - Method in class gate.creole.ir.DefaultIndexDefinition
-
Sets the fully qualified class name for the IR engine to be used.
- setIsMainView(boolean) - Method in class gate.creole.ResourceData
-
A simple mutator for isMainView field
- setJarFileName(String) - Method in class gate.creole.ResourceData
-
Set method for the resource jar file name
- setJarFileUrl(URL) - Method in class gate.creole.ResourceData
-
Set method for the resource jar file URL
- setKeyAnnotationSetName(String) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the keyAnnotationSetName in AnnotDiff
- setKeyCorpus(Corpus) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the keyCorpus in AnnotDiff
- setKeyDocument(Document) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Set Key document
- setKeyFeatureNamesSet(Set<?>) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the keyFeatureNamesSet in AnnotDiff.
- setLabel(String, Locale) - Method in interface gate.creole.ontology.OResource
-
Sets the label for the resource with the specified language.
- setLabel - Variable in class gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
-
- setLabel(String) - Method in class gate.swing.VerticalTextIcon
-
sets the label to the given string, updating the orientation as needed
and invalidating the layout if the size changes
- setLastRowButton(JButton) - Method in class gate.gui.docview.AnnotationStack
-
- setLeftAnnotation(Annotation) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Sets the left annotation
- setLeftType(int) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Sets the left type
- setLineOffsets(int[]) - Method in class gate.html.NekoHtmlDocumentHandler
-
Set the array of line offsets.
- setList - Variable in class gate.gui.CorpusQualityAssurance
-
- setLocations(Map<String, String>) - Method in class gate.swing.XJFileChooser
-
Useful to modify the locations used by this file chooser.
- setLogicalStart(String) - Method in class gate.util.reporting.DocTimeReporter
-
Sets optionally a string indicating the logical start of a run.
- setLogicalStart(String) - Method in class gate.util.reporting.PRTimeReporter
-
Sets optionally a string indicating the logical start of a run.
- setLRPersistenceId(Object) - Method in class gate.corpora.DocumentImpl
-
- setLRPersistenceId(Object) - Method in class gate.creole.AbstractLanguageResource
-
Sets the persistence id of this LR.
- setLRPersistenceId(Object) - Method in interface gate.LanguageResource
-
Sets the persistence id of this LR.
- setLuceneDatastore(LuceneDataStoreImpl) - Method in class gate.creole.annic.lucene.LuceneSearcher
-
- setMarkedClean(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setMarkedDS(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setMarkedStored(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setMarkupAware(Boolean) - Method in class gate.corpora.DocumentImpl
-
Make the document markup-aware.
- setMarkupAware(Boolean) - Method in interface gate.Document
-
Make the document markup-aware.
- setMarkupElementsMap(Map<String, String>) - Method in class gate.DocumentFormat
-
Set the markup elements map
- setMavenCache(File) - Method in class gate.util.ant.packager.PackageGappTask
-
Set the location where the task should create a local cache of any referenced
Maven plugins and their dependencies.
- setMaxClauseCount(int) - Static method in class gate.creole.annic.apache.lucene.search.BooleanQuery
-
Set the maximum number of clauses permitted.
- setMaxDocumentInReport(int) - Method in class gate.util.reporting.DocTimeReporter
-
Maximum number of documents contained in the report.
- setMaximumFastChoices(int) - Method in class gate.swing.JChoice
-
- setMaximumWidth(int) - Method in class gate.swing.JChoice
-
- setMenu(List<String>) - Method in class gate.creole.PackagedController
-
- setMenuComponentsFont(Font) - Static method in class gate.gui.OptionsDialog
-
Updates the Swing defaults table with the provided font to be used for the
menu components
- setMimeType(String) - Method in class gate.corpora.DocumentImpl
-
Set the specific MIME type for this document
- setMimeType(MimeType) - Method in class gate.DocumentFormat
-
Set the mime type
- setMimeType(String) - Method in class gate.gui.CorpusFillerComponent
-
Sets the initial value for the mime type field.
- setModel(ComboBoxModel<E>) - Method in class gate.swing.JChoice
-
- setModel(TableModel) - Method in class gate.swing.XJTable
-
- setModified(boolean) - Method in interface gate.creole.ontology.Ontology
-
Sets the modified flag.
- setMoreInfo(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setMousePointer(Point) - Method in class gate.gui.docview.CorefEditor.ChainToolTipAction
-
- setMousePointer(Point) - Method in class gate.gui.docview.CorefEditor.NewCorefAction
-
- setName(String) - Method in class gate.creole.AbstractResource
-
Sets the name of this resource
- setName(String) - Method in class gate.creole.Parameter
-
Set the name for this parameter
- setName(String) - Method in class gate.creole.ResourceData
-
Set method for the resource name
- setName(String) - Method in class gate.persist.SerialDataStore
-
Sets the name of this resource
- setName(String) - Method in class gate.util.AbstractNameBearer
-
Sets the name of this resource
- setName(String) - Method in interface gate.util.NameBearer
-
Sets the name of this resource
- setNewAnnSetCreationEnabled(boolean) - Method in class gate.gui.docview.AnnotationSetsView
-
Enables or disables creation of the new annotation set.
- setNewLineProperty(Document) - Method in class gate.corpora.TextualDocumentFormat
-
Check the new line sequence and set document property.
- setNextAnnotationId(int) - Method in class gate.corpora.DocumentImpl
-
Sets the nextAnnotationId
- setNorm(int, String, byte) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Expert: Resets the normalization factor for the named field of the named
document.
- setNorm(int, String, float) - Method in class gate.creole.annic.apache.lucene.index.IndexReader
-
Expert: Resets the normalization factor for the named field of the named
document.
- setNumOfDocumentsToFetch(int) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the number of documents to fetch
- setOnPropertyValue(ObjectProperty) - Method in interface gate.creole.ontology.AllValuesFromRestriction
-
Specify the object property for which to set the allValuesFromRestriction.
- setOnPropertyValue(RDFProperty) - Method in interface gate.creole.ontology.Restriction
-
Sets the property on which the restriction is specified
- setOntologyAnnotation(AnnotationProperty, Literal) - Method in interface gate.creole.ontology.Ontology
-
Set an annotation property for the ontology to the specified literal
value.
- setOntologyURI(OURI) - Method in interface gate.creole.ontology.Ontology
-
Set the ontology URI of the current ontology.
- setOnUnresolved(PackageGappTask.UnresolvedAction) - Method in class gate.util.ant.packager.PackageGappTask
-
What should we do if there are unresolved relpaths within the gapp
file? By default the build will fail, but instead you can opt to
have the relative paths replaced by absolute paths to the same URL,
or to have the task recover by putting the files into an
"application-resources" directory.
- setOptional(boolean) - Method in class gate.creole.Parameter
-
Set optionality of this parameter
- setOwner(AnnotationEditorOwner) - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
Sets the owner (i.e.
- setOwner(DocumentEditor) - Method in class gate.gui.docview.AbstractDocumentView
-
- setOwner(AnnotationEditorOwner) - Method in class gate.gui.docview.AnnotationEditor
-
- setOwner(DocumentEditor) - Method in interface gate.gui.docview.DocumentView
-
Notifies this view of its owner.
- setPadChar(char) - Static method in class gate.util.Err
-
A mutator method for padChar
- setPadChar(char) - Static method in class gate.util.Out
-
A mutator method for padChar
- setParameterList(ParameterList) - Method in class gate.creole.ResourceData
-
Set the parameter list
- setParameters() - Method in class gate.gui.ResourceParametersEditor
-
Sets the parameters for the resource to their new values as
resulted from the user's edits.
- setParameterValue(String, Object) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the value for a specified parameter.
- setParameterValue(Resource, BeanInfo, String, Object) - Static method in class gate.creole.AbstractResource
-
Sets the value for a specified parameter for a resource.
- setParameterValue(String, Object) - Method in class gate.creole.AbstractResource
-
Sets the value for a specified parameter for this resource.
- setParameterValue(String, Object) - Method in class gate.creole.AbstractVisualResource
-
Sets the value for a specified parameter.
- setParameterValue(String, Object) - Method in class gate.gui.FeaturesSchemaEditor
-
Sets the value for a specified parameter.
- setParameterValue(String, Object) - Method in class gate.gui.SerialDatastoreViewer
-
Sets the value for a specified parameter.
- setParameterValue(String, Object) - Method in interface gate.Resource
-
Sets the value for a specified parameter.
- setParameterValues(FeatureMap) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the values for more parameters in one step.
- setParameterValues(Resource, FeatureMap) - Static method in class gate.creole.AbstractResource
-
Sets the values for more parameters for a resource in one step.
- setParameterValues(FeatureMap) - Method in class gate.creole.AbstractResource
-
Sets the values for more parameters for this resource in one step.
- setParameterValues(FeatureMap) - Method in class gate.creole.AbstractVisualResource
-
Sets the values for more parameters in one step.
- setParameterValues(FeatureMap) - Method in class gate.gui.FeaturesSchemaEditor
-
Sets the values for more parameters in one step.
- setParameterValues(FeatureMap) - Method in class gate.gui.SerialDatastoreViewer
-
Sets the values for more parameters in one step.
- setParameterValues(FeatureMap) - Method in interface gate.Resource
-
Sets the values for more parameters in one step.
- setParent(LanguageResource) - Method in class gate.creole.AbstractLanguageResource
-
Sets the parent LR of this LR.
- setParent(LanguageResource) - Method in interface gate.LanguageResource
-
Sets the parent LR of this LR.
- setPermissibleValues(Set<? extends Object>) - Method in class gate.creole.FeatureSchema
-
Adds all values from the given set as permissible values for the
given feature.
- setPersistentID(Object) - Method in class gate.corpora.DocumentData
-
- setPinnedMode(boolean) - Method in interface gate.gui.annedit.OwnedAnnotationEditor
-
- setPinnedMode(boolean) - Method in class gate.gui.docview.AnnotationEditor
-
- setPipelineURL(ResourceReference) - Method in class gate.creole.PackagedController
-
- setPlugin(Plugin) - Method in class gate.creole.ResourceData
-
- setPluginsHome(File) - Static method in class gate.Gate
-
Set the location of the plugins directory.
- setPopupMenuVisible(boolean) - Method in class gate.swing.XJMenu
-
Force separators to be the same width as the JPopupMenu.
- setPosition(int) - Method in class gate.creole.annic.apache.lucene.analysis.Token
-
- setPosition(int) - Method in class gate.creole.annic.PatternAnnotation
-
Sets the position
- setPositionIncrement(int) - Method in class gate.creole.annic.apache.lucene.analysis.Token
-
Set the position increment.
- setPr(ProcessingResource) - Method in class gate.event.ControllerEvent
-
- setPreserveOriginalContent(Boolean) - Method in class gate.corpora.DocumentImpl
-
Allow/disallow preserving of the original document content.
- setPreserveOriginalContent(Boolean) - Method in interface gate.Document
-
Allow/disallow preserving of the original document content.
- setPrintMedia(String) - Method in class gate.util.reporting.DocTimeReporter
-
Sets the media on which report will be generated.
- setPrintMedia(String) - Method in class gate.util.reporting.PRTimeReporter
-
Sets the media on which report will be generated.
- setPrintWriter(PrintWriter) - Static method in class gate.util.Err
-
This sets a new printWriter
- setPrintWriter(PrintWriter) - Static method in class gate.util.Out
-
This sets a new printWriter
- setPrivate(boolean) - Method in class gate.creole.ResourceData
-
Set method for resource private flag
- setPRMatchingRegex(String) - Method in class gate.util.reporting.DocTimeReporter
-
Search string to match PR names present in the benchmark file.
- setProcessingResource(ProcessingResource) - Method in class gate.creole.AnalyserRunningStrategy
-
- setProperty(String, Object) - Method in class gate.util.xml.XML11OutputFactory
-
- setPropertyUrl(URL) - Method in interface gate.wordnet.WordNet
-
- setPRs(Collection<? extends ProcessingResource>) - Method in interface gate.Controller
-
- setPRs(Collection<? extends ProcessingResource>) - Method in class gate.creole.AbstractController
-
- setPRs(Collection<? extends ProcessingResource>) - Method in class gate.creole.SerialController
-
- setRecurseDirectories(boolean) - Method in class gate.gui.CorpusFillerComponent
-
Should the directory parsed recursively?
- setReportFile(File) - Method in class gate.util.reporting.DocTimeReporter
-
If not set, the default is the file name "report.txt/html"
in the system temporary directory.
- setReportFile(File) - Method in class gate.util.reporting.PRTimeReporter
-
If not set, the default is the file name "report.txt/html"
in the system temporary directory.
- setRepositioningInfo(RepositioningInfo) - Method in class gate.html.HtmlDocumentHandler
-
Set repositioning information structure refference.
- setRepositioningInfo(RepositioningInfo) - Method in class gate.html.NekoHtmlDocumentHandler
-
Set repositioning information structure refference.
- setRepositioningInfo(RepositioningInfo) - Method in class gate.xml.XmlDocumentHandler
-
Set repositioning information structure refference.
- setResource(String) - Method in class gate.swing.ResourceReferenceChooser
-
- setResource(String) - Method in class gate.swing.XJFileChooser
-
Set the resource to remember the path.
- setResourceClass(Class<? extends Resource>) - Method in class gate.creole.ResourceData
-
Set method for the resource class
- setResourceComment(String) - Method in class gate.Gate.ResourceInfo
-
- setResourceDisplayed(String) - Method in class gate.creole.ResourceData
-
A simple mutator for resourceDisplayed field
- setResourceListeners(Resource, Map<String, ? extends Object>) - Static method in class gate.creole.AbstractResource
-
Adds listeners to a resource.
- setResourceName(Resource, String) - Method in class gate.creole.CreoleRegisterImpl
-
Renames an existing resource.
- setResourceName(Resource, String) - Method in interface gate.CreoleRegister
-
Renames an existing resource.
- setResourceName(String) - Method in class gate.Gate.ResourceInfo
-
- setResourcesHome(File) - Method in class gate.util.ant.packager.PackageGappTask
-
Set the location of the resources home directory, used to resolve $resourceshome$
relative paths in the GAPP file.
- setResponseAnnotationSetName(String) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the responseAnnotationSetName in AnnotDiff
- setResponseAnnotationSetNameFalsePoz(String) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the responseAnnotationSetNameFalsePoz in AnnotDiff
- setResponseCorpus(Corpus) - Method in class gate.annotation.CorpusAnnotationDiff
-
- setResponseDocument(Document) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Set Response document
- setRightAnnotation(Annotation) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Sets the right annotation
- setRightToLeftOrientation(boolean) - Method in class gate.gui.docview.DocumentEditor
-
Set the text orientation in the document.
- setRightType(int) - Method in class gate.annotation.CorpusAnnotationDiff.DiffSetElement
-
Sets the right type
- setRightView(int) - Method in class gate.gui.docview.DocumentEditor
-
- setRightView(DocumentView) - Method in class gate.gui.docview.DocumentEditor
-
Sets a new UI component in the right hand side location.
- setRootElement(String) - Method in class gate.corpora.export.InlineXMLExporter
-
- setRunMode(int) - Method in class gate.creole.AnalyserRunningStrategy
-
- setRunningStrategies(Collection<RunningStrategy>) - Method in interface gate.creole.ConditionalController
-
Populates this controller with the appropiate running strategies from a
collection of running strategies
(optional operation).
- setRunningStrategies(Collection<RunningStrategy>) - Method in class gate.creole.ConditionalSerialController
-
Populates this controller with the appropiate running strategies from a
collection of running strategies
(optional operation).
- setRunningStrategy(int, AnalyserRunningStrategy) - Method in class gate.creole.ConditionalSerialController
-
- setRuntime(boolean) - Method in class gate.creole.Parameter
-
Set runtime status of this parameter
- setSameInstanceAs(OInstance) - Method in interface gate.creole.ontology.OInstance
-
Sets the instance being same as the provided instance.
- setSchema(AnnotationSchema) - Method in class gate.gui.FeaturesSchemaEditor
-
- setSearcher(Searcher) - Method in interface gate.creole.annic.Searchable
-
This method is used to specify the searcher which is used for
searchering the index
- setSearcher(Searcher) - Method in class gate.persist.LuceneDataStoreImpl
-
- setSelected(boolean) - Method in class gate.gui.docview.AnnotationSetsView.TypeHandler
-
- setSelectedAnnotations(List<AnnotationData>) - Method in class gate.gui.docview.AbstractDocumentView
-
- setSelectedAnnotations(List<AnnotationData>) - Method in class gate.gui.docview.AnnotationListView
-
- setSelectedAnnotations(List<AnnotationData>) - Method in class gate.gui.docview.AnnotationSetsView
-
- setSelectedAnnotations(List<AnnotationData>) - Method in class gate.gui.docview.DocumentEditor
-
Change the set of selected annotations.
- setSelectedAnnotations(List<AnnotationData>) - Method in interface gate.gui.docview.DocumentView
-
Some document views can use the concept of selected annotations.
- setSelectedAnnotations(List<AnnotationData>) - Method in class gate.gui.docview.TextualDocumentView
-
Removes all blinking highlights and shows the new ones,
corresponding to the new set of selected annotations
- SetSelectedAnnotationsAction(boolean) - Constructor for class gate.gui.docview.AnnotationSetsView.SetSelectedAnnotationsAction
-
- setSelectedFile(File) - Method in class gate.swing.XJFileChooser
-
Overriden to test first if the file exists
- setSelectedFileFromPreferences() - Method in class gate.swing.XJFileChooser
-
If possible, select the last directory/file used for the resource
otherwise use the last file chooser selection directory or if null
use the user home directory.
- setSelectedIndex(int) - Method in class gate.gui.ParameterDisjunction
-
Sets the currently selected parameter for this disjunction.
- setSelectedItem(Object) - Method in class gate.gui.ListEditorDialog.ResourceComboModel
-
- setSelectedItem(Object) - Method in class gate.gui.SerialControllerEditor.CorporaComboModel
-
- setSelectedItem(Object) - Method in class gate.swing.JChoice
-
- setSelectedResource(String) - Method in class gate.swing.ResourceReferenceChooser
-
- setSelectedVersion(Version) - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- setSelectionInterval(int, int) - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionABModel
-
- setSelectionInterval(int, int) - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionModel
-
- setSelectionVisible(boolean) - Method in class gate.gui.docview.TextualDocumentView.PermanentSelectionCaret
-
- setShouldCollectRepositioning(Boolean) - Method in class gate.DocumentFormat
-
- setSignificantFeaturesSet(Set<String>) - Method in class gate.util.AnnotationDiffer
-
Set the set of features considered significant for the matching algorithm.
- setSimilarity(Similarity) - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Expert: Set the Similarity implementation used by this IndexWriter.
- setSimilarity(Similarity) - Method in class gate.creole.annic.apache.lucene.search.Searcher
-
Expert: Set the Similarity implementation used by this Searcher.
- setSiteConfigFile(File) - Static method in class gate.Gate
-
Set the site config file (e.g.
- setSlop(int) - Method in class gate.creole.annic.apache.lucene.search.PhraseQuery
-
Sets the number of other words permitted between words in query phrase.
- setSort(String) - Method in class gate.creole.annic.apache.lucene.search.Sort
-
Sets the sort to the terms in field
then by index order
(document number).
- setSort(String, boolean) - Method in class gate.creole.annic.apache.lucene.search.Sort
-
Sets the sort to the terms in field
possibly in reverse,
then by index order (document number).
- setSort(String[]) - Method in class gate.creole.annic.apache.lucene.search.Sort
-
Sets the sort to the terms in each field in succession.
- setSort(SortField) - Method in class gate.creole.annic.apache.lucene.search.Sort
-
Sets the sort to the given criteria.
- setSort(SortField[]) - Method in class gate.creole.annic.apache.lucene.search.Sort
-
Sets the sort to the given criteria in succession.
- setSortable(boolean) - Method in class gate.swing.JTreeTable
-
Overrides the setSortable() method from
XJTable
so the table is NOT
sortable.
- setSortable(boolean) - Method in class gate.swing.XJTable
-
- setSortedColumn(int) - Method in class gate.swing.XJTable
-
- setSortOrder(String) - Method in class gate.util.reporting.PRTimeReporter
-
Sets the sorting order of the report.
- setSourceUrl(URL) - Method in class gate.corpora.DocumentImpl
-
Set method for the document's URL
- setSourceUrl(URL) - Method in interface gate.SimpleDocument
-
Set method for the document's URL
- setSourceUrlEndOffset(Long) - Method in class gate.corpora.DocumentImpl
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- setSourceUrlEndOffset(Long) - Method in interface gate.Document
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- setSourceUrlStartOffset(Long) - Method in class gate.corpora.DocumentImpl
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- setSourceUrlStartOffset(Long) - Method in interface gate.Document
-
Documents may be packed within files; in this case an optional pair of
offsets refer to the location of the document.
- setSrc(File) - Method in class gate.util.ant.packager.PackageGappTask
-
Set the location of the original gapp file which is to be modified.
- SetsTableCellEditor() - Constructor for class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- SetsTableCellRenderer() - Constructor for class gate.gui.docview.AnnotationSetsView.SetsTableCellRenderer
-
- SetsTableModel() - Constructor for class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- setStartDirectory(File) - Method in class gate.util.CorpusBenchmarkTool
-
- setStOffset(int) - Method in class gate.creole.annic.PatternAnnotation
-
Sets the start offset
- setStorageDir(File) - Method in class gate.persist.SerialDataStore
-
Set method for storage URL
- setStorageUrl(String) - Method in interface gate.DataStore
-
Set the URL as string for the underlying storage mechanism.
- setStorageUrl(String) - Method in class gate.persist.SerialDataStore
-
Set the URL for the underlying storage mechanism.
- setStringContent(String) - Method in class gate.corpora.DocumentImpl
-
The stringContent of a document is 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.
- setStyledDocument(StyledDocument) - Method in class gate.gui.LogArea
-
- setSubtype(String) - Method in class gate.corpora.MimeType
-
Sets the subtype component of this MIME type.
- setSuffixes(Collection<String>) - Method in class gate.swing.ResourceReferenceChooser
-
- setSuffixes(String, Collection<String>) - Method in class gate.swing.ResourceReferenceChooser
-
- setSuppressExceptions(Boolean) - Method in class gate.creole.RealtimeCorpusController
-
If true, suppresses all exceptions.
- setSuppressZeroTimeEntries(boolean) - Method in class gate.util.reporting.PRTimeReporter
-
Allow to suppress the processing elements from the report which
took 0 milliseconds.
- SETSWANA - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "tn"
- setTableHeader(JTableHeader) - Method in class gate.swing.XJTable
-
- setTabSkipUneditableCell(boolean) - Method in class gate.swing.XJTable
-
Set the possibility for the tab key to skip uneditable cells.
- setTarget(Object) - Method in class gate.creole.AbstractVisualResource
-
Called by the GUI when this viewer/editor has to initialise itself for a
specific object.
- setTarget(Object) - Method in class gate.gui.ControllerMetadataViewer
-
- setTarget(Object) - Method in class gate.gui.CorpusEditor
-
- setTarget(Object) - Method in class gate.gui.CorpusQualityAssurance
-
- setTarget(Object) - Method in class gate.gui.docview.AbstractDocumentView
-
- setTarget(Object) - Method in class gate.gui.docview.DocumentEditor
-
- setTarget(Object) - Method in class gate.gui.docview.RelationSetView
-
- setTarget(Object) - Method in class gate.gui.docview.TextualDocumentView
-
- setTarget(Object) - Method in class gate.gui.FeaturesSchemaEditor
-
- setTarget(Object) - Method in class gate.gui.LuceneDataStoreSearchGUI
-
Called by the GUI when this viewer/editor has to initialise itself
for a specific object.
- setTarget(Object) - Method in class gate.gui.PRViewer
-
- setTarget(Object) - Method in class gate.gui.SerialControllerEditor
-
- setTarget(Object) - Method in class gate.gui.SerialDatastoreViewer
-
- setTarget(Object) - Method in interface gate.VisualResource
-
Called by the GUI when this viewer/editor has to initialise itself for a
specific object.
- setTargetFeatures(FeatureMap) - Method in class gate.gui.FeaturesSchemaEditor
-
- setText(String) - Method in class gate.creole.annic.PatternAnnotation
-
Sets the TExt
- setText(String) - Method in class gate.gui.docview.AnnotationStack
-
- setTextComponentsFont(Font) - Static method in class gate.gui.OptionsDialog
-
Updates the Swing defaults table with the provided font to be used for the
text components
- setTextLocation(int) - Method in class gate.gui.docview.AnnotationSetsView.MouseStoppedMovingAction
-
- setTextLocation(int) - Method in class gate.gui.docview.CorefEditor.ChainToolTipAction
-
- setTextLocation(int) - Method in class gate.gui.docview.CorefEditor.NewCorefAction
-
- setTextMode(Boolean) - Method in class gate.annotation.CorpusAnnotationDiff
-
Sets the annot diff to work in the text mode.This would not initiate the
GUI part of annot diff but it would calculate precision etc
- setTextMouseListener(AnnotationStack.StackMouseListener) - Method in class gate.gui.docview.AnnotationStack
-
- setThreshold(double) - Method in class gate.util.CorpusBenchmarkTool
-
- setTimeout(Long) - Method in class gate.creole.RealtimeCorpusController
-
Sets the timeout in milliseconds before execution on a document is
forcibly stopped (forcibly stopping execution may result in memory leaks
and/or unexpected behaviour).
- settingsXml - Static variable in class gate.util.maven.Utils
-
- setTitle(String) - Method in class gate.gui.MainFrame
-
Override to avoid Protege to change Frame title
- setTitleAt(int, String) - Method in class gate.swing.XJTabbedPane
-
- setTitleChangable(boolean) - Method in class gate.gui.MainFrame
-
- setTo(String) - Method in class gate.util.ant.packager.PackageGappTask.MappingHint
-
- setTool(boolean) - Method in class gate.creole.ResourceData
-
Set method for resource tool flag
- setTooltipText(String) - Method in class gate.gui.NameBearerHandle
-
- setTopView(int) - Method in class gate.gui.docview.DocumentEditor
-
- setTopView(DocumentView) - Method in class gate.gui.docview.DocumentEditor
-
Sets a new UI component in the top location.
- setTotalTerms(int) - Method in class gate.creole.annic.apache.lucene.search.PhraseQuery
-
- setTransientSource(Object) - Method in class gate.corpora.SerialCorpusImpl
-
- setType(String) - Method in class gate.corpora.MimeType
-
Sets the type component of this MIME type.
- setType(String) - Method in class gate.creole.annic.PatternAnnotation
-
Sets the Type
- setType(int) - Method in interface gate.util.AnnotationDiffer.Pairing
-
- setType(int) - Method in class gate.util.AnnotationDiffer.PairingImpl
-
- setTypeName(String) - Method in class gate.creole.Parameter
-
Set the type name for this parameter
- setTypeSelected(String, String, boolean) - Method in class gate.gui.docview.AnnotationSetsView
-
Un/select an annotation type in this annotation set view
and indirectly highlight it in the document view.
- setUIDefaults(Object[], Object) - Static method in class gate.gui.OptionsDialog
-
- setUnicodeEnabled(boolean) - Static method in class gate.util.Tools
-
Specifies whether Gate should or shouldn't know about Unicode
- setUpgradeStrategy(UpgradeXGAPP.UpgradePath.UpgradeStrategy) - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- setURI(URI) - Method in interface gate.creole.ontology.OResource
-
Deprecated.
- setURL(URL) - Method in interface gate.creole.ontology.Ontology
-
Set the URL of this ontology.
- setUrlString(String) - Method in class gate.gui.CorpusFillerComponent
-
Sets the values for the URL string.
- setUrlString(String) - Method in class gate.gui.SingleConcatenatedFileInputDialog
-
Sets the values for the URL string.
- setUseCompoundFile(boolean) - Method in class gate.creole.annic.apache.lucene.index.IndexWriter
-
Setting to turn on usage of a compound file.
- setUserConfigFile(File) - Static method in class gate.Gate
-
Set the location of the user's config file.
- setUserData(Object) - Method in interface gate.relations.Relation
-
Sets the arbitrary data associated with this relation
- setUserData(Object) - Method in class gate.relations.SimpleRelation
-
- setUserSessionFile(File) - Static method in class gate.Gate
-
Set the user session file.
- setUseXMLSerialization(boolean) - Static method in class gate.Gate
-
Tell GATE whether to use XML serialization for applications.
- setValue(float) - Method in class gate.creole.annic.apache.lucene.search.Explanation
-
Sets the value assigned to this explanation node.
- setValue(String, DataType) - Method in interface gate.creole.ontology.CardinalityRestriction
-
Sets the cardinality value.
- setValue(String, DataType) - Method in interface gate.creole.ontology.MaxCardinalityRestriction
-
Sets the cardinality value.
- setValue(String, DataType) - Method in interface gate.creole.ontology.MinCardinalityRestriction
-
Sets the cardinality value.
- setValue(Object) - Method in class gate.gui.ParameterDisjunction
-
- setValueAt(Object, int, int) - Method in class gate.gui.AnnotationDiffGUI.DiffTableModel
-
- setValueAt(Object, int, int) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableModel
-
- setValueAt(Object, int, int) - Method in class gate.gui.FeaturesSchemaEditor.FeaturesTableModel
-
- setValueAt(Object, int, int) - Method in class gate.gui.LuceneDataStoreSearchGUI.ConfigureStackViewTableModel
-
- setValueAt(Object, int, int) - Method in class gate.gui.persistence.XgappUpgradeSelector.UpgradePathTableModel
-
- setValueAt(Object, int, int) - Method in class gate.gui.ResourceParametersEditor.ParametersTableModel
-
- setValueAt(Object, Object, int) - Method in class gate.swing.AbstractTreeTableModel
-
Default implementation.
- setValueAt(Object, Object, int) - Method in interface gate.swing.TreeTableModel
-
Sets the value for node node
,
at column number column
.
- setValueAt(Object, int, int) - Method in class gate.swing.XJTable.SortingModel
-
- setValueIsAdjusting(boolean) - Method in class gate.gui.CorpusQualityAssurance.ToggleSelectionModel
-
- setVerboseMode(boolean) - Method in class gate.util.CorpusBenchmarkTool
-
- setVersion(String) - Method in interface gate.creole.ontology.Ontology
-
- setVersionRangeResult(VersionRangeResult) - Method in class gate.util.persistence.UpgradeXGAPP.UpgradePath
-
- setVisible(boolean) - Method in class gate.gui.creole.manager.PluginUpdateManager
-
- setVisible(boolean) - Method in class gate.gui.docview.AnnotationEditor
-
Shows/Hides the UI(s) involved in annotation editing.
- setVisible(boolean) - Method in class gate.swing.XJPopupMenu
-
Force separators to be the same width as the JPopupMenu.
- setXmlFileUrl(ResourceReference) - Method in class gate.creole.AnnotationSchema
-
Set method for the resource xml file URL
- setXmlFileUrl(URL) - Method in class gate.creole.ResourceData
-
Set the URL to the creole.xml file that defines this resource
- setXStreamSecurity(XStreamSecurity) - Static method in class gate.Gate
-
- Sgml2Xml - Class in gate.sgml
-
Not so fast...
- Sgml2Xml(String) - Constructor for class gate.sgml.Sgml2Xml
-
The constructor initialises some member fields
- Sgml2Xml(Document) - Constructor for class gate.sgml.Sgml2Xml
-
The other constructor
- SgmlDocumentFormat - Class in gate.corpora
-
The format of Documents.
- SgmlDocumentFormat() - Constructor for class gate.corpora.SgmlDocumentFormat
-
Default construction
- Sharable - Annotation Type in gate.creole.metadata
-
Marker interface used to mark the setter methods of JavaBean
properties that are sharable.
- sharableProperties - Variable in class gate.creole.ResourceData
-
- SHIFT_INCREMENT - Static variable in class gate.gui.docview.AnnotationEditor
-
Constant for the number of characters when changing annotation boundary
with Shift key pressed.
- SHONA - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sn"
- SHORT - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#short
- shortenUriString(String, Map<String, String>) - Static method in class gate.Utils
-
Compact an URI String using base URI and namespace prefixes.
- shouldRun() - Method in class gate.creole.AnalyserRunningStrategy
-
- shouldRun() - Method in interface gate.creole.RunningStrategy
-
Returns true if the associated PR should be run.
- shouldRun() - Method in class gate.creole.RunningStrategy.UnconditionalRunningStrategy
-
- shouldRun(boolean) - Method in class gate.creole.RunningStrategy.UnconditionalRunningStrategy
-
- shouldRun - Variable in class gate.util.persistence.UnconditionalRunningStrategyPersistence
-
- shouldSelectCell(EventObject) - Method in class gate.gui.AlternatingTableCellEditor
-
- shouldSelectCell(EventObject) - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- show(String, Collection) - Method in class gate.gui.CollectionSelectionDialog
-
This method displays the CollectionSelectionDialog
- show(ResourceData, String) - Method in class gate.gui.NewResourceDialog
-
This method is intended to be used in conjunction with
getSelectedParameters().
- show(ResourceData) - Method in class gate.gui.NewResourceDialog
-
- show(AttributeSet) - Method in class gate.gui.TextAttributesChooser
-
Initialises all the values for the attributes from the provided attribute
set and displays the dialog allowing the user to make changes.
- showCategoryTime(String) - Method in class gate.util.profile.Profiler
-
Prints the time for certain category of activities
- showCategoryTimes() - Method in class gate.util.profile.Profiler
-
Prints the time for all the categories of activities
- showColumn(int, int) - Method in class gate.swing.XJTable
-
Show a column.
- showDialog() - Method in class gate.gui.FeatureMapEditorDialog
-
Make this dialog visible allowing the editing of the list.
- showDialog() - Method in class gate.gui.ListEditorDialog
-
Make this dialog visible allowing the editing of the collection.
- showDialog(Component, Component, String) - Static method in class gate.gui.OkCancelDialog
-
- showDialog() - Method in class gate.gui.OptionsDialog
-
- showDialog(Window) - Method in class gate.gui.persistence.XgappUpgradeSelector
-
- showDialog(Component) - Method in class gate.gui.teamware.InputOutputAnnotationSetsDialog
-
Show the dialog.
- showDialog(Component, String, Font) - Static method in class gate.swing.JFontChooser
-
- showDialog(Window, String) - Method in class gate.swing.ResourceReferenceChooser
-
- showDialog(String[]) - Method in class gate.swing.WaitDialog
-
Shows the window containing labels for the texts provided as attributes.
- showDialog(Component[]) - Method in class gate.swing.WaitDialog
-
Shows the window containing the components provided as attributes.
- showDialog(Component, String) - Method in class gate.swing.XJFileChooser
-
Overridden to make sure the shared MainFrame instance is used as
a parent when no parent is specified
- showDocumentAction - Variable in class gate.gui.AnnotationDiffGUI
-
- ShowDocumentAction() - Constructor for class gate.gui.AnnotationDiffGUI.ShowDocumentAction
-
- showDocumentBtn - Variable in class gate.gui.AnnotationDiffGUI
-
- showHelpFrame(String, String) - Method in class gate.gui.MainFrame
-
- showHighlight() - Method in class gate.gui.docview.AnnotationSetsView.HighlightMenuItem
-
- showSplash() - Method in class gate.gui.Splash
-
Displays the splash screen centered in the owner's space or centered on
the screen if no owner or owner not shown.
- significantFeatures - Variable in class gate.gui.AnnotationDiffGUI
-
- Similarity - Class in gate.creole.annic.apache.lucene.search
-
Expert: Scoring API.
- Similarity() - Constructor for class gate.creole.annic.apache.lucene.search.Similarity
-
- SimpleAnnotation - Interface in gate
-
An Annotation is an arc in an AnnotationSet.
- SimpleAnnotationSet - Interface in gate
-
A set of annotations on a document.
- SimpleArraySet<T> - Class in gate.util
-
A specific *partial* implementation of the Set interface used for
high performance and memory reduction on small sets.
- SimpleArraySet() - Constructor for class gate.util.SimpleArraySet
-
- SimpleCorpus - Interface in gate
-
Corpora are lists of Document.
- SimpleDocument - Interface in gate
-
Represents the commonalities between all sorts of documents.
- SimpleErrorHandler - Class in gate.xml
-
- SimpleErrorHandler() - Constructor for class gate.xml.SimpleErrorHandler
-
SimpleErrorHandler constructor comment.
- SimpleFeatureMap - Interface in gate
-
An attribute-value matrix.
- SimpleFeatureMapImpl - Class in gate.util
-
Simple case of features.
- SimpleFeatureMapImpl() - Constructor for class gate.util.SimpleFeatureMapImpl
-
- SimpleMavenCache - Class in gate.util.maven
-
- SimpleMavenCache(File...) - Constructor for class gate.util.maven.SimpleMavenCache
-
- SimpleModelResolver - Class in gate.util.maven
-
- SimpleModelResolver(RepositorySystem, RepositorySystemSession, List<RemoteRepository>) - Constructor for class gate.util.maven.SimpleModelResolver
-
Creates a model resolver to assist building of dependency POMs.
- SimpleRelation - Class in gate.relations
-
A simple implementation for the
Relation
interface.
- SimpleRelation(int, String, int[]) - Constructor for class gate.relations.SimpleRelation
-
You should never create instances of this class directly, you
should create new relations via the appropriate methods of
RelationSet
.
- SimpleSortedSet - Class in gate.util
-
The purpose of this Map is to combine the functionality found in
TreeSet, especially first() and tailSet() with the hashcode driven map
using native long as key to hold the annotations ordered by their offset.
- SimpleSortedSet() - Constructor for class gate.util.SimpleSortedSet
-
the Contructor.
- SINDHI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sd"
- SingleConcatenatedFileInputDialog - Class in gate.gui
-
A simple component that allows the user to select a trec web file and
encoding
- SingleConcatenatedFileInputDialog() - Constructor for class gate.gui.SingleConcatenatedFileInputDialog
-
- SINHALESE - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "si"
- SISWATI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "ss"
- SITE_CONFIG_PROPERTY_NAME - Static variable in interface gate.GateConstants
-
The name of the GATE site config system property
- size() - Method in class gate.annotation.AnnotationSetImpl
-
The size of this set
- size() - Method in class gate.corpora.CorpusImpl
-
- size() - Method in class gate.corpora.CorpusImpl.VerboseList
-
- size() - Method in class gate.corpora.DocumentContentImpl
-
The size of this content (e.g.
- size() - Method in class gate.corpora.SerialCorpusImpl
-
- size() - Method in interface gate.creole.annic.apache.lucene.index.TermFreqVector
-
- size() - Method in class gate.creole.annic.apache.lucene.util.BitVector
-
Returns the number of bits in this vector.
- size() - Method in class gate.creole.annic.apache.lucene.util.PriorityQueue
-
Returns the number of elements currently stored in the PriorityQueue.
- size() - Method in interface gate.DocumentContent
-
The size of this content (e.g.
- size() - Method in class gate.gui.ParameterDisjunction
-
gets the number of parameters in this disjunction.
- size() - Method in class gate.relations.RelationSet
-
The number of relations in this set.
- size() - Method in interface gate.SimpleAnnotationSet
-
Get the size of (i.e.
- size() - Method in class gate.util.ant.packager.GazetteerLists
-
ResourceCollection interface: returns the number of list files
referenced by this definition.
- size() - Method in class gate.util.RBTreeMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class gate.util.SimpleArraySet
-
- size() - Method in class gate.util.SimpleSortedSet
-
- skip(long) - Method in class gate.util.BomStrippingInputStreamReader
-
- skipTo(int) - Method in class gate.creole.annic.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- skipTo(int) - Method in class gate.creole.annic.apache.lucene.index.MultipleTermPositions
-
Describe skipTo
method here.
- skipTo(int) - Method in interface gate.creole.annic.apache.lucene.index.TermDocs
-
Skips entries to the first beyond the current whose document number is
greater than or equal to target.
- skipTo(Term) - Method in class gate.creole.annic.apache.lucene.index.TermEnum
-
Skips terms to the first beyond the current whose value is
greater or equal to target.
- skipTo(int) - Method in class gate.creole.annic.apache.lucene.search.Scorer
-
Skips to the first match beyond the current whose document number is
greater than or equal to target.
- SlashDevSlashNull() - Constructor for class gate.util.persistence.PersistenceManager.SlashDevSlashNull
-
- sListener - Variable in class gate.creole.SerialController
-
A proxy for status events
- sloppyFreq(int) - Method in class gate.creole.annic.apache.lucene.search.DefaultSimilarity
-
Implemented as 1 / (distance + 1)
.
- sloppyFreq(int) - Method in class gate.creole.annic.apache.lucene.search.Similarity
-
Computes the amount of a sloppy phrase match, based on an edit distance.
- SLOVAK - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sk"
- SLOVENIAN - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sl"
- SMALL_GUI - Static variable in class gate.creole.ResourceData
-
This type indicates that the resource goes into the small area of GATE GUI
- SmallButton(Action) - Constructor for class gate.gui.annedit.SearchAndAnnotatePanel.SmallButton
-
- solButton - Variable in class gate.gui.docview.AnnotationEditor
-
- SOMALI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "so"
- SOME_VALUES_FROM_RESTRICTION - Static variable in interface gate.creole.ontology.OConstants
-
specifies that the value of y in the x rdf:type is owl:restriction and that it is a someValuesFrom restriction
- SOME_VALUES_FROM_RESTRICTION_ADDED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the event when a new some_values_from_restriction is added
- someFeaturesBtn - Variable in class gate.gui.AnnotationDiffGUI
-
- SOMEVALUESFROM - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#someValuesFrom
- SomeValuesFromRestriction - Interface in gate.creole.ontology
-
A SomeValuesFromRestriction.
- sorButton - Variable in class gate.gui.docview.AnnotationEditor
-
- Sort - Class in gate.creole.annic.apache.lucene.search
-
Encapsulates sort criteria for returned hits.
- Sort() - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts by computed relevance.
- Sort(String) - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts by the terms in field
then by index order (document
number).
- Sort(String, boolean) - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts possibly in reverse by the terms in field
then by
index order (document number).
- Sort(String[]) - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts in succession by the terms in each field.
- Sort(SortField) - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts by the criteria in the given SortField.
- Sort(SortField[]) - Constructor for class gate.creole.annic.apache.lucene.search.Sort
-
Sorts in succession by the criteria in each SortField.
- sort() - Method in class gate.swing.XJTable.SortingModel
-
Sorts the table using the values in the specified column and sorting order.
- sort() - Method in class gate.util.SimpleSortedSet
-
sort the offset's array in ascending way
- SORT_EXEC_ORDER - Static variable in class gate.util.reporting.PRTimeReporter
-
This string constant when set as sort order indicates that the processing
elements are sorted in the order of their execution.
- SORT_TIME_TAKEN - Static variable in class gate.util.reporting.PRTimeReporter
-
This string constant when set as sort order indicates that the processing
elements are sorted in the descending order of processing time taken by a
particular element.
- sortable - Variable in class gate.swing.XJTable
-
Should this table be sortable.
- SortComparator - Class in gate.creole.annic.apache.lucene.search
-
Abstract base class for sorting hits returned by a Query.
- SortComparator() - Constructor for class gate.creole.annic.apache.lucene.search.SortComparator
-
- SortComparatorSource - Interface in gate.creole.annic.apache.lucene.search
-
Expert: returns a comparator for sorting ScoreDocs.
- sortedColumn - Variable in class gate.swing.XJTable
-
The column currently being sorted.
- SortField - Class in gate.creole.annic.apache.lucene.search
-
Stores information about how to sort documents by terms in an individual
field.
- SortField(String) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort by terms in the given field where the type of term value
is determined dynamically (
AUTO
).
- SortField(String, boolean) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, by terms in the given field where
the type of term value is determined dynamically (
AUTO
).
- SortField(String, int) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort by terms in the given field with the type of term
values explicitly given.
- SortField(String, int, boolean) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, by terms in the given field with the
type of term values explicitly given.
- SortField(String, Locale) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort by terms in the given field sorted
according to the given locale.
- SortField(String, Locale, boolean) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, by terms in the given field sorted
according to the given locale.
- SortField(String, SortComparatorSource) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort with a custom comparison function.
- SortField(String, SortComparatorSource, boolean) - Constructor for class gate.creole.annic.apache.lucene.search.SortField
-
Creates a sort, possibly in reverse, with a custom comparison function.
- sortingModel - Variable in class gate.swing.XJTable
-
- SortingModel(TableModel) - Constructor for class gate.swing.XJTable.SortingModel
-
- sortType() - Method in interface gate.creole.annic.apache.lucene.search.ScoreDocComparator
-
Returns the type of sort.
- sortValue(ScoreDoc) - Method in interface gate.creole.annic.apache.lucene.search.ScoreDocComparator
-
Returns the value used to sort the given document.
- sourceModel - Variable in class gate.swing.XJTable.SortingModel
-
- sourceToTarget - Variable in class gate.swing.XJTable.SortingModel
-
The direct index
- sourceToTarget(int) - Method in class gate.swing.XJTable.SortingModel
-
Converts an index from the source coordinates to the target ones.
- sourceUrl - Variable in class gate.corpora.DocumentImpl
-
The source URL
- sourceUrlEndOffset - Variable in class gate.corpora.DocumentImpl
-
The end of the range that the content comes from at the source URL (or null
if none).
- sourceUrlStartOffset - Variable in class gate.corpora.DocumentImpl
-
The start of the range that the content comes from at the source URL (or
null if none).
- SPACE_TOKEN_ANNOTATION_TYPE - Static variable in interface gate.creole.ANNIEConstants
-
- SPANISH - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "es"
- specialConstructor - Variable in exception gate.creole.annic.apache.lucene.analysis.standard.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class gate.creole.annic.apache.lucene.analysis.standard.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- splash - Variable in class gate.gui.MainFrame
-
- Splash - Class in gate.gui
-
A splash screen.
- Splash(Window, GraphicsConfiguration, JComponent) - Constructor for class gate.gui.Splash
-
Constructor from owner, GraphicsConfiguration and content.
- Splash(Window, JComponent) - Constructor for class gate.gui.Splash
-
- Splash(String) - Constructor for class gate.gui.Splash
-
Constructor from image.
- Splash(JComponent) - Constructor for class gate.gui.Splash
-
Constructor from content.
- Splash(Window, String) - Constructor for class gate.gui.Splash
-
Constructor from owner and image.
- SpringUtilities - Class in gate.swing
-
A 1.4 file that provides utility methods for
creating form- or grid-style layouts with SpringLayout.
- SpringUtilities() - Constructor for class gate.swing.SpringUtilities
-
- spurious - Variable in class gate.util.AnnotationDiffer
-
The number of spurious matches.
- SPURIOUS_TYPE - Static variable in class gate.annotation.CorpusAnnotationDiff
-
A spurious type when annotations in response were not present in key.
- SPURIOUS_TYPE - Static variable in class gate.util.AnnotationDiffer
-
Type for spurious pairings (where the response is not matching any key).
- spuriousAnnotations - Variable in class gate.util.AnnotationDiffer
-
- StackMouseListener() - Constructor for class gate.gui.docview.AnnotationStack.StackMouseListener
-
- StandardTokenizer - Class in gate.creole.annic.apache.lucene.analysis.standard
-
A grammar-based tokenizer constructed with JavaCC.
- StandardTokenizer(Reader) - Constructor for class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
Constructs a tokenizer for this Reader.
- StandardTokenizer(CharStream) - Constructor for class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
- StandardTokenizer(StandardTokenizerTokenManager) - Constructor for class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizer
-
- StandardTokenizerConstants - Interface in gate.creole.annic.apache.lucene.analysis.standard
-
- StandardTokenizerTokenManager - Class in gate.creole.annic.apache.lucene.analysis.standard
-
- StandardTokenizerTokenManager(CharStream) - Constructor for class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- StandardTokenizerTokenManager(CharStream, int) - Constructor for class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- start - Variable in class gate.annotation.AnnotationImpl
-
The start node
- START - Static variable in class gate.creole.annic.Parser
-
START XML Element
- start - Variable in class gate.gui.LuceneDataStoreSearchGUI.QueryTextArea
-
offset of the first completion character
- start(SimpleAnnotation) - Static method in class gate.Utils
-
Get the start offset of an annotation.
- start(AnnotationSet) - Static method in class gate.Utils
-
Get the start offset of an annotation set.
- start(SimpleDocument) - Static method in class gate.Utils
-
Get the start offset of a document (i.e.
- START_OFFSET - Static variable in class gate.creole.annic.Parser
-
START_OFFSET XML Element
- startBlinking() - Method in class gate.gui.TabBlinker
-
- startCDATA(Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- startCDATA() - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts a start of a CDATA
section
It works only if the XmlDocumentHandler implements a
com.sun.parser.LexicalEventListener
- startDocument() - Method in class gate.config.ConfigXmlHandler
-
Called when the SAX parser encounts the beginning of the XML document
- startDocument() - Method in class gate.creole.CreoleXmlHandler
-
Called when the SAX parser encounts the beginning of the XML document
- startDocument(XMLLocator, String, NamespaceContext, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- startDocument() - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts the beginning of the
XML document.
- startDocument() - Method in class gate.xml.XmlPositionCorrectionHandler
-
Initialization of variables on start of document parsing
- startEditingTimer() - Method in class gate.gui.MainFrame.ResourcesTreeCellEditor
-
This is the original implementation from the super class with
some changes (i.e.
- startElement(String, String, String, Attributes) - Method in class gate.config.ConfigXmlHandler
-
Called when the SAX parser encounts the beginning of an XML element
- startElement(String, String, String, Attributes) - Method in class gate.creole.CreoleXmlHandler
-
Called when the SAX parser encounts the beginning of an XML element
- startElement(QName, XMLAttributes, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
Called when the parser encounters the start of an HTML element.
- startElement(String, String, String, Attributes) - Method in class gate.util.CreoleXmlUpperCaseFilter
-
Process the start of an element.
- startElement(String, String, String, Attributes) - Method in class gate.xml.XmlDocumentHandler
-
- startGeneralEntity(String, XMLResourceIdentifier, String, Augmentations) - Method in class gate.html.NekoHtmlDocumentHandler
-
- startOffset() - Method in class gate.creole.annic.apache.lucene.analysis.Token
-
Returns this Token's starting offset, the position of the first character
corresponding to this token in the source text.
- startOffset - Variable in class gate.creole.annic.Hit
-
Start OFfset of the found pattern
- StartOffsetLeftAction(String, Icon, String, int) - Constructor for class gate.gui.docview.AnnotationEditor.StartOffsetLeftAction
-
- StartOffsetRightAction(String, Icon, String, int) - Constructor for class gate.gui.docview.AnnotationEditor.StartOffsetRightAction
-
- startParsedEntity(String) - Method in class gate.xml.XmlDocumentHandler
-
This method is called when the SAX parser encounts a parsed Entity
It works only if the XmlDocumentHandler implements a
com.sun.parser.LexicalEventListener
- startPoint() - Static method in class gate.util.Benchmark
-
This returns the current system time.
- startPoint(String) - Static method in class gate.util.Benchmark
-
- startPos - Variable in class gate.gui.LogArea
-
Start position from the document.
- startProcess(String[], File, OutputStream, OutputStream) - Method in class gate.util.ProcessManager
-
Sometimes you want to start an external process and pass data to it
at different intervals.
- STATEMENT - Static variable in class gate.creole.ontology.OConstants.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
- staticPopupItems - Variable in class gate.gui.NameBearerHandle
-
A list of menu items that constitute the static part of the popup.
- statisticsPane - Variable in class gate.gui.AnnotationDiffGUI
-
- StatsCalculator - Class in gate.creole.annic.lucene
-
- StatsCalculator() - Constructor for class gate.creole.annic.lucene.StatsCalculator
-
- STATUS_ERROR - Static variable in class gate.Main
-
Status flag for error exit.
- STATUS_NORMAL - Static variable in class gate.Main
-
Status flag for normal exit.
- statusBar - Variable in class gate.gui.MainFrame
-
- statusChanged(String) - Method in class gate.creole.AbstractController.InternalStatusListener
-
- statusChanged(String) - Method in class gate.creole.AbstractProcessingResource.InternalStatusListener
-
- statusChanged(String) - Method in interface gate.event.StatusListener
-
Calleed when there a new status message.
- statusChanged(String) - Method in class gate.gui.MainFrame
-
- statusChanged(String) - Method in class gate.gui.NameBearerHandle
-
- statusChanged(String) - Method in class gate.gui.SerialControllerEditor.InternalStatusListener
-
- statusLabel - Variable in class gate.gui.AnnotationDiffGUI
-
- statusLabel - Variable in class gate.gui.docview.AnnotationListView
-
- StatusListener - Interface in gate.event
-
This interface describes a listener that is interested in status events.
- stopBlinking(int) - Method in class gate.gui.TabBlinker
-
- stopCellEditing() - Method in class gate.gui.AlternatingTableCellEditor
-
- stopCellEditing() - Method in class gate.gui.docview.AnnotationSetsView.SetsTableCellEditor
-
- stopCellEditing() - Method in class gate.gui.FeaturesSchemaEditor.FeatureEditorRenderer
-
- storageDir - Variable in class gate.persist.SerialDataStore
-
The directory used for the serialised classes.
- storageUrl - Variable in class gate.util.persistence.DSPersistence
-
- storageUrlString - Variable in class gate.util.persistence.DSPersistence
-
- store(File) - Method in interface gate.creole.ontology.Ontology
-
- store(File) - Method in interface gate.util.reporting.BenchmarkReportable
-
Organizes the log entries in report specific data structure.
- store(File) - Method in class gate.util.reporting.DocTimeReporter
-
Stores GATE processing elements and the time taken by them in an in-memory
data structure for report generation.
- store(File) - Method in class gate.util.reporting.PRTimeReporter
-
Stores GATE processing elements and the time taken by them in an in-memory
data structure for report generation.
- storeAnnotations(String, AnnotationDiffer, Document, Document, Writer) - Method in class gate.util.CorpusBenchmarkTool
-
- storeAnnotations(String, Set<Annotation>, Document, Writer) - Method in class gate.util.CorpusBenchmarkTool
-
- storeSelectedTypes() - Method in class gate.gui.docview.AnnotationSetsView
-
- strategiesList - Variable in class gate.creole.ConditionalSerialController
-
The list of running strategies for the member PRs.
- strategiesList - Variable in class gate.util.persistence.ConditionalControllerPersistence
-
- strategyBorder - Variable in class gate.gui.SerialControllerEditor
-
A border for the running strategy options box
- strategyPanel - Variable in class gate.gui.SerialControllerEditor
-
A JPanel containing the running strategy options
- STRING - Static variable in class gate.creole.annic.apache.lucene.search.SortField
-
Sort using term values as Strings.
- STRING - Static variable in class gate.creole.ontology.OConstants.XMLSchema
-
http://www.w3.org/2001/XMLSchema#string
- STRING_INDEX - Static variable in interface gate.creole.annic.apache.lucene.search.FieldCache
-
Indicator for StringIndex values in the cache.
- STRINGBUFFER_SIZE - Static variable in class gate.Gate
-
The default StringBuffer size, it seems that we need longer string than the
StringBuffer class default because of the high number of buffer expansions
- stringDifference(String, String) - Static method in class gate.creole.annic.apache.lucene.util.StringHelper
-
Compares two strings, character by character, and returns the
first position where the two strings differ from one another.
- stringFor(Document, SimpleAnnotation) - Static method in class gate.Utils
-
Return the document text as a String corresponding to the annotation.
- stringFor(Document, Long, Long) - Static method in class gate.Utils
-
Returns the document text between the provided offsets.
- stringFor(Document, AnnotationSet) - Static method in class gate.Utils
-
Return the document text as a String covered by the given annotation set.
- StringHelper - Class in gate.creole.annic.apache.lucene.util
-
Methods for manipulating strings.
- StringIndex(int[], String[]) - Constructor for class gate.creole.annic.apache.lucene.search.FieldCache.StringIndex
-
Creates one of these objects
- Strings - Class in gate.util
-
Some utilities for use with Strings.
- Strings() - Constructor for class gate.util.Strings
-
- stringToDate(String) - Static method in class gate.creole.annic.apache.lucene.document.DateField
-
Converts a string-encoded date into a Date object.
- stringToTime(String) - Static method in class gate.creole.annic.apache.lucene.document.DateField
-
Converts a string-encoded date into a millisecond time.
- stringValue() - Method in class gate.creole.annic.apache.lucene.document.Field
-
The value of the field as a String, or null.
- SUB_CLASS_ADDED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the addition of sub class event
- SUB_CLASS_REMOVED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the removal of sub class event
- SUB_PROPERTY_ADDED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the addition of sub property event
- SUB_PROPERTY_REMOVED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the removal of sub property event
- SUBCLASSOF - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#subClassOf
- SUBJECT - Static variable in class gate.creole.ontology.OConstants.RDF
-
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
- subList(int, int) - Method in class gate.corpora.CorpusImpl
-
- subList(int, int) - Method in class gate.corpora.SerialCorpusImpl
-
persistent Corpus does not support this method as all the documents
might no be in memory
- subMap(Object, Object) - Method in class gate.util.RBTreeMap
-
Returns a view of the portion of this map whose keys range from
fromKey, inclusive, to toKey, exclusive.
- SUBPROPERTYOF - Static variable in class gate.creole.ontology.OConstants.RDFS
-
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
- SubQueryParser - Class in gate.creole.annic.lucene
-
This class behaves as a helper class to the QueryParser and provides
various methods which are called from various methods of QueryParser.
- SubQueryParser() - Constructor for class gate.creole.annic.lucene.SubQueryParser
-
- subsumes(FeatureMap) - Method in interface gate.FeatureMap
-
Tests if this featureMap object includes aFeatureMap features.
- subsumes(Ontology, FeatureMap) - Method in interface gate.FeatureMap
-
Tests if this featureMap object includes aFeatureMap features.
- subsumes(FeatureMap, Set<? extends Object>) - Method in interface gate.FeatureMap
-
Tests if this featureMap object includes aFeatureMap but only
for the features present in the aFeatureNamesSet.
- subsumes(FeatureMap) - Method in class gate.util.SimpleFeatureMapImpl
-
Test if this featureMap includes all features from aFeatureMap
However, if aFeatureMap contains a feature whose value is equal to
gate.creole.ANNIEConstants.LOOKUP_CLASS_FEATURE_NAME (which is normally
"class"), then GATE will attempt to match that feature using an ontology
which it will try to retreive from a feature in both the feature map
through which this method is called and in aFeatureMap.
- subsumes(Ontology, FeatureMap) - Method in class gate.util.SimpleFeatureMapImpl
-
Tests if this featureMap object includes aFeatureMap features.
- subsumes(FeatureMap, Set<? extends Object>) - Method in class gate.util.SimpleFeatureMapImpl
-
Tests if this featureMap object includes aFeatureMap but only
for the those features present in the aFeatureNamesSet.
- subtype - Variable in class gate.corpora.MimeType
-
The subtype component
- suffixes2mimeTypeMap - Static variable in class gate.DocumentFormat
-
Map of Set of file suffixes to MimeType.
- suggest(Document) - Static method in class gate.util.persistence.UpgradeXGAPP
-
- sumOfSquaredWeights() - Method in interface gate.creole.annic.apache.lucene.search.Weight
-
The sum of squared weights of contained query clauses.
- SUN_OS - Static variable in class gate.creole.annic.apache.lucene.util.Constants
-
True iff running on SunOS.
- SUNDANESE - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "su"
- supportList - Variable in class gate.corpora.CorpusImpl
-
The underlying list that holds the documents in this corpus.
- supportsCancel() - Method in interface gate.creole.AnnotationVisualResource
-
Checks whether this editor supports the cancel option
- supportsCancel() - Method in class gate.gui.docview.AnnotationEditor
-
Returns false, as this editor does not support cancel operations.
- supportsRepositioning() - Method in class gate.corpora.NekoHtmlDocumentFormat
-
We support repositioning info for HTML files.
- supportsRepositioning() - Method in class gate.corpora.TikaFormat
-
- supportsRepositioning() - Method in class gate.corpora.XmlDocumentFormat
-
We could collect repositioning information during XML parsing
- supportsRepositioning() - Method in class gate.DocumentFormat
-
If the document format could collect repositioning information
during the unpack phase this method will return true.
- suppressExceptions - Variable in class gate.creole.RealtimeCorpusController
-
- SWAHILI - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sw"
- SWEDISH - Static variable in interface gate.creole.ontology.OConstants
-
Language code used "sv"
- swingDocListener - Variable in class gate.gui.docview.TextualDocumentView
-
- SwingDocumentListener() - Constructor for class gate.gui.docview.TextualDocumentView.SwingDocumentListener
-
- SwitchTo(int) - Method in class gate.creole.annic.apache.lucene.analysis.standard.StandardTokenizerTokenManager
-
- SYMMETRIC_PROPERTY - Static variable in interface gate.creole.ontology.OConstants
-
denotes the symmetric property.
- SYMMETRIC_PROPERTY_ADDED_EVENT - Static variable in interface gate.creole.ontology.OConstants
-
denotes the event when a new symmetric property is added
- SYMMETRICPROPERTY - Static variable in class gate.creole.ontology.OConstants.OWL
-
http://www.w3.org/2002/07/owl#SymmetricProperty
- SymmetricProperty - Interface in gate.creole.ontology
-
Every SymmetricProperty is ObjectProperty.
- sync() - Method in class gate.creole.AbstractLanguageResource
-
Save: synchonise the in-memory image of the LR with the persistent
image.
- sync(List<Document>, List<String>, List<Document>) - Method in interface gate.creole.ir.IndexManager
-
Reindexing changed documents, removing removed documents and
add to the index new corpus documents.
- sync(LanguageResource) - Method in interface gate.DataStore
-
Save: synchonise the in-memory image of the LR with the persistent
image.
- sync() - Method in interface gate.LanguageResource
-
Save: synchonise the in-memory image of the LR with the persistent
image.
- sync(LanguageResource) - Method in class gate.persist.LuceneDataStoreImpl
-
Save: synchonise the in-memory image of the LR with the persistent
image.
- sync(LanguageResource) - Method in class gate.persist.SerialDataStore
-
Save: synchonise the in-memory image of the LR with the persistent
image.
- SynchronisationException - Exception in gate.corpora
-
- SynchronisationException() - Constructor for exception gate.corpora.SynchronisationException
-
Default construction
- SynchronisationException(String) - Constructor for exception gate.corpora.SynchronisationException
-
Construction from string
- SynchronisationException(Exception) - Constructor for exception gate.corpora.SynchronisationException
-
Construction from exception
- Synset - Interface in gate.wordnet
-
Represents WordNet synset.