Skip navigation links
A B C D E F G H I L M N O P R S T U W X _ 

A

aborted() - Method in class org.apache.uima.examples.RunAE
Aborted.
addAnalysisEngines(Collection<String>) - Method in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
AdvancedFixedFlowController - Class in org.apache.uima.examples.flow
Simple FlowController that invokes components in a fixed sequence.
AdvancedFixedFlowController() - Constructor for class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
annotateRange(CAS, String, int) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
A utility method that searches a part of the document for Person Titles.
annotateRange(CAS, String, int, String, String[]) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
A utility method that searches a part of the document for a specific kind of Person Title.
AnnotationPrinter - Class in org.apache.uima.examples.cpe
An example of CAS Consumer.
AnnotationPrinter() - Constructor for class org.apache.uima.examples.cpe.AnnotationPrinter
Instantiates a new annotation printer.

B

batchProcessComplete(ProcessTrace) - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Called when a batch of processing is completed.
batchProcessComplete() - Method in class org.apache.uima.examples.RunAE
Batch process complete.

C

CasMultiplierExampleApplication - Class in org.apache.uima.examples.casMultiplier
An example application that shows how to interact with a CasMultiplier.
CasMultiplierExampleApplication() - Constructor for class org.apache.uima.examples.casMultiplier.CasMultiplierExampleApplication
 
close() - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Close.
close() - Method in class org.apache.uima.examples.xmi.XmiCollectionReader
 
collectionProcessComplete(ProcessTrace) - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Called when the entire collection is completed.
collectionProcessComplete(ProcessTrace) - Method in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
 
collectionProcessComplete() - Method in class org.apache.uima.examples.RunAE
Collection process complete.
computeFlow(CAS) - Method in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
computeFlow(CAS) - Method in class org.apache.uima.examples.flow.WhiteboardFlowController
 
computeFlow(CAS) - Method in class org.apache.uima.examples.flow.WhiteboardFlowController2
 
createAnnotation(CAS, int, int, String) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
Creates an PersonTitle annotation in the CAS.

D

DateAnnot - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
DateAnnot() - Constructor for class org.apache.uima.tutorial.DateAnnot
Never called.
DateAnnot(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.DateAnnot
Internal - constructor used by generator.
DateAnnot(JCas) - Constructor for class org.apache.uima.tutorial.DateAnnot
Instantiates a new date annot.
DateAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.DateAnnot
Instantiates a new date annot.
DateTimeAnnot - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
DateTimeAnnot() - Constructor for class org.apache.uima.tutorial.DateTimeAnnot
Never called.
DateTimeAnnot(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.DateTimeAnnot
Internal - constructor used by generator.
DateTimeAnnot(JCas) - Constructor for class org.apache.uima.tutorial.DateTimeAnnot
Instantiates a new date time annot.
DateTimeAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.DateTimeAnnot
Instantiates a new date time annot.
DB_LOAD_BATCH_SIZE - Static variable in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
The Constant DB_LOAD_BATCH_SIZE.
destroy() - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Called if clean up is needed in case of exit under error conditions.

E

Ecore2UimaTypeSystem - Class in org.apache.uima.examples.xmi
Converts an Ecore model to a UIMA TypeSystemDescription.
Ecore2UimaTypeSystem() - Constructor for class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
 
ecore2UimaTypeSystem(String, Map) - Static method in class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
Converts an Ecore model to a UIMA TypeSytemDescription.
ecore2UimaTypeSystem(Resource, Map) - Static method in class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
Converts an Ecore model to a UIMA TypeSytemDescription.
entityProcessComplete(CAS, EntityProcessStatus) - Method in class org.apache.uima.examples.RunAE
Entity process complete.
example - package example
 
ExampleApplication - Class in org.apache.uima.examples
An example application that reads documents from files, sends them though an Analysis Engine, and prints all discovered annotations to System.out.
ExampleApplication() - Constructor for class org.apache.uima.examples.ExampleApplication
 

F

FileSystemCollectionReader - Class in org.apache.uima.examples.cpe
A simple collection reader that reads documents from a directory in the filesystem.
FileSystemCollectionReader() - Constructor for class org.apache.uima.examples.cpe.FileSystemCollectionReader
 

G

get(String) - Method in interface org.apache.uima.tutorial.ex6.StringMapResource
 
get(String) - Method in class org.apache.uima.tutorial.ex6.StringMapResource_impl
 
getBuilding() - Method in class org.apache.uima.tutorial.RoomNumber
getter for building - gets Building containing this room.
getDate() - Method in class org.apache.uima.tutorial.Meeting
getter for date - gets.
getDocumentSize() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for documentSize - gets Size of original document in bytes before processing by CAS Initializer.
getEndTime() - Method in class org.apache.uima.tutorial.Meeting
getter for endTime - gets.
getExpandedForm() - Method in class org.apache.uima.tutorial.UimaAcronym
getter for expandedForm - gets.
getKind() - Method in class example.PersonTitle
getter for Kind - gets The kind of title - Civilian, Military, or Government.
getLastSegment() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for lastSegment - gets For a CAS that represents a segment of a larger source document, this flag indicates whether this CAS is the final segment of the source document.
getNext(CAS) - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Gets the next.
getNext(CAS) - Method in class org.apache.uima.examples.xmi.XmiCollectionReader
 
getNumberOfDocuments() - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Gets the total number of documents that will be returned by this collection reader.
getOffsetInSource() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for offsetInSource - gets Byte offset of the start of document content within original source file or other input source.
getProgress() - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Gets the progress.
getProgress() - Method in class org.apache.uima.examples.xmi.XmiCollectionReader
 
getRangesToAnnotate(CAS) - Method in class org.apache.uima.examples.cas.RegExAnnotator
Utility method that determines which subranges of the document text should be annotated by this annotator.
getRoom() - Method in class org.apache.uima.tutorial.Meeting
getter for room - gets.
getShortDateString() - Method in class org.apache.uima.tutorial.DateTimeAnnot
getter for shortDateString - gets.
getStartTime() - Method in class org.apache.uima.tutorial.Meeting
getter for startTime - gets.
getTypeIndexID() - Method in class example.PersonTitle
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.examples.SourceDocumentInformation
 
getTypeIndexID() - Method in class org.apache.uima.examples.tokenizer.Sentence
 
getTypeIndexID() - Method in class org.apache.uima.examples.tokenizer.Token
 
getTypeIndexID() - Method in class org.apache.uima.tutorial.DateAnnot
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.DateTimeAnnot
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.Meeting
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.RoomNumber
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.SentenceAnnot
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.TimeAnnot
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.UimaAcronym
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.UimaMeeting
Gets the type index ID.
getTypeIndexID() - Method in class org.apache.uima.tutorial.WordAnnot
Gets the type index ID.
getUri() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for uri - gets URI of document.

H

hasNext() - Method in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
hasNext() - Method in class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
 
hasNext() - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Checks for next.
hasNext() - Method in class org.apache.uima.examples.xmi.XmiCollectionReader
 

I

initializationComplete() - Method in class org.apache.uima.examples.RunAE
Initialization complete.
initialize(UimaContext) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
Performs initialization logic.
initialize(UimaContext) - Method in class org.apache.uima.examples.cas.RegExAnnotator
Performs any startup tasks required by this annotator.
initialize(UimaContext) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
initialize(UimaContext) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
 
initialize() - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Initializes this CAS Consumer with the parameters specified in the descriptor.
initialize() - Method in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Initialize.
initialize() - Method in class org.apache.uima.examples.cpe.InlineXmlCasConsumer
 
initialize() - Method in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
 
initialize() - Method in class org.apache.uima.examples.cpe.XCasWriterCasConsumer
 
initialize(FlowControllerContext) - Method in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
initialize(FlowControllerContext) - Method in class org.apache.uima.examples.flow.WhiteboardFlowController
 
initialize(FlowControllerContext) - Method in class org.apache.uima.examples.flow.WhiteboardFlowController2
 
initialize() - Method in class org.apache.uima.examples.xmi.XmiCollectionReader
 
initialize() - Method in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
 
initialize() - Method in class org.apache.uima.examples.xmi.XmiWriterCasConsumer
 
initialize(UimaContext) - Method in class org.apache.uima.examples.XmlDetagger
 
initialize(UimaContext) - Method in class org.apache.uima.tutorial.ex2.RoomNumberAnnotator
 
initialize(UimaContext) - Method in class org.apache.uima.tutorial.ex4.MeetingAnnotator
 
initialize(UimaContext) - Method in class org.apache.uima.tutorial.ex5.RoomNumberAnnotator
 
initialize(UimaContext) - Method in class org.apache.uima.tutorial.ex6.UimaAcronymAnnotator
 
initialize(UimaContext) - Method in class org.apache.uima.tutorial.ex6.UimaMeetingAnnotator
 
InlineXmlCasConsumer - Class in org.apache.uima.examples.cpe
A simple CAS consumer that generates inline XML and writes it to a file.
InlineXmlCasConsumer() - Constructor for class org.apache.uima.examples.cpe.InlineXmlCasConsumer
 

L

load(DataResource) - Method in class org.apache.uima.tutorial.ex6.StringMapResource_impl
 

M

main(String[]) - Static method in class org.apache.uima.examples.casMultiplier.CasMultiplierExampleApplication
Main program.
main(String[]) - Static method in class org.apache.uima.examples.cpe.SimpleRunCPE
main class.
main(String[]) - Static method in class org.apache.uima.examples.cpe.SimpleRunCPM
main class.
main(String[]) - Static method in class org.apache.uima.examples.ExampleApplication
Main program.
main(String[]) - Static method in class org.apache.uima.examples.PrintAnnotations
Main program for testing this class.
main(String[]) - Static method in class org.apache.uima.examples.RunAE
The main method.
main(String[]) - Static method in class org.apache.uima.examples.SofaExampleApplication
Main program.
main(String[]) - Static method in class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
Main program.
main(String[]) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
Main program.
MAX_TITLE_LENGTH - Static variable in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
The Constant MAX_TITLE_LENGTH.
MAX_URI_LENGTH - Static variable in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
The Constant MAX_URI_LENGTH.
Meeting - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
Meeting() - Constructor for class org.apache.uima.tutorial.Meeting
Never called.
Meeting(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.Meeting
Internal - constructor used by generator.
Meeting(JCas) - Constructor for class org.apache.uima.tutorial.Meeting
Instantiates a new meeting.
Meeting(JCas, int, int) - Constructor for class org.apache.uima.tutorial.Meeting
Instantiates a new meeting.
Meeting(JCas, int, int, RoomNumber, DateAnnot, TimeAnnot, TimeAnnot) - Constructor for class org.apache.uima.tutorial.Meeting
Custom constructor taking all parameters.
MeetingAnnotator - Class in org.apache.uima.tutorial.ex4
Example annotator that detects meetings from the co-occurrence of a RoomNumber, a Date, and two Times (start and end), within a specified "window" size.
MeetingAnnotator() - Constructor for class org.apache.uima.tutorial.ex4.MeetingAnnotator
 
MESSAGE_DIGEST - Static variable in class org.apache.uima.examples.cas.RegExAnnotator
 
MESSAGE_DIGEST - Static variable in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
MESSAGE_DIGEST - Static variable in class org.apache.uima.tutorial.ex5.RoomNumberAnnotator
 
MISSING_SOURCE_DOCUMENT_INFO - Static variable in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 

N

next() - Method in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
next() - Method in class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
 
NO_NEXT_CAS - Static variable in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 

O

OPTION_CREATE_ANNOTATION_SUBTYPES - Static variable in class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
Configures the assignment of supertypes to EClasses that have no declared supertype.
OPTION_GENERATE_UIMA_LIST_TYPES - Static variable in class org.apache.uima.examples.xmi.Ecore2UimaTypeSystem
Configures the handling of multi-valued properties in the Ecore model.
org.apache.uima.examples - package org.apache.uima.examples
Examples illustrating how to use the UIMA Framework.
org.apache.uima.examples.cas - package org.apache.uima.examples.cas
Examples of Annotators that use the CAS Interface directly, not the JCAS.
org.apache.uima.examples.casMultiplier - package org.apache.uima.examples.casMultiplier
 
org.apache.uima.examples.cpe - package org.apache.uima.examples.cpe
Examples of using the Collection Processing Manager (CPM).
org.apache.uima.examples.flow - package org.apache.uima.examples.flow
 
org.apache.uima.examples.tokenizer - package org.apache.uima.examples.tokenizer
 
org.apache.uima.examples.xmi - package org.apache.uima.examples.xmi
 
org.apache.uima.tutorial - package org.apache.uima.tutorial
 
org.apache.uima.tutorial.ex1 - package org.apache.uima.tutorial.ex1
 
org.apache.uima.tutorial.ex2 - package org.apache.uima.tutorial.ex2
 
org.apache.uima.tutorial.ex3 - package org.apache.uima.tutorial.ex3
 
org.apache.uima.tutorial.ex4 - package org.apache.uima.tutorial.ex4
 
org.apache.uima.tutorial.ex5 - package org.apache.uima.tutorial.ex5
 
org.apache.uima.tutorial.ex6 - package org.apache.uima.tutorial.ex6
 

P

PARAM_ACTION_AFTER_CAS_MULTIPLIER - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
PARAM_ALLOW_CONTINUE_ON_FAILURE - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
PARAM_ENCODING - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Name of configuration parameter that contains the character encoding used by the input files.
PARAM_FAILUNKNOWN - Static variable in class org.apache.uima.examples.xmi.XmiCollectionReader
Name of the configuration parameter that must be set to indicate if the execution fails if an encountered type is unknown
PARAM_FLOW - Static variable in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
PARAM_INPUTDIR - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Name of configuration parameter that must be set to the path of a directory containing input files.
PARAM_INPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiCollectionReader
Name of configuration parameter that must be set to the path of a directory containing the XMI files.
PARAM_LANGUAGE - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Name of optional configuration parameter that contains the language of the documents in the input directory.
PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.InlineXmlCasConsumer
Name of configuration parameter that must be set to the path of a directory into which the output files will be written.
PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
Name of configuration parameter that must be set to the path of a directory into which the Derby Database will be written.
PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.cpe.XCasWriterCasConsumer
Name of configuration parameter that must be set to the path of a directory into which the output files will be written.
PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
Name of configuration parameter that must be set to the path of a directory into which the output files will be written.
PARAM_OUTPUTDIR - Static variable in class org.apache.uima.examples.xmi.XmiWriterCasConsumer
Name of configuration parameter that must be set to the path of a directory into which the output files will be written.
PARAM_SUBDIR - Static variable in class org.apache.uima.examples.cpe.FileSystemCollectionReader
Name of optional configuration parameter that indicates including the subdirectories (recursively) of the current input directory.
PARAM_WRITE_ECORE_TYPESYSTEM - Static variable in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
 
PARAM_XMLTAG - Static variable in class org.apache.uima.examples.XmlDetagger
Name of optional configuration parameter that contains the name of an XML tag that appears in the input file.
paused() - Method in class org.apache.uima.examples.RunAE
Paused.
PersonTitle - Class in example
A Personal Title.
PersonTitle() - Constructor for class example.PersonTitle
Never called.
PersonTitle(TypeImpl, CASImpl) - Constructor for class example.PersonTitle
Internal - constructor used by generator.
PersonTitle(JCas) - Constructor for class example.PersonTitle
Instantiates a new person title.
PersonTitle(JCas, int, int) - Constructor for class example.PersonTitle
Instantiates a new person title.
PersonTitleAnnotator - Class in org.apache.uima.examples.cas
An example annotator that discovers Person Titles in text and classifies them into three categories - Civilian (e.g.
PersonTitleAnnotator() - Constructor for class org.apache.uima.examples.cas.PersonTitleAnnotator
 
PersonTitleDBWriterCasConsumer - Class in org.apache.uima.examples.cpe
A simple CAS consumer that creates a Derby (Cloudscape) database in the file system.
PersonTitleDBWriterCasConsumer() - Constructor for class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
 
PrintAnnotations - Class in org.apache.uima.examples
A simple example of how to extract information from the CAS.
PrintAnnotations() - Constructor for class org.apache.uima.examples.PrintAnnotations
 
printAnnotations(CAS, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
Prints all Annotations to a PrintStream.
printAnnotations(CAS, Type, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
Prints all Annotations of a specified Type to a PrintStream.
printFS(FeatureStructure, CAS, int, PrintStream) - Static method in class org.apache.uima.examples.PrintAnnotations
Prints a FeatureStructure to a PrintStream.
process(CAS) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
Annotates a document.
process(CAS) - Method in class org.apache.uima.examples.cas.RegExAnnotator
Invokes this annotator's analysis logic.
process(JCas) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
process(JCas) - Method in class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
 
process(CAS) - Method in class org.apache.uima.examples.SofaExampleAnnotator
 
process(JCas) - Method in class org.apache.uima.examples.tokenizer.SimpleTokenAndSentenceAnnotator
 
process(CAS) - Method in class org.apache.uima.examples.XmlDetagger
 
process(JCas) - Method in class org.apache.uima.tutorial.ex1.RoomNumberAnnotator
 
process(JCas) - Method in class org.apache.uima.tutorial.ex2.RoomNumberAnnotator
 
process(JCas) - Method in class org.apache.uima.tutorial.ex3.TutorialDateTime
The ResultSpecification controls what gets produced.
process(JCas) - Method in class org.apache.uima.tutorial.ex4.MeetingAnnotator
 
process(JCas) - Method in class org.apache.uima.tutorial.ex5.RoomNumberAnnotator
 
process(JCas) - Method in class org.apache.uima.tutorial.ex6.UimaAcronymAnnotator
 
process(JCas) - Method in class org.apache.uima.tutorial.ex6.UimaMeetingAnnotator
 
processCas(CAS) - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Processes the CasContainer which was populated by the TextAnalysisEngines.
processCas(CAS) - Method in class org.apache.uima.examples.cpe.InlineXmlCasConsumer
Processes the CasContainer which was populated by the TextAnalysisEngines.
processCas(CAS) - Method in class org.apache.uima.examples.cpe.PersonTitleDBWriterCasConsumer
Processes the CasContainer which was populated by the TextAnalysisEngines.
processCas(CAS) - Method in class org.apache.uima.examples.cpe.XCasWriterCasConsumer
Processes the CasContainer which was populated by the TextAnalysisEngines.
processCas(CAS) - Method in class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
Processes a CAS.
processCas(CAS) - Method in class org.apache.uima.examples.xmi.XmiWriterCasConsumer
Processes the CAS which was populated by the TextAnalysisEngines.

R

reconfigure() - Method in class org.apache.uima.examples.cpe.AnnotationPrinter
Reconfigures the parameters of this Consumer.
RegExAnnotator - Class in org.apache.uima.examples.cas
Annotator that find substrings of the input document that match regular expressions.
RegExAnnotator() - Constructor for class org.apache.uima.examples.cas.RegExAnnotator
 
removeAnalysisEngines(Collection<String>) - Method in class org.apache.uima.examples.flow.AdvancedFixedFlowController
 
resumed() - Method in class org.apache.uima.examples.RunAE
Resumed.
RoomNumber - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
RoomNumber() - Constructor for class org.apache.uima.tutorial.RoomNumber
Never called.
RoomNumber(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.RoomNumber
Internal - constructor used by generator.
RoomNumber(JCas) - Constructor for class org.apache.uima.tutorial.RoomNumber
Instantiates a new room number.
RoomNumber(JCas, int, int) - Constructor for class org.apache.uima.tutorial.RoomNumber
Instantiates a new room number.
RoomNumberAnnotator - Class in org.apache.uima.tutorial.ex1
Example annotator that detects room numbers using Java 1.4 regular expressions.
RoomNumberAnnotator() - Constructor for class org.apache.uima.tutorial.ex1.RoomNumberAnnotator
 
RoomNumberAnnotator - Class in org.apache.uima.tutorial.ex2
Example annotator that detects room numbers using Java 1.4 regular expressions.
RoomNumberAnnotator() - Constructor for class org.apache.uima.tutorial.ex2.RoomNumberAnnotator
 
RoomNumberAnnotator - Class in org.apache.uima.tutorial.ex5
Example annotator that detects room numbers using Java 1.4 regular expressions.
RoomNumberAnnotator() - Constructor for class org.apache.uima.tutorial.ex5.RoomNumberAnnotator
 
RunAE - Class in org.apache.uima.examples
An example application that reads documents from the file system, sends them though an Analysis Engine(AE), and produces XML files with inline annotations.
RunAE(String[]) - Constructor for class org.apache.uima.examples.RunAE
Constructor.

S

Sentence - Class in org.apache.uima.examples.tokenizer
The Class Sentence.
Sentence() - Constructor for class org.apache.uima.examples.tokenizer.Sentence
Instantiates a new sentence.
Sentence(TypeImpl, CASImpl) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
Internal - Constructor used by generator.
Sentence(JCas) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
Instantiates a new sentence.
Sentence(JCas, int, int) - Constructor for class org.apache.uima.examples.tokenizer.Sentence
Instantiates a new sentence.
SentenceAnnot - Class in org.apache.uima.tutorial
Updated by JCasGen Mon Nov 29 15:02:37 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
SentenceAnnot() - Constructor for class org.apache.uima.tutorial.SentenceAnnot
Never called.
SentenceAnnot(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
Internal - constructor used by generator.
SentenceAnnot(JCas) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
Instantiates a new sentence annot.
SentenceAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.SentenceAnnot
Instantiates a new sentence annot.
setBuilding(String) - Method in class org.apache.uima.tutorial.RoomNumber
setter for building - sets Building containing this room.
setDate(DateAnnot) - Method in class org.apache.uima.tutorial.Meeting
setter for date - sets.
setDocumentSize(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
setter for documentSize - sets Size of original document in bytes before processing by CAS Initializer.
setEndTime(TimeAnnot) - Method in class org.apache.uima.tutorial.Meeting
setter for endTime - sets.
setExpandedForm(String) - Method in class org.apache.uima.tutorial.UimaAcronym
setter for expandedForm - sets.
setKind(String) - Method in class example.PersonTitle
setter for Kind - sets The kind of title - Civilian, Military, or Government.
setLastSegment(boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation
setter for lastSegment - sets For a CAS that represents a segment of a larger source document, this flag indicates whether this CAS is the final segment of the source document.
setOffsetInSource(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
setter for offsetInSource - sets Byte offset of the start of document content within original source file or other input source.
setRoom(RoomNumber) - Method in class org.apache.uima.tutorial.Meeting
setter for room - sets.
setShortDateString(String) - Method in class org.apache.uima.tutorial.DateTimeAnnot
setter for shortDateString - sets.
setStartTime(TimeAnnot) - Method in class org.apache.uima.tutorial.Meeting
setter for startTime - sets.
setUri(String) - Method in class org.apache.uima.examples.SourceDocumentInformation
setter for uri - sets URI of document.
SimpleRunCPE - Class in org.apache.uima.examples.cpe
Main Class that runs a Collection Processing Engine (CPE).
SimpleRunCPE(String[]) - Constructor for class org.apache.uima.examples.cpe.SimpleRunCPE
Constructor for the class.
SimpleRunCPM - Class in org.apache.uima.examples.cpe
Main Class that runs the Collection Processing Manager (CPM).
SimpleRunCPM(String[]) - Constructor for class org.apache.uima.examples.cpe.SimpleRunCPM
Constructor for the class.
SimpleTextMerger - Class in org.apache.uima.examples.casMultiplier
An example CasMultiplier, which merges text documents into larger ones.
SimpleTextMerger() - Constructor for class org.apache.uima.examples.casMultiplier.SimpleTextMerger
 
SimpleTextSegmenter - Class in org.apache.uima.examples.casMultiplier
An example CasMultiplier, which breaks large text documents into smaller segments.
SimpleTextSegmenter() - Constructor for class org.apache.uima.examples.casMultiplier.SimpleTextSegmenter
 
SimpleTokenAndSentenceAnnotator - Class in org.apache.uima.examples.tokenizer
An example annotator that annotates Tokens and Sentences.
SimpleTokenAndSentenceAnnotator() - Constructor for class org.apache.uima.examples.tokenizer.SimpleTokenAndSentenceAnnotator
 
SofaExampleAnnotator - Class in org.apache.uima.examples
A simple multiple subject of analysis (multi-Sofa) example annotator Expects an English text Sofa as input Creates a German text Sofa as output This annotator has no configuration parameters, and requires no initialization method
SofaExampleAnnotator() - Constructor for class org.apache.uima.examples.SofaExampleAnnotator
 
SofaExampleApplication - Class in org.apache.uima.examples
A simple Multiple Subject of Analysis (multi-Sofa) test application.
SofaExampleApplication() - Constructor for class org.apache.uima.examples.SofaExampleApplication
 
SourceDocumentInformation - Class in org.apache.uima.examples
Stores detailed information about the original source document from which the current CAS was initialized.
SourceDocumentInformation() - Constructor for class org.apache.uima.examples.SourceDocumentInformation
Never called.
SourceDocumentInformation(TypeImpl, CASImpl) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
Internal - constructor used by generator
SourceDocumentInformation(JCas) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
 
SourceDocumentInformation(JCas, int, int) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
 
StringMapResource - Interface in org.apache.uima.tutorial.ex6
 
StringMapResource_impl - Class in org.apache.uima.tutorial.ex6
 
StringMapResource_impl() - Constructor for class org.apache.uima.tutorial.ex6.StringMapResource_impl
 

T

TimeAnnot - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
TimeAnnot() - Constructor for class org.apache.uima.tutorial.TimeAnnot
Never called.
TimeAnnot(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.TimeAnnot
Internal - constructor used by generator.
TimeAnnot(JCas) - Constructor for class org.apache.uima.tutorial.TimeAnnot
Instantiates a new time annot.
TimeAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.TimeAnnot
Instantiates a new time annot.
Token - Class in org.apache.uima.examples.tokenizer
The Class Token.
Token() - Constructor for class org.apache.uima.examples.tokenizer.Token
Instantiates a new token.
Token(TypeImpl, CASImpl) - Constructor for class org.apache.uima.examples.tokenizer.Token
Internal - Constructor used by generator.
Token(JCas) - Constructor for class org.apache.uima.examples.tokenizer.Token
Instantiates a new token.
Token(JCas, int, int) - Constructor for class org.apache.uima.examples.tokenizer.Token
Instantiates a new token.
toString() - Method in class org.apache.uima.tutorial.Meeting
 
TutorialDateTime - Class in org.apache.uima.tutorial.ex3
Simple Date/Time annotator.
TutorialDateTime() - Constructor for class org.apache.uima.tutorial.ex3.TutorialDateTime
 
type - Static variable in class example.PersonTitle
The Constant type.
type - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
type - Static variable in class org.apache.uima.examples.tokenizer.Sentence
The Constant type.
type - Static variable in class org.apache.uima.examples.tokenizer.Token
The Constant type.
type - Static variable in class org.apache.uima.tutorial.DateAnnot
The Constant type.
type - Static variable in class org.apache.uima.tutorial.DateTimeAnnot
The Constant type.
type - Static variable in class org.apache.uima.tutorial.Meeting
The Constant type.
type - Static variable in class org.apache.uima.tutorial.RoomNumber
The Constant type.
type - Static variable in class org.apache.uima.tutorial.SentenceAnnot
The Constant type.
type - Static variable in class org.apache.uima.tutorial.TimeAnnot
The Constant type.
type - Static variable in class org.apache.uima.tutorial.UimaAcronym
The Constant type.
type - Static variable in class org.apache.uima.tutorial.UimaMeeting
The Constant type.
type - Static variable in class org.apache.uima.tutorial.WordAnnot
The Constant type.
typeIndexID - Static variable in class example.PersonTitle
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
typeIndexID - Static variable in class org.apache.uima.examples.tokenizer.Sentence
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.examples.tokenizer.Token
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.DateAnnot
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.DateTimeAnnot
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.Meeting
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.RoomNumber
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.SentenceAnnot
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.TimeAnnot
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.UimaAcronym
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.UimaMeeting
The Constant typeIndexID.
typeIndexID - Static variable in class org.apache.uima.tutorial.WordAnnot
The Constant typeIndexID.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.examples.cas.PersonTitleAnnotator
Called whenever the CAS type system changes.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.examples.cas.RegExAnnotator
Acquires references to CAS Type and Feature objects that are later used during the RegExAnnotator.process(CAS) method.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.examples.flow.WhiteboardFlowController2
 
typeSystemInit(TypeSystem) - Method in class org.apache.uima.examples.XmlDetagger
 

U

UimaAcronym - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
UimaAcronym() - Constructor for class org.apache.uima.tutorial.UimaAcronym
Never called.
UimaAcronym(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.UimaAcronym
Internal - constructor used by generator.
UimaAcronym(JCas) - Constructor for class org.apache.uima.tutorial.UimaAcronym
Instantiates a new uima acronym.
UimaAcronym(JCas, int, int) - Constructor for class org.apache.uima.tutorial.UimaAcronym
Instantiates a new uima acronym.
UimaAcronym(JCas, int, int, String) - Constructor for class org.apache.uima.tutorial.UimaAcronym
Custom constructor taking all parameters.
UimaAcronymAnnotator - Class in org.apache.uima.tutorial.ex6
Annotates UIMA acronyms and provides their expanded forms.
UimaAcronymAnnotator() - Constructor for class org.apache.uima.tutorial.ex6.UimaAcronymAnnotator
 
UimaMeeting - Class in org.apache.uima.tutorial
Updated by JCasGen Sun Oct 08 19:34:17 EDT 2017 XML source: C:/au/svnCheckouts/uv3/trunk/uimaj-v3/uimaj-examples/src/main/descriptors/tutorial/ex6/TutorialTypeSystem.xml
UimaMeeting() - Constructor for class org.apache.uima.tutorial.UimaMeeting
Never called.
UimaMeeting(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.UimaMeeting
Internal - constructor used by generator.
UimaMeeting(JCas) - Constructor for class org.apache.uima.tutorial.UimaMeeting
Instantiates a new uima meeting.
UimaMeeting(JCas, int, int) - Constructor for class org.apache.uima.tutorial.UimaMeeting
Instantiates a new uima meeting.
UimaMeeting(JCas, int, int, RoomNumber, DateAnnot, TimeAnnot, TimeAnnot) - Constructor for class org.apache.uima.tutorial.UimaMeeting
Custom constructor taking all parameters.
UimaMeetingAnnotator - Class in org.apache.uima.tutorial.ex6
Example annotator that iterates over Meeting annotations and annotates a meeting as a UimaMeeting if a UIMA acronym occurs in close proximity to that meeting.
UimaMeetingAnnotator() - Constructor for class org.apache.uima.tutorial.ex6.UimaMeetingAnnotator
 
UimaTypeSystem2Ecore - Class in org.apache.uima.examples.xmi
Converts a UIMA TypeSystemDescription to an Ecore model.
UimaTypeSystem2Ecore() - Constructor for class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
 
uimaTypeSystem2Ecore(String, Resource, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
Converts a UIMA TypeSystem descriptor to an Ecore model.
uimaTypeSystem2Ecore(TypeSystemDescription, Resource, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
Converts a UIMA TypeSystemDescription to an Ecore model.
uimaTypeSystem2Ecore(TypeSystemDescription, Resource, Map, Map) - Static method in class org.apache.uima.examples.xmi.UimaTypeSystem2Ecore
Converts a UIMA TypeSystemDescription to an Ecore model.

W

WhiteboardFlowController - Class in org.apache.uima.examples.flow
FlowController implementing a simple version of the "whiteboard" flow model.
WhiteboardFlowController() - Constructor for class org.apache.uima.examples.flow.WhiteboardFlowController
 
WhiteboardFlowController2 - Class in org.apache.uima.examples.flow
FlowController implementing a simple version of the "whiteboard" flow model.
WhiteboardFlowController2() - Constructor for class org.apache.uima.examples.flow.WhiteboardFlowController2
 
WordAnnot - Class in org.apache.uima.tutorial
Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml
WordAnnot() - Constructor for class org.apache.uima.tutorial.WordAnnot
Never called.
WordAnnot(TypeImpl, CASImpl) - Constructor for class org.apache.uima.tutorial.WordAnnot
Internal - constructor used by generator.
WordAnnot(JCas) - Constructor for class org.apache.uima.tutorial.WordAnnot
Instantiates a new word annot.
WordAnnot(JCas, int, int) - Constructor for class org.apache.uima.tutorial.WordAnnot
Instantiates a new word annot.

X

XCasWriterCasConsumer - Class in org.apache.uima.examples.cpe
A simple CAS consumer that generates XCAS (XML representation of the CAS) files in the filesystem.
XCasWriterCasConsumer() - Constructor for class org.apache.uima.examples.cpe.XCasWriterCasConsumer
 
XmiCollectionReader - Class in org.apache.uima.examples.xmi
A simple collection reader that reads CASes in XMI format from a directory in the filesystem.
XmiCollectionReader() - Constructor for class org.apache.uima.examples.xmi.XmiCollectionReader
 
XmiEcoreCasConsumer - Class in org.apache.uima.examples.xmi
A variation of the XmiWriterCasConsumer that also saves the Type System to an Ecore file and links all of the XMI files to it via their schemaLocation attribute.
XmiEcoreCasConsumer() - Constructor for class org.apache.uima.examples.xmi.XmiEcoreCasConsumer
 
XmiWriterCasConsumer - Class in org.apache.uima.examples.xmi
A simple CAS consumer that writes the CAS to XMI format.
XmiWriterCasConsumer() - Constructor for class org.apache.uima.examples.xmi.XmiWriterCasConsumer
 
XmlDetagger - Class in org.apache.uima.examples
A multi-sofa annotator that does XML detagging.
XmlDetagger() - Constructor for class org.apache.uima.examples.XmlDetagger
 

_

_FeatName_building - Static variable in class org.apache.uima.tutorial.RoomNumber
 
_FeatName_date - Static variable in class org.apache.uima.tutorial.Meeting
 
_FeatName_documentSize - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
_FeatName_endTime - Static variable in class org.apache.uima.tutorial.Meeting
 
_FeatName_expandedForm - Static variable in class org.apache.uima.tutorial.UimaAcronym
 
_FeatName_Kind - Static variable in class example.PersonTitle
 
_FeatName_lastSegment - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
_FeatName_offsetInSource - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
_FeatName_room - Static variable in class org.apache.uima.tutorial.Meeting
 
_FeatName_shortDateString - Static variable in class org.apache.uima.tutorial.DateTimeAnnot
 
_FeatName_startTime - Static variable in class org.apache.uima.tutorial.Meeting
 
_FeatName_uri - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
_TypeName - Static variable in class example.PersonTitle
 
_TypeName - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
_TypeName - Static variable in class org.apache.uima.examples.tokenizer.Sentence
 
_TypeName - Static variable in class org.apache.uima.examples.tokenizer.Token
 
_TypeName - Static variable in class org.apache.uima.tutorial.DateAnnot
 
_TypeName - Static variable in class org.apache.uima.tutorial.DateTimeAnnot
 
_TypeName - Static variable in class org.apache.uima.tutorial.Meeting
 
_TypeName - Static variable in class org.apache.uima.tutorial.RoomNumber
 
_TypeName - Static variable in class org.apache.uima.tutorial.TimeAnnot
 
_TypeName - Static variable in class org.apache.uima.tutorial.UimaAcronym
 
_TypeName - Static variable in class org.apache.uima.tutorial.UimaMeeting
 
A B C D E F G H I L M N O P R S T U W X _ 
Skip navigation links

Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.