A B C D E F G H I J K L M N O P R S T U V W X Z _

A

AbortCasProcessorException - Exception in org.apache.uima.collection.base_cpm
Exception to notify the CPM to disable a Cas Processor.
AbortCasProcessorException(String) - Constructor for exception org.apache.uima.collection.base_cpm.AbortCasProcessorException
 
AbortCPMException - Exception in org.apache.uima.collection.base_cpm
/** Exception to notify the CPM to terminate itself.
AbortCPMException(String) - Constructor for exception org.apache.uima.collection.base_cpm.AbortCPMException
 
aborted() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the processing has been aborted.
aborted() - Method in class org.apache.uima.flow.CasFlow_ImplBase
By default, does nothing.
aborted() - Method in interface org.apache.uima.flow.Flow
Called by the framework if processing has been aborted for the CAS that was being routed by this Flow object.
aborted() - Method in class org.apache.uima.flow.JCasFlow_ImplBase
By default, does nothing.
AbstractCas - Interface in org.apache.uima.cas
The base interface extended by all CAS (Common Analysis System) interfaces in the UIMA SDK.
AbstractCas_ImplBase - Class in org.apache.uima.cas
Base class from which CAS implementations should extend.
AbstractCas_ImplBase() - Constructor for class org.apache.uima.cas.AbstractCas_ImplBase
 
accept(File) - Method in class org.apache.uima.pear.tools.PackageSelectorGUI.PackageDirFilter
Determines whether a given File object is accepted by this filter.
accept(File) - Method in class org.apache.uima.pear.tools.PackageSelectorGUI.PackageFileFilter
Determines whether a given File object is accepted by this filter.
accept(File) - Method in class org.apache.uima.pear.util.FileUtil.DirFileFilter
 
accept(File, String) - Method in class org.apache.uima.pear.util.FileUtil.ExtFilenameFilter
Tests if a specified file should be included in a file list.
accept(File) - Method in class org.apache.uima.pear.util.FileUtil.NameFileFilter
 
ACTION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
add(String[]) - Method in interface org.apache.uima.cas.admin.LinearTypeOrderBuilder
Add pairs types[i] < types[i+1], for each i < (types.length-1), to the partial sort order.
add(Type) - Method in interface org.apache.uima.cas.FSTypeConstraint
Add a new type to this type constraint.
add(String) - Method in interface org.apache.uima.cas.FSTypeConstraint
Add a new type to this type constraint.
add(CasProcessorDeploymentParam) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParams
Adds new CasProcessorDeploymentParam param
add(CasProcessorExecArg) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArgs
Adds new CasProcessorExecArg instance to the list.
addAll(List<ProcessTraceEvent>) - Method in interface org.apache.uima.util.ProcessTrace
Adds a list of completed event objects to this ProcessTrace.
addAnalysisEngines(Collection<String>) - Method in interface org.apache.uima.flow.FlowController
Notifies this FlowController that new Analysis Engines are now available to route CASes to.
addAnalysisEngines(Collection<String>) - Method in class org.apache.uima.flow.FlowController_ImplBase
Does nothing by default.
addArg(InstallationDescriptor.ArgInfo) - Method in class org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
 
addArgument(String) - Method in exception org.apache.uima.cas.admin.CASAdminException
Add an argument to a CASAdminException object.
addArgument(String) - Method in exception org.apache.uima.cas.impl.XCASParsingException
Add an argument to a XCASParsingException object.
addCapabilities(Capability[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds the output types and features from the specified capabilities to this ResultSpecification.
addCapabilities(Capability[], boolean) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds either outputs or inputs from the specified capabilities to this ResultSpecification.
addCasConsumer(CasConsumer) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Adds a CasConsumer to this CPM.
addCasInitializer(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Deprecated. As of v2.0 CAS Initializers are deprecated.
addCasProcessor(CasProcessor) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Adds a CasProcessor to this CPM's list of consumers.
addCasProcessor(CasProcessor, int) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Adds a CasProcessor to this CPM's list of consumers.
addCasProcessor(CpeCasProcessor) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Appends a instance of CpeCasProcessor to the end of the list containing CPE CasProcessors.
addCasProcessor(int, CpeCasProcessor) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Adds a instance of CpeCasProcessor at a specified location in the list of CPE CasProcessors.
addCasProcessorExecArg(CasProcessorExecArg) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Adds a CasProcessorExecArg argument to be supplied when launching a program.
addChannelListener(MessageRouter.StdChannelListener) - Method in class org.apache.uima.pear.util.MessageRouter
Adds a given object, implementing the StdChannelListener interface, to the list of standard message channel listeners.
addCollectionReader(CpeCollectionReader) - Method in interface org.apache.uima.collection.metadata.CpeDescription
 
addCollectionReader(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Adds a path to the descriptor file containing CollectionReader's configuration.
addCommonParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Adds a Configuration Parameter that is common to all groups.
addConfigurationGroup(ConfigurationGroup) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Adds a Configuration Group.
addConfigurationParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Adds a Configuration Parameter to this group.
addConfigurationParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Adds a Configuration Parameter that is not in any group.
addCpeCasProcessor(CpeCasProcessor, int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Inserts a new CasProcessor at an indicated position.
addCpeCasProcessor(CpeCasProcessor) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Appends new CasProcessor to existing list of CasProcessors
addDelegateComponent(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Creates and adds a delegate component specification to the list (for aggregate component).
addDeployParam(String, String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Adds deployment parameter used by the CPE when launching CasProcessor
addEvent(String, String, String, int, String) - Method in interface org.apache.uima.util.InstrumentationFacility
Records a completed event with the specified parameters.
addEvent(String, String, String, int, String) - Method in interface org.apache.uima.util.ProcessTrace
Adds an event with the specified parameters to this ProcessTrace.
addEvent(ProcessTraceEvent) - Method in interface org.apache.uima.util.ProcessTrace
Adds a completed event object to this ProcessTrace.
addEventData(ProcessTraceEvent) - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
addExecArg(String) - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
 
addExecEnv(String, String) - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
 
addExternalResource(ExternalResourceDescription) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Adds a External Resource to this configuration
addExternalResourceBinding(ExternalResourceBinding) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Adds a External ResourceBinding to this configuration
addFeature(String, Type, Type) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Add an feature to the type system.
addFeature(String, Type, Type, boolean) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Add an feature to the type system.
addFeature(Feature) - Method in interface org.apache.uima.cas.FeaturePath
Add a new feature at the end of the path.
addFeature(String, String, String) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Convenience method which adds a FeatureDescription to this TypeDescription.
addFeature(String, String, String, String, Boolean) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Convenience method which adds a FeatureDescription to this TypeDescription.
addFeatureStructure(FeatureStructure) - Method in interface org.apache.uima.cas_data.CasData
Adds a FeatureStructure to the list of top-level FeatureStructures contained in this CasData.
addFrameworkSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Adds a specification defined by given name and value to the set of Framework specifications.
addFS(FeatureStructure) - Method in interface org.apache.uima.cas.FSIndexRepository
Add a feature structure to all appropriate indexes in the repository.
addFsIndex(FsIndexDescription) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Adds an FS Index description to this collection.
addFsToIndexes(FeatureStructure) - Method in interface org.apache.uima.cas.CAS
Add a feature structure to all appropriate indexes in the repository associated with this CAS View.
addFsToIndexes(FeatureStructure) - Method in interface org.apache.uima.jcas.JCas
Add a feature structure to all appropriate indexes in the repository associated with this CAS View.
addInputFeature(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an input Feature to this Capability.
addInputSofa(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an input Sofa name to this Capability.
addInputType(String, boolean) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an input Type to this Capability.
addInstallationAction(InstallationDescriptor.ActionInfo) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Adds a specified 'installation action' to the list.
addKey(Feature, int) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Add a new key.
addKey(LinearTypeOrder, int) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
 
addListOfJarFiles(File, StringBuffer) - Static method in class org.apache.uima.pear.tools.InstallationController
Appends a list of JAR files in a given lib directory, separated with the OS dependent separator (';' or ':'), to a given initial StringBuffer object.
addMapping(String, String) - Method in interface org.apache.uima.ResourceSpecifierFactory
Adds a mapping from interface class to implementation class.
addMapping(Class<? extends ResourceSpecifier>, Class<? extends Resource>) - Method in class org.apache.uima.util.SimpleResourceFactory
Configures this SimpleResourceFactory by adding a new mapping between a ResourceSpecifier class and a Resource class.
addMapping(String, String) - Method in class org.apache.uima.util.SimpleResourceFactory
Configures this SimpleResourceFactory by adding a new mapping between a ResourceSpecifier class and a Resource class.
addMapping(String, String) - Method in interface org.apache.uima.util.XMLParser
Configures this XMLParser by registering a mapping between the name of an XML element and the Class of object to be built from elements with that name.
addMetaData(ProcessingResourceMetaData) - Method in interface org.apache.uima.resource.CasManager
Called by components when they initialize.
addMsgListener(MessageRouter.StdChannelListener) - Method in class org.apache.uima.pear.tools.InstallationController
Adds a given object, implementing the MessageRouter.StdChannelListener interface to the list of standard channel listeners.
addNonsharedRefToFSMapping(int, int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Add mapping between the address of FS that is the value of a non-shared multi-valued feature of a FeatureStructure.
addOSSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Adds a specification defined by given name and value to the set of OS specifications.
addOutOfTypeSystemArrayElement(int, int, int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Records an out-of-typesystem array element in the XmiSerializationSharedData.
addOutOfTypeSystemAttribute(int, String, String) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Records an out-of-typesystem attribute that belongs to an in-typesystem FS.
addOutOfTypeSystemChildElements(int, String, List<String>) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Records out-of-typesystem child elements that belong to an in-typesystem FS.
addOutOfTypeSystemElement(XmiSerializationSharedData.OotsElementData) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Records information about an XMI element that was not an instance of any type in the type system.
addOutOfTypeSystemViewMember(String, String) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Records that an out-of-typesystem XMI element should be a member of the specified view.
addOutputFeature(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an output Feature to this Capability.
addOutputSofa(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an output Sofa name to this Capability.
addOutputType(String, boolean) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds an output Type to this Capability.
addOverride(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Adds an override to this configuration parameter.
addPriorityList(TypePriorityList) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Adds a TypePriorityList.
addPriorityList() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Creates a new, empty TypePriorityList and adds it to this object.
addProperty(Properties, String, String) - Static method in class org.apache.uima.pear.tools.InstallationDescriptor
Adds a property specified by given name and value to a given Properties object.
addr - Variable in class org.apache.uima.jcas.cas.TOP
used to reference the corresponding Cas instance
addResultFeature(String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds a Feature to this ResultSpecification for the language x-unspecified.
addResultFeature(String, String[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds a Feature to this ResultSpecification for the specified languages.
addResultType(String, boolean) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds an Type to this ResultSpecification for the language x-unspecified.
addResultType(String, boolean, String[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds an Type to this ResultSpecification for the specified languages.
addResultTypeOrFeature(TypeOrFeature) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds a Result Type or Feature to this ResultSpecification for the language x-unspecified.
addResultTypeOrFeature(TypeOrFeature, String[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Adds a Result Type or Feature to this ResultSpecification for the specified languages.
addStatusCallbackListener(BaseStatusCallbackListener) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Registers a listsner to receive status callbacks.
addStatusCallbackListener(StatusCallbackListener) - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Registers a listsner to receive status callbacks.
addStatusCallbackListener(StatusCallbackListener) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Registers a listsner to receive status callbacks.
addStreamListener(ProcessUtil.StdStreamListener) - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
Adds a given object, implementing the StdStreamListener interface to the list of standard stream listeners.
addStringSubtype(String, String[]) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Inherit from String.
addSupportedLanguage(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that adds a supported language to this Capability.
addToIndexes() - Method in class org.apache.uima.jcas.cas.TOP
add the corresponding FeatureStructure to all Cas indexes
addToIndexes(JCas) - Method in class org.apache.uima.jcas.cas.TOP
 
addToIndexes(int) - Method in class org.apache.uima.jcas.cas.TOP_Type
add the corresponding FeatureStructure to all Cas indexes
addToolkitsSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Adds a specification defined by given name and value to the set of Toolkits specifications.
addToSystemEnvTable(Properties, String, String) - Static method in class org.apache.uima.pear.tools.InstallationController
Adds a given local environment variable to appropriate system environment variable (before the system value).
addType(String, Type) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Add a new type to the type system.
addType(String) - Method in interface org.apache.uima.resource.metadata.TypePriorityList
Adds a type at the end of the priority list.
addType(String, String, String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Adds a Type to this TypeSystem fragment.
aggregate(ProcessTrace) - Method in interface org.apache.uima.util.ProcessTrace
Aggregates the information in another ProcessTrace with this one.
AGGREGATE_AE_TYPE_SYSTEM - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The Analysis Engine Descriptor is invalid - a Type System may not be explicitly set for an aggregate Analysis Engine."
AGGREGATE_SOFA_NOT_MAPPED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The Sofa "{0}" in aggregate "{1}" is not mapped to any sofa of any component in that aggregate.
ALL - Static variable in class org.apache.uima.util.Level
message level "ALL"
ALL_INT - Static variable in class org.apache.uima.util.Level
level value for level "ALL"
ALLOWED_VALUES_ON_NON_STRING_TYPE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Type {0} specifies a list of allowed values but is not a subtype of uima.cas.String.
AllowedValue - Interface in org.apache.uima.resource.metadata
Represents an allowed value for an "enumerated" type.
alreadyCopied(FeatureStructure) - Method in class org.apache.uima.util.CasCopier
Returns whether the given FS has already been copied using this CasCopier.
ANALYSIS - Static variable in interface org.apache.uima.util.ProcessTraceEvent
Constant for the ANALYSIS event type.
ANALYSIS_ENGINE - Static variable in interface org.apache.uima.util.ProcessTraceEvent
Constant for the ANALYSIS_ENGINE event type.
ANALYSIS_ENGINE_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
Analysis Engine
AnalysisComponent - Interface in org.apache.uima.analysis_component
Analysis Components are the primitive "building blocks" from which UIMA solutions are built.
AnalysisComponent_ImplBase - Class in org.apache.uima.analysis_component
Implementation base class for AnalysisComponents.
AnalysisComponent_ImplBase() - Constructor for class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
 
AnalysisEngine - Interface in org.apache.uima.analysis_engine
An Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.
AnalysisEngineDescription - Interface in org.apache.uima.analysis_engine
An AnalysisEngineDescription contains all of the information needed to instantiate and use an AnalysisEngine.
AnalysisEngineManagement - Interface in org.apache.uima.analysis_engine
Monitoring and management interface to an AnalysisEngine.
AnalysisEngineMetaData - Interface in org.apache.uima.analysis_engine.metadata
Encapsulates all of the metadata for an Analysis Engine.
AnalysisEnginePerformanceReports - Class in org.apache.uima.util
A class that is useful for generating an Analysis Engine performance report from a ProcessTrace object.
AnalysisEnginePerformanceReports(ProcessTrace) - Constructor for class org.apache.uima.util.AnalysisEnginePerformanceReports
 
AnalysisEngineProcessException - Exception in org.apache.uima.analysis_engine
An AnalysisEngineProcessException may be thrown by an Analysis Engine's process method, indicating that a failure occurred during processing.
AnalysisEngineProcessException() - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with a null message.
AnalysisEngineProcessException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with the specified cause and a null message.
AnalysisEngineProcessException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with a the specified message.
AnalysisEngineProcessException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with the specified message and cause.
AnalysisEngineProcessException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnalysisEngineProcessException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnalysisEngineServiceStub - Interface in org.apache.uima.analysis_engine
A stub that calls a remote AnalysisEngine service.
AnalysisEngineUtils - Class in org.apache.uima.util
Static utility methods relating to analysis engines.
AnalysisEngineUtils() - Constructor for class org.apache.uima.util.AnalysisEngineUtils
 
AnalysisProcessData - Interface in org.apache.uima.analysis_engine
Deprecated.  
and(FSMatchConstraint, FSMatchConstraint) - Method in class org.apache.uima.cas.ConstraintFactory
Conjoin two constraints.
Annotation - Class in org.apache.uima.jcas.tcas
the JCas class model for the CAS type uima.cas.Annotation.
Annotation() - Constructor for class org.apache.uima.jcas.tcas.Annotation
 
Annotation(int, TOP_Type) - Constructor for class org.apache.uima.jcas.tcas.Annotation
Internal - Constructor used by generator
Annotation(JCas) - Constructor for class org.apache.uima.jcas.tcas.Annotation
 
Annotation(JCas, int, int) - Constructor for class org.apache.uima.jcas.tcas.Annotation
Constructor with begin and end passed as arguments
ANNOTATION - Static variable in interface org.apache.uima.search.Style
Constant for the name of the Annotation style.
ANNOTATION_IN_WRONG_INDEX - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error - the Annotation "{0}" is over view "{1}" and cannot be added to indexes associated with the different view "{2}".
Annotation_Type - Class in org.apache.uima.jcas.tcas
 
Annotation_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.tcas.Annotation_Type
 
Annotation_Type() - Constructor for class org.apache.uima.jcas.tcas.Annotation_Type
 
AnnotationBase - Class in org.apache.uima.jcas.cas
the JCas class model for the CAS type uima.cas.Annotation.
AnnotationBase() - Constructor for class org.apache.uima.jcas.cas.AnnotationBase
 
AnnotationBase(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.AnnotationBase
Internal - Constructor used by generator
AnnotationBase(JCas) - Constructor for class org.apache.uima.jcas.cas.AnnotationBase
 
AnnotationBase_Type - Class in org.apache.uima.jcas.cas
 
AnnotationBase_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.AnnotationBase_Type
 
AnnotationBase_Type() - Constructor for class org.apache.uima.jcas.cas.AnnotationBase_Type
 
AnnotationBaseFS - Interface in org.apache.uima.cas
Annotation Base API.
AnnotationFS - Interface in org.apache.uima.cas.text
Interface for Annotation Feature Structures.
AnnotationIndex<T extends AnnotationFS> - Interface in org.apache.uima.cas.text
An annotation index provides additional iterator functionality that applies only to instances of uima.tcas.Annotation.
AnnotationTree<T extends AnnotationFS> - Interface in org.apache.uima.cas.text
Represents an annotation tree.
AnnotationTreeNode<T extends AnnotationFS> - Interface in org.apache.uima.cas.text
Represents a node in an annotation tree.
ANNOTATOR_CLASS_NOT_FOUND - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Annotator class "{0}" was not found."
ANNOTATOR_EXCEPTION - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "Annotator processing failed."
Annotator_ImplBase - Class in org.apache.uima.analysis_component
Base class for all annotators.
Annotator_ImplBase() - Constructor for class org.apache.uima.analysis_component.Annotator_ImplBase
 
Annotator_ImplBase - Class in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
Annotator_ImplBase() - Constructor for class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated.  
ANNOTATOR_INITIALIZATION_FAILED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Initialization of annotator class "{0}" failed."
ANNOTATOR_INTERFACE_NOT_SUPPORTED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Annotator class {0} does not implement an Annotator interface that is supported by Analysis Engine implementation {1}."
AnnotatorConfigurationException - Exception in org.apache.uima.analysis_engine.annotator
An AnnotatorConfigurationException is thrown by an annotator if the settings of its configuration parameters are invalid.
AnnotatorConfigurationException() - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with a null message.
AnnotatorConfigurationException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with the specified cause and a null message.
AnnotatorConfigurationException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with a the specified message.
AnnotatorConfigurationException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with the specified message and cause.
AnnotatorConfigurationException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorConfigurationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorContext - Interface in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use UimaContext instead
AnnotatorContextException - Exception in org.apache.uima.analysis_engine.annotator
An AnnotatorContextException is thrown by an AnnotatorContext if it cannot complete the invoked operation due to a failure in the underlying implementation.
AnnotatorContextException() - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with a null message.
AnnotatorContextException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with the specified cause and a null message.
AnnotatorContextException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with a the specified message.
AnnotatorContextException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with the specified message and cause.
AnnotatorContextException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorContextException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorInitializationException - Exception in org.apache.uima.analysis_engine.annotator
An AnnotatorInitializationException may be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.
AnnotatorInitializationException() - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with a null message.
AnnotatorInitializationException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with the specified cause and a null message.
AnnotatorInitializationException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with a the specified message.
AnnotatorInitializationException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with the specified message and cause.
AnnotatorInitializationException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorInitializationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorProcessException - Exception in org.apache.uima.analysis_engine.annotator
An AnnotatorProcessException may be thrown by an annotator's process method, indicating that a failure occurred during processing.
AnnotatorProcessException() - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with a null message.
AnnotatorProcessException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with the specified cause and a null message.
AnnotatorProcessException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with a the specified message.
AnnotatorProcessException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with the specified message and cause.
AnnotatorProcessException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
AnnotatorProcessException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.annotator.AnnotatorProcessException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
appendProperties(Properties, Properties, boolean) - Static method in class org.apache.uima.pear.util.StringUtil
Appends properties specified in a given 'plus' object to a given 'source' object.
ARGUMENT_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
ARRAY_ELE_ATTRS - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: array element may not have attributes.
ARRAY_ELE_EXPECTED - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: expected array element but found: <{3}>.
ARRAY_ELEMENT_TAG - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
ARRAY_REQUIRED - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "Configuration parameter "{0}" in component "{1}" is multi-valued and must be assigned an array for its value."
ARRAY_SIZE_ATTR - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
ArrayFS - Interface in org.apache.uima.cas
Feature structure array interface.
ASB - Interface in org.apache.uima.analysis_engine.asb
The Analysis Structure Broker (ASB) is the component responsible for the details of communicating with Analysis Engines that may potentially be distributed across different physical machines.
Attribute - Interface in org.apache.uima.search
A simple name, value pair that is specified as part of a Style to further define its behavior.

B

BACKUP_FILE_SUFFIX - Static variable in class org.apache.uima.pear.tools.LocalInstallationAgent
 
BAD_FEATURE_SYNTAX - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Invalid feature name "{0}".
BAD_TYPE_SYNTAX - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Invalid type name "{0}".
BAG_INDEX - Static variable in interface org.apache.uima.cas.FSIndex
Indexing strategy: bag index.
BaseAnnotator - Interface in org.apache.uima.analysis_engine.annotator
Base interface for annotators in UIMA SDK v1.x.
BaseCollectionReader - Interface in org.apache.uima.collection.base_cpm
The Base CollectionReader interface.
BaseCPM - Interface in org.apache.uima.collection.base_cpm
The Base CPM interface is a lower-level interface to the Collection Processing Manager.
BaseStatusCallbackListener - Interface in org.apache.uima.collection.base_cpm
Interface for a Listener that receives notification from the BaseCPM as various events occur.
batchProcessComplete() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Completes the processing of a batch of CASes.
batchProcessComplete() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
 
batchProcessComplete() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Notifies this AnalysisEngine that processing of a batch has completed.
batchProcessComplete() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the processing of a batch has completed.
batchProcessComplete(ProcessTrace) - Method in interface org.apache.uima.collection.base_cpm.CasDataConsumer
Completes the processing of a batch.
batchProcessComplete(ProcessTrace) - Method in interface org.apache.uima.collection.base_cpm.CasProcessor
Completes the processing of a batch.
batchProcessComplete(ProcessTrace) - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
batchProcessComplete() - Method in interface org.apache.uima.flow.FlowController
Completes the processing of a batch of CASes.
batchProcessComplete() - Method in class org.apache.uima.flow.FlowController_ImplBase
 
batchProcessComplete() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
batchProcessComplete() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
batchProcessComplete() - Method in class org.apache.uima.uimacpp.UimacppEngine
batchProcessComplete
BINARY_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
BLOB_DESERIALIZATION - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error trying to read BLOB data from an input stream and deserialize Stringo a CAS.
BLOB_SERIALIZATION - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error trying to do binary serialization of CAS data and write the BLOB to an output stream.
BooleanArray - Class in org.apache.uima.jcas.cas
JCas class model for BooleanArray
BooleanArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.BooleanArray
Internal - Constructor used by generator
BooleanArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.BooleanArray
Make a new BooleanArray of given size
BooleanArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS BooleanArray_Type
BooleanArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.BooleanArray_Type
 
BooleanArrayFS - Interface in org.apache.uima.cas
Boolean array interface.
BREAKING - Static variable in interface org.apache.uima.search.Style
Constant for the name of the Breaking style.
buildArrayOfNetworkParams(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string array that contains network parameters (in the JVM '-Dname=value' format) specified in a given installation descriptor object.
buildComponentClassPath(String, InstallationDescriptor, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string that should be added to the CLASSPATH for a given installed component associated with a given installation descriptor object.
buildComponentClassPath() - Method in class org.apache.uima.pear.tools.InstallationController
Builds CLASSPATH for the installed component, including CLASSPATH for all separate delegate components that are utilized by the main installed component, if any.
buildComponentClassPath() - Method in class org.apache.uima.pear.tools.PackageBrowser
Creates a string that should be added to the CLASSPATH to run the given installed component, based on its installation descriptor specifications, as well as the contents of its lib directory.
buildComponentClassPath(boolean, boolean) - Method in class org.apache.uima.pear.tools.PackageBrowser
Creates a string that should be added to the CLASSPATH to run the given installed component, based on its installation descriptor specifications, as well as the contents of its lib directory.
buildComponentPath(String, InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string that should be added to the SPATH for a given installed component associated with a given installation descriptor object.
buildComponentPath() - Method in class org.apache.uima.pear.tools.InstallationController
Builds PATH for the installed component, including PATH for all separate delegate components that are utilized by the main installed component, if any.
buildComponentPath() - Method in class org.apache.uima.pear.tools.PackageBrowser
Creates a string that should be added to the PATH to run the given installed component, based on the PEAR package defaults and its installation descriptor specifications.
buildComponentPath(boolean) - Method in class org.apache.uima.pear.tools.PackageBrowser
Creates a string that should be added to the PATH to run the given installed component, based on the PEAR package defaults and its installation descriptor specifications.
buildComponentRuntimeClassPath() - Method in class org.apache.uima.pear.tools.PackageBrowser
Like PackageBrowser.buildComponentClassPath(), but without all jars from the lib dir.
buildFromXMLElement(Element, XMLParser) - Method in interface org.apache.uima.util.XMLizable
Initializes this object from its XML DOM representation.
buildFromXMLElement(Element, XMLParser, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLizable
Initializes this object from its XML DOM representation.
buildListOfEnvVars(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string that contains the list of environment variables settings (in the JVM '-Dname=value' format) included in a given installation descriptor object.
buildListOfNetworkParams(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string that contains network parameters (in the JVM '-Dname=value' format) specified in a given installation descriptor object.
buildObject(Element) - Method in interface org.apache.uima.util.XMLParser
Builds an object from its XML DOM representation.
buildObject(Element, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Builds an object from its XML DOM representation.
buildObjectOrPrimitive(Element, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Builds an object from its XML DOM representation.
buildTableOfEnvVars(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a Properties table that contains (name, value) pairs of environment variables settings for a given installation descriptor object.
buildTableOfEnvVars() - Method in class org.apache.uima.pear.tools.InstallationController
Builds Properties table of required environment variables for the installed component, including environment variables for all separate delegate components that are utilized by the main installed component, if any.
buildUIMAClassPath(String) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a string that should be added to the CLASSPATH environment variable for UIMA framework.
ByteArray - Class in org.apache.uima.jcas.cas
JCas class model for ByteArray
ByteArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.ByteArray
Internal - Constructor used by generator
ByteArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.ByteArray
Make a new ByteArray of given size
ByteArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS ByteArray_Type
ByteArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.ByteArray_Type
 
ByteArrayFS - Interface in org.apache.uima.cas
Byte array interface.
BYTES - Static variable in interface org.apache.uima.util.Progress
The predefined unit type "bytes".

C

callBatchProcessComplete() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStub
Performs service call to inform the AnalysisEngine that the processing of a batch has been completed.
callCollectionProcessComplete() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStub
Performs service call to inform the AnalysisEngine that the processing of a collection has been completed.
callGetMetaData() - Method in interface org.apache.uima.resource.ResourceServiceStub
Performs service call to retreive resource meta data.
callProcess(CAS) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineServiceStub
Performs service call to process an entity.
CANNOT_CLONE_SOFA - Static variable in exception org.apache.uima.cas.CASRuntimeException
SofaFS may not be cloned.
CANNOT_SET_CAS_MANAGER - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: ResourceManager.setCasManager was called after the CAS Manager had already been set.
CANONICAL_LANG_SEPARATOR - Static variable in class org.apache.uima.cas.text.Language
 
CANT_CREATE_BUILTIN_FS - Static variable in exception org.apache.uima.cas.CASException
The feature structure of type {0} cannot be created.
Capability - Interface in org.apache.uima.resource.metadata
A Capability defines an operation that an Resource can carry out.
CapabilityLanguageFlow - Interface in org.apache.uima.analysis_engine.metadata
A CapabilityLanguageFlow is a simple type of FlowConstraints that specifies the complete flow as a capabilityLanguage sequence.
CAS - Interface in org.apache.uima.cas
Object-oriented CAS (Common Analysis System) API.
CAS_CONSUMER_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
CAS Consumer
CAS_CONSUMER_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
CAS_INITIAL_HEAP_SIZE - Static variable in class org.apache.uima.UIMAFramework
Key to be used in the Properties object returned by UIMAFramework.getDefaultPerformanceTuningProperties().
CAS_INITIALIZER_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
CAS Initializer
CAS_INITIALIZER_DESC_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
CAS_MISMATCH - Static variable in exception org.apache.uima.cas.CASRuntimeException
Mismatched CAS "{0}".
CAS_MULTIPLIER_NOT_SUPPORTED - Static variable in exception org.apache.uima.UIMA_UnsupportedOperationException
Message key for a standard UIMA exception message: "The Flow class {0} does not support the production of new CASes in the middle of the flow and so cannot be deployed in an Aggregate AnalysisEngine that includes a CAS Multiplier component."
CAS_PROCESSOR_INITIALIZE_FAILED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Initialization of CAS Processor with name "{0}" failed.
CAS_RELEASED_TO_WRONG_CAS_MANAGER - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: CasManager.release(CAS) was called with a CAS that does not belong to this CasManager.
CASAdminException - Exception in org.apache.uima.cas.admin
Exception class for package org.apache.uima.cas.admin.
CASAdminException(int) - Constructor for exception org.apache.uima.cas.admin.CASAdminException
Create a new CASAdminException
CasAnnotator_ImplBase - Class in org.apache.uima.analysis_component
Base class to be extended by Annotators that use the CAS interface.
CasAnnotator_ImplBase() - Constructor for class org.apache.uima.analysis_component.CasAnnotator_ImplBase
 
CasConsumer - Interface in org.apache.uima.collection
Any component that operates on analysis results produced by a UIMA analysis engine.
CasConsumer_ImplBase - Class in org.apache.uima.collection
Base class for CAS Consumers in UIMA SDK v1.x, which developers should extend with their own CAS Consumer implementation classes.
CasConsumer_ImplBase() - Constructor for class org.apache.uima.collection.CasConsumer_ImplBase
 
casConsumerDescFilePath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
CasConsumerDescription - Interface in org.apache.uima.collection
An CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.
CasCopier - Class in org.apache.uima.util
Utility class for doing deep copies of FeatureStructures from one CAS to another.
CasCopier(CAS, CAS) - Constructor for class org.apache.uima.util.CasCopier
Creates a new CasCopier that can be used to copy FeatureStructures from one CAS to another.
CasCreationUtils - Class in org.apache.uima.util
Utilities for creating and setting up CASes.
CasCreationUtils() - Constructor for class org.apache.uima.util.CasCreationUtils
 
CasData - Interface in org.apache.uima.cas_data
Interface for directly accessing and manipulating the data in the Common Analysis Structure.
CasDataCollectionReader - Interface in org.apache.uima.collection.base_cpm
A CasDataCollectionReader is used to iterate over the elements of a Collection.
CasDataCollectionReader_ImplBase - Class in org.apache.uima.collection.base_cpm
Base class from which to extend when writing Collection Readers that use the CasData interface to access the CAS.
CasDataCollectionReader_ImplBase() - Constructor for class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
 
CasDataConsumer - Interface in org.apache.uima.collection.base_cpm
Any component that operates on analysis results produced by a UIMA CasDataProcessor.
CasDataConsumer_ImplBase - Class in org.apache.uima.collection.base_cpm
Base class from which to extend when writing CAS Consumers that use the CasData interface to access the CAS.
CasDataConsumer_ImplBase() - Constructor for class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
 
CasDataInitializer - Interface in org.apache.uima.collection.base_cpm
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CasDataInitializer_ImplBase - Class in org.apache.uima.collection.base_cpm
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CasDataInitializer_ImplBase() - Constructor for class org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase
Deprecated.  
CasDataProcessor - Interface in org.apache.uima.collection.base_cpm
Interface for CAS processors that want to interact directly with the CasData.
CasDataStatusCallbackListener - Interface in org.apache.uima.collection.base_cpm
Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
CasDefinition - Class in org.apache.uima.resource
Encapsulates information that defines how to create a CAS.
CasDefinition(TypeSystemDescription, TypePriorities, FsIndexDescription[], ResourceManager, Properties) - Constructor for class org.apache.uima.resource.CasDefinition
 
CasDefinition(Collection<? extends ProcessingResourceMetaData>, ResourceManager) - Constructor for class org.apache.uima.resource.CasDefinition
 
CASException - Exception in org.apache.uima.cas
Exception class for package org.apache.uima.cas.
CASException() - Constructor for exception org.apache.uima.cas.CASException
 
CASException(String, Object[], Throwable) - Constructor for exception org.apache.uima.cas.CASException
 
CASException(String, Object[]) - Constructor for exception org.apache.uima.cas.CASException
 
CASException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.cas.CASException
 
CASException(String, String, Object[]) - Constructor for exception org.apache.uima.cas.CASException
 
CASException(Throwable) - Constructor for exception org.apache.uima.cas.CASException
 
CASFactory - Class in org.apache.uima.cas.admin
Factory class to create CASMgr objects.
CASFactory() - Constructor for class org.apache.uima.cas.admin.CASFactory
 
CasFlow_ImplBase - Class in org.apache.uima.flow
Convenience base class for Flow objects that use the CAS interface.
CasFlow_ImplBase() - Constructor for class org.apache.uima.flow.CasFlow_ImplBase
 
CasFlowController_ImplBase - Class in org.apache.uima.flow
Base class to be extended by FlowControllers that use the CAS interface.
CasFlowController_ImplBase() - Constructor for class org.apache.uima.flow.CasFlowController_ImplBase
 
casImpl - Variable in class org.apache.uima.jcas.cas.TOP_Type
ref to CAS for faster getters/setters
CasInitializer - Interface in org.apache.uima.collection
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CasInitializer_ImplBase - Class in org.apache.uima.collection
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CasInitializer_ImplBase() - Constructor for class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated.  
casInitializerDescFilePath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
CasInitializerDescription - Interface in org.apache.uima.collection
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
CasIterator - Interface in org.apache.uima.analysis_engine
An iterator over a collection of CASes.
CasManager - Interface in org.apache.uima.resource
Manages creation and pooling of CAS instances within an AnalysisEngine.
CASMgr - Interface in org.apache.uima.cas.admin
Class comment for CASMgr.java goes here.
CasMultiplier_ImplBase - Class in org.apache.uima.analysis_component
Base class to be extended by CAS Multipliers that use the CAS interface.
CasMultiplier_ImplBase() - Constructor for class org.apache.uima.analysis_component.CasMultiplier_ImplBase
 
CasObjectProcessor - Interface in org.apache.uima.collection.base_cpm
Interface for CAS Processors that want to use the full CAS implementation.
CasOwner - Interface in org.apache.uima.cas
Represents the "owner" of a CAS.
CasPool - Class in org.apache.uima.util
This class represents a simple pool of CAS instances.
CasPool(int, Collection<? extends ProcessingResourceMetaData>, Properties, ResourceManager) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool
CasPool(int, AnalysisEngine) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool
CasPool(int, ProcessingResourceMetaData) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool
CasPool(int, ProcessingResourceMetaData, ResourceManager) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool
CasPool(int, CasDefinition, Properties) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool.
CasPool(int, CasManager, Properties) - Constructor for class org.apache.uima.util.CasPool
Creates a new CasPool
CasPoolManagement - Interface in org.apache.uima.util
Management interface to a CasPool.
CasProcessor - Interface in org.apache.uima.collection.base_cpm
Base interface for a component that can process a CAS.
CasProcessorConfigurationParameterSettings - Interface in org.apache.uima.collection.metadata
Contains configuration parameter settings for a CAS Processor.
CasProcessorDeploymentParam - Interface in org.apache.uima.collection.metadata
An object that holds configuration information used for bulding CPE Descriptor.
CasProcessorDeploymentParams - Interface in org.apache.uima.collection.metadata
An object that contains all CasProcessorDeploymentParam instances.
CasProcessorErrorHandling - Interface in org.apache.uima.collection.metadata
An object to contains configuration specific to error handling applicable to every CasProcossor.
CasProcessorErrorRateThreshold - Interface in org.apache.uima.collection.metadata
An object to contains configuration specific to error handling applicable to every CasProcessor.
CasProcessorExecArg - Interface in org.apache.uima.collection.metadata
An object containing an arbitrary value that will passed to a program launched by the CPE.
CasProcessorExecArgs - Interface in org.apache.uima.collection.metadata
An object containing all CasProcessorExecArg instances.
CasProcessorExecutable - Interface in org.apache.uima.collection.metadata
An object containing configuration for a program that the CPE will use to launch CasProcessor.
CasProcessorFilter - Interface in org.apache.uima.collection.metadata
Object containing a filter expression used by the CPE to route CAS's to CasProcessor.
CasProcessorMaxRestarts - Interface in org.apache.uima.collection.metadata
An object that holds configuration related to handling max restarts for CasProcessors.
CasProcessorRunInSeperateProcess - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CasProcessorRuntimeEnvParam - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CasProcessorTimeout - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CASRuntimeException - Exception in org.apache.uima.cas
Runtime exception class for package org.apache.uima.cas.
CASRuntimeException() - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(String) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(String, Object[], Throwable) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(String, Object[]) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(String, String, Object[]) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
CASRuntimeException(Throwable) - Constructor for exception org.apache.uima.cas.CASRuntimeException
 
casTagName - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
CasToInlineXml - Class in org.apache.uima.util
Generates an inline XML representation of a CAS.
CasToInlineXml() - Constructor for class org.apache.uima.util.CasToInlineXml
 
casType - Variable in class org.apache.uima.jcas.cas.TOP_Type
the Cas Type associated with this Java Cas Model class
casTypeCode - Variable in class org.apache.uima.jcas.cas.TOP_Type
 
CDATA_SECTION_BEG - Static variable in class org.apache.uima.pear.util.XMLUtil
 
CDATA_SECTION_END - Static variable in class org.apache.uima.pear.util.XMLUtil
 
characters(char[], int, int) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Receives notification of character data inside an element.
checkArrayBounds(int, int) - Method in interface org.apache.uima.jcas.JCas
Internal Use.
checkPackageConfig(Properties, InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.LocalInstallationAgent
Checks that a specified PEAR configuration corresponds to a given installation descriptor.
checkType(int) - Method in class org.apache.uima.jcas.cas.TOP_Type
 
CHILD_INDEX_OOB - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error accessing child node in tree, index out of range.
CIRCULAR_AE_IMPORT - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: Cycle found in imports.
CLASS_NOT_FOUND - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The Resource class {0} could not be found."
CLASSPATH_VAR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
cleanUpDirectoryContent(File) - Static method in class org.apache.uima.pear.util.FileUtil
Deletes all files and subdirectories in a given directory.
cleanUpDirectoryFiles(File) - Static method in class org.apache.uima.pear.util.FileUtil
Deletes all files in a given directory.
cleanUpDirectoryFiles(File, int) - Static method in class org.apache.uima.pear.util.FileUtil
Cleans-up a given directory by keeping the number of files within a given limit.
clear() - Method in interface org.apache.uima.util.ProcessTrace
Resets this ProcessTrace by removing all events.
clearDelegateComponents() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all specified delegate components.
clearFrameworkSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all Framework specifications.
clearIdMap() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Clears the ID mapping information that was populated in previous serializations or deserializations.
clearInstallationActions() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all specified installation actions.
clearOSSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all OS specifications.
clearToolkitsSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all Toolkits specifications.
clone() - Method in interface org.apache.uima.analysis_engine.ResultSpecification
create a copy of the current object.
clone() - Method in interface org.apache.uima.cas.FeatureStructure
Creates a copy of this feature structure.
clone() - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Creates a clone of this MetaDataObject.
clone() - Method in class org.apache.uima.util.ProgressImpl
 
close() - Method in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
Closes this CollectionReader, after which it may no longer be used.
close() - Method in class org.apache.uima.util.LoggerPrintStream
 
close() - Method in class org.apache.uima.util.XMLInputSource
Closes the underlying InputStream.
COLLECTION_ITERATOR_DESC_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
COLLECTION_READER_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
Collection Reader
COLLECTION_READER_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
CollectionException - Exception in org.apache.uima.collection
Thrown to indicate that there is a problem with some aspect of a Collection.
CollectionException() - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with a null message.
CollectionException(Throwable) - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with the specified cause and a null message.
CollectionException(String, String, Object[]) - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with a the specified message.
CollectionException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with the specified message and cause.
CollectionException(String, Object[]) - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
CollectionException(String, Object[], Throwable) - Constructor for exception org.apache.uima.collection.CollectionException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
collectionProcessComplete() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Notifies this AnalysisComponent that processing of an entire collection has been completed.
collectionProcessComplete() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
 
collectionProcessComplete() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Notifies this AnalysisEngine that processing of an entire collection has completed.
collectionProcessComplete() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the processing of an entire collection has completed.
collectionProcessComplete(ProcessTrace) - Method in interface org.apache.uima.collection.base_cpm.CasDataConsumer
Completes the processing of an entire collection.
collectionProcessComplete(ProcessTrace) - Method in interface org.apache.uima.collection.base_cpm.CasProcessor
Completes the processing of an entire collection.
collectionProcessComplete(ProcessTrace) - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
collectionProcessComplete() - Method in interface org.apache.uima.flow.FlowController
Notifies this component that processing of an entire collection has been completed.
collectionProcessComplete() - Method in class org.apache.uima.flow.FlowController_ImplBase
 
collectionProcessComplete() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
collectionProcessComplete() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
collectionProcessComplete() - Method in class org.apache.uima.uimacpp.UimacppEngine
CasConsumer collectionProcessComplete
CollectionProcessingEngine - Interface in org.apache.uima.collection
A CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-level results.
CollectionProcessingManager - Interface in org.apache.uima.collection
A CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts.
CollectionReader - Interface in org.apache.uima.collection
A CollectionReader is used to iterate over the elements of a Collection.
CollectionReader_ImplBase - Class in org.apache.uima.collection
Base class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.
CollectionReader_ImplBase() - Constructor for class org.apache.uima.collection.CollectionReader_ImplBase
 
CollectionReaderDescription - Interface in org.apache.uima.collection
An CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.
collIteratorDescFilePath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
command - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
 
comments - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ArgInfo
 
COMMENTS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
commit() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Commit this repository instance.
commit() - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Commit the type system.
CommonArray_Type - Class in org.apache.uima.jcas.cas
 
CommonArray_Type() - Constructor for class org.apache.uima.jcas.cas.CommonArray_Type
 
CommonArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.CommonArray_Type
 
CommonArrayFS - Interface in org.apache.uima.cas
Common parts of the Array interfaces.
COMP_ROOT_PREFIX - Static variable in class org.apache.uima.pear.tools.LocalInstallationAgent
 
COMP_ROOT_SUFFIX - Static variable in class org.apache.uima.pear.tools.LocalInstallationAgent
 
compare(FeatureStructure, FeatureStructure) - Method in interface org.apache.uima.cas.FSIndex
Compare two feature structures according to the ordering relation of the index.
compare(File, File) - Method in class org.apache.uima.pear.util.FileUtil.FileTimeComparator
 
compile(TypeSystem) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Deprecated. as of 2.2.2 Now called automatically internally when needed
componentIdRootRegExp(String, String) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Builds $component_id$ regular expression string for a given component ID and a given 'suffix' string.
ComponentInfo - Interface in org.apache.uima.cas
Information that a CAS needs to know about the component that's currently operating on it.
CompositeResourceFactory - Interface in org.apache.uima
A type of ResourceFactory that produces resources by delegating to other Resource Factories.
computeFlow(AbstractCas) - Method in class org.apache.uima.flow.CasFlowController_ImplBase
Overriden to check that aCAS is an instanceof CAS.
computeFlow(CAS) - Method in class org.apache.uima.flow.CasFlowController_ImplBase
This method must be overriden by subclasses.
computeFlow(AbstractCas) - Method in interface org.apache.uima.flow.FlowController
Invokes this FlowController on a CAS.
computeFlow(AbstractCas) - Method in class org.apache.uima.flow.JCasFlowController_ImplBase
Overriden to check that aCAS is an instanceof JCas.
computeFlow(JCas) - Method in class org.apache.uima.flow.JCasFlowController_ImplBase
This method must be overriden by subclasses.
computeRelativePath(File, File) - Static method in class org.apache.uima.pear.util.FileUtil
Computes relative path to a given file from a given reference directory, if both the reference directory and the file are in the same logical file system (partition).
CONFIG - Static variable in class org.apache.uima.util.Level
message level "CONFIG"
CONFIG_INT - Static variable in class org.apache.uima.util.Level
level value for level "CONFIG"
CONFIG_SETTING_ABSENT - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: Configuration setting for {0} is absent
CONFIG_SETTING_ABSENT - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Configuration setting for {0} is absent
ConfigurableDataResourceSpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that locates a resource file using its URL.
ConfigurableResource - Interface in org.apache.uima.resource
A Resource that has configuration parameters that can be changed after the Resource has been instantiated.
ConfigurableResource_ImplBase - Class in org.apache.uima.resource
Implementation base class for ConfigurableResources.
ConfigurableResource_ImplBase() - Constructor for class org.apache.uima.resource.ConfigurableResource_ImplBase
 
CONFIGURATION_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
ConfigurationGroup - Interface in org.apache.uima.resource.metadata
A group of ConfigurationParameters.
ConfigurationManager - Interface in org.apache.uima.resource
Manages the configuration parameters of all components within a possibly aggregate Resource.
ConfigurationParameter - Interface in org.apache.uima.resource.metadata
Completely specifies a configuration parameter on a UIMA resource.
ConfigurationParameterDeclarations - Interface in org.apache.uima.resource.metadata
The declarations of configuration parameters in a Resource.
ConfigurationParameterSettings - Interface in org.apache.uima.resource.metadata
The values for ConfigurationParameters in a Resource.
configureResourceManager(String, String) - Static method in class org.apache.uima.uimacpp.UimacppEngine
Configure the TAF Resource Manager.
Constants - Class in org.apache.uima
Some constants used by the UIMA framework.
Constants() - Constructor for class org.apache.uima.Constants
 
ConstraintFactory - Class in org.apache.uima.cas
Methods to create FSMatchConstraints for filtered iterators or other use.
ConstraintFactory() - Constructor for class org.apache.uima.cas.ConstraintFactory
 
ConsumerCasUtils - Class in org.apache.uima.util
 
ConsumerCasUtils() - Constructor for class org.apache.uima.util.ConsumerCasUtils
 
contains(FeatureStructure) - Method in interface org.apache.uima.cas.FSIndex
Check if the index contains an element equal to the given feature structure according to the ordering of the index.
containsFeature(String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Determines whether this ResultSpecification contains the specified Feature for the language x-unspecified.
containsFeature(String, String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Determines whether this ResultSpecification contains the specified Feature for the specified language.
containsType(String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Determines whether this ResultSpecification contains the specified Type for the language x-unspecified.
containsType(String, String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Determines whether this ResultSpecification contains the specified Type for the specified language.
CONTENT_ATTR_NAME - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
continueOnFailure(String, Exception) - Method in class org.apache.uima.flow.CasFlow_ImplBase
By default, returns false, indicating that processing cannot continue after a failure.
continueOnFailure(String, Exception) - Method in interface org.apache.uima.flow.Flow
May be called by the framework to ask the FlowController if processing of the CAS can continue after a failure occurred while executing the last Step that the Flow Controller returned.
continueOnFailure(String, Exception) - Method in class org.apache.uima.flow.JCasFlow_ImplBase
By default, returns false, indicating that processing cannot continue after a failure.
convertData2TypeSystem(CasData) - Static method in class org.apache.uima.util.CasCreationUtils
Extracts a TypeSystem definition from a CasData.
copy() - Method in interface org.apache.uima.cas.FSIterator
Copy this iterator.
copyCas(CAS, CAS, boolean) - Static method in class org.apache.uima.util.CasCopier
Does a complete deep copy of one CAS into another CAS.
copyCasView(CAS, boolean) - Method in class org.apache.uima.util.CasCopier
Does a deep copy of the contents of one CAS View into another CAS.
copyFile(File, File) - Static method in class org.apache.uima.pear.util.FileUtil
Copies the content of a given source file to a given destination file.
copyFile(URL, File) - Static method in class org.apache.uima.pear.util.FileUtil
Copies the content of a given remote source file to a given destination file.
copyFile(File, File) - Static method in class org.apache.uima.util.FileUtils
Copy file file to location dir.
copyFromArray(FeatureStructure[], int, int, int) - Method in interface org.apache.uima.cas.ArrayFS
Copy the contents of an external array into this array.
copyFromArray(boolean[], int, int, int) - Method in interface org.apache.uima.cas.BooleanArrayFS
Copy the contents of an external array into this array.
copyFromArray(byte[], int, int, int) - Method in interface org.apache.uima.cas.ByteArrayFS
Copy the contents of an external array into this array.
copyFromArray(String[], int, int, int) - Method in interface org.apache.uima.cas.CommonArrayFS
Copy the contents of an external string array into this array.
copyFromArray(double[], int, int, int) - Method in interface org.apache.uima.cas.DoubleArrayFS
Copy the contents of an external array into this array.
copyFromArray(float[], int, int, int) - Method in interface org.apache.uima.cas.FloatArrayFS
Copy the contents of an external array into this array.
copyFromArray(int[], int, int, int) - Method in interface org.apache.uima.cas.IntArrayFS
Copy the contents of an external array into this array.
copyFromArray(long[], int, int, int) - Method in interface org.apache.uima.cas.LongArrayFS
Copy the contents of an external array into this array.
copyFromArray(short[], int, int, int) - Method in interface org.apache.uima.cas.ShortArrayFS
Copy the contents of an external array into this array.
copyFromArray(String[], int, int, int) - Method in interface org.apache.uima.cas.StringArrayFS
Copy the contents of an external array into this array.
copyFromArray(boolean[], int, int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
copyFromArray(int, boolean[], int, int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
 
copyFromArray(byte[], int, int, int) - Method in class org.apache.uima.jcas.cas.ByteArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.ByteArray
 
copyFromArray(int, byte[], int, int, int) - Method in class org.apache.uima.jcas.cas.ByteArray_Type
 
copyFromArray(double[], int, int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
copyFromArray(int, double[], int, int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
 
copyFromArray(float[], int, int, int) - Method in class org.apache.uima.jcas.cas.FloatArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.FloatArray
 
copyFromArray(int, float[], int, int, int) - Method in class org.apache.uima.jcas.cas.FloatArray_Type
 
copyFromArray(FeatureStructure[], int, int, int) - Method in class org.apache.uima.jcas.cas.FSArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.FSArray
 
copyFromArray(int, FeatureStructure[], int, int, int) - Method in class org.apache.uima.jcas.cas.FSArray_Type
 
copyFromArray(int[], int, int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray
 
copyFromArray(int, int[], int, int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
 
copyFromArray(long[], int, int, int) - Method in class org.apache.uima.jcas.cas.LongArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.LongArray
 
copyFromArray(int, long[], int, int, int) - Method in class org.apache.uima.jcas.cas.LongArray_Type
 
copyFromArray(short[], int, int, int) - Method in class org.apache.uima.jcas.cas.ShortArray
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.ShortArray
 
copyFromArray(int, short[], int, int, int) - Method in class org.apache.uima.jcas.cas.ShortArray_Type
 
copyFromArray(String[], int, int, int) - Method in class org.apache.uima.jcas.cas.StringArray
 
copyFromArray(int, String[], int, int, int) - Method in class org.apache.uima.jcas.cas.StringArray_Type
 
copyFs(FeatureStructure) - Method in class org.apache.uima.util.CasCopier
Copies an FS from the source CAS to the destination CAS.
copyToArray(int, FeatureStructure[], int, int) - Method in interface org.apache.uima.cas.ArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, boolean[], int, int) - Method in interface org.apache.uima.cas.BooleanArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, byte[], int, int) - Method in interface org.apache.uima.cas.ByteArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, String[], int, int) - Method in interface org.apache.uima.cas.CommonArrayFS
Copy the contents of the array to an external string array.
copyToArray(int, double[], int, int) - Method in interface org.apache.uima.cas.DoubleArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, float[], int, int) - Method in interface org.apache.uima.cas.FloatArrayFS
Copy the contents of the array to an external array.
copyToArray(int, int[], int, int) - Method in interface org.apache.uima.cas.IntArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, long[], int, int) - Method in interface org.apache.uima.cas.LongArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, short[], int, int) - Method in interface org.apache.uima.cas.ShortArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, String[], int, int) - Method in interface org.apache.uima.cas.StringArrayFS
Copy the contents of the array from start to end to the destination destArray with destination offset destOffset.
copyToArray(int, boolean[], int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
copyToArray(int, int, boolean[], int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
 
copyToArray(int, byte[], int, int) - Method in class org.apache.uima.jcas.cas.ByteArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.ByteArray
 
copyToArray(int, int, byte[], int, int) - Method in class org.apache.uima.jcas.cas.ByteArray_Type
 
copyToArray(int, double[], int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
copyToArray(int, int, double[], int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
 
copyToArray(int, float[], int, int) - Method in class org.apache.uima.jcas.cas.FloatArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.FloatArray
 
copyToArray(int, int, float[], int, int) - Method in class org.apache.uima.jcas.cas.FloatArray_Type
 
copyToArray(int, FeatureStructure[], int, int) - Method in class org.apache.uima.jcas.cas.FSArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.FSArray
 
copyToArray(int, int, FeatureStructure[], int, int) - Method in class org.apache.uima.jcas.cas.FSArray_Type
 
copyToArray(int, int[], int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray
 
copyToArray(int, int, int[], int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
 
copyToArray(int, long[], int, int) - Method in class org.apache.uima.jcas.cas.LongArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.LongArray
 
copyToArray(int, int, long[], int, int) - Method in class org.apache.uima.jcas.cas.LongArray_Type
 
copyToArray(int, short[], int, int) - Method in class org.apache.uima.jcas.cas.ShortArray
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.ShortArray
 
copyToArray(int, int, short[], int, int) - Method in class org.apache.uima.jcas.cas.ShortArray_Type
 
copyToArray(int, String[], int, int) - Method in class org.apache.uima.jcas.cas.StringArray
 
copyToArray(int, int, String[], int, int) - Method in class org.apache.uima.jcas.cas.StringArray_Type
 
COULD_NOT_ACCESS_DATA - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Could not access the resource data at {0}."
COULD_NOT_CREATE_FRAMEWORK - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: "The UIMA framework implementation (class {0}) could not be created."
COULD_NOT_INSTANTIATE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Could not instantiate class {0}."
COULD_NOT_INSTANTIATE_ANNOTATOR - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Could not instantiate Annotator class "{0}".
COULD_NOT_INSTANTIATE_XMLIZABLE - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: "The XML parser was configured to instantiate class {0}, but that class is not able to be instantiated."
countStdChannelListeners() - Method in class org.apache.uima.pear.util.MessageRouter
 
countWords(String) - Static method in class org.apache.uima.pear.util.StringUtil
 
CPE_CONFIGURATION_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
CPE Configuration
CpeCasProcessor - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeCasProcessors - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeCheckpoint - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeCollectionReader - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeCollectionReaderCasInitializer - Interface in org.apache.uima.collection.metadata
Deprecated. As of v2.0 CAS Initializers are deprecated.
CpeCollectionReaderIterator - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeComponentDescriptor - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeConfiguration - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeDescription - Interface in org.apache.uima.collection.metadata
Java representation of a Collection Processing Engine (CPE) XML descriptor.
CpeDescriptorException - Exception in org.apache.uima.collection.metadata
 
CpeDescriptorException(String) - Constructor for exception org.apache.uima.collection.metadata.CpeDescriptorException
 
CpeDescriptorFactory - Class in org.apache.uima.collection.impl.metadata.cpe
Factory class for creating CpeDescriptors and their constituent objects.
CpeDescriptorFactory() - Constructor for class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
CpeInclude - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeIntegratedCasProcessor - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeLocalCasProcessor - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeRemoteCasProcessor - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeResourceManagerConfiguration - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
CpeSofaMapping - Interface in org.apache.uima.collection.metadata
 
CpeSofaMappings - Interface in org.apache.uima.collection.metadata
 
CpeTimer - Interface in org.apache.uima.collection.metadata
 
CPMChunkTimeoutException - Exception in org.apache.uima.collection.impl.cpm.engine
 
CPMChunkTimeoutException(long, String, String) - Constructor for exception org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
 
CPP_FRAMEWORK_NAME - Static variable in class org.apache.uima.Constants
Name of the UIMA C++ framework, to be used in <frameworkImplementation> element of descriptors.
CppUimajEngine - Class in org.apache.uima.uimacpp
 
CppUimajEngine() - Constructor for class org.apache.uima.uimacpp.CppUimajEngine
 
createAllowedValue() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an AllowedValue.
createAnalysisEngineDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a AnalysisEngineDescription.
createAnalysisEngineMetaData() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a AnalysisEngineMetaData.
createAnnotation(Type, int, int) - Method in interface org.apache.uima.cas.CAS
Create a new annotation.
createArg() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new feature structure array.
createBooleanArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new Boolean array.
createBooleanConstraint() - Method in class org.apache.uima.cas.ConstraintFactory
Create a new boolean constraint.
createByteArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new Byte array.
createCapability() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a Capability.
createCapabilityLanguageFlow() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a CapabilityLanguageFlow.
createCAS() - Static method in class org.apache.uima.cas.admin.CASFactory
Create a new CASMgr object.
createCAS(int) - Static method in class org.apache.uima.cas.admin.CASFactory
Create a new CASMgr object.
createCAS(int, boolean) - Static method in class org.apache.uima.cas.admin.CASFactory
 
createCAS(int, TypeSystem) - Static method in class org.apache.uima.cas.admin.CASFactory
Create a new CASMgr object from a give type system.
createCAS(int, TypeSystem, boolean) - Static method in class org.apache.uima.cas.admin.CASFactory
 
createCAS(TypeSystem) - Static method in class org.apache.uima.cas.admin.CASFactory
Create a new CASMgr object from a give type system.
createCAS(TypeSystem, boolean) - Static method in class org.apache.uima.cas.admin.CASFactory
 
createCas(AnalysisEngineMetaData) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance.
createCas(ProcessingResourceMetaData) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance.
createCas(AnalysisEngineDescription) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for an Analysis Engine.
createCas(AnalysisEngineDescription, Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for an Analysis Engine.
createCas(Collection<? extends MetaDataObject>) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for a collection of CAS Processors.
createCas(Collection<? extends MetaDataObject>, Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for a collection of CAS Processors.
createCas(Collection<? extends MetaDataObject>, Properties, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for a collection of CAS Processors.
createCas(TypeSystemDescription, TypePriorities, FsIndexDescription[]) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance.
createCas(TypeSystemDescription, TypePriorities, FsIndexDescription[], Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance.
createCas(TypeSystemDescription, TypePriorities, FsIndexDescription[], Properties, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance.
createCas(Collection<? extends MetaDataObject>, TypeSystem, Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for a collection of CAS Processors, which.
createCas(Collection<? extends MetaDataObject>, TypeSystem, Properties, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance for a collection of CAS Processors, which.
createCas(TypeSystem, TypePriorities, FsIndexDescription[], Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance that reuses an existing type system.
createCas(TypeSystem, TypePriorities, FsIndexDescription[], Properties, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Creates a new CAS instance that reuses an existing type system.
createCas(CasDefinition, Properties) - Static method in class org.apache.uima.util.CasCreationUtils
Create a CAS from a CAS Definition.
createCas(CasDefinition, Properties, TypeSystem) - Static method in class org.apache.uima.util.CasCreationUtils
Create a CAS from a CAS Definition, but reuse the provided TypeSystem object.
createCasConsumerDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a CasConsumerDescription.
createCasInitializer() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCasProcessors() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCheckpoint() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createChild(String, Map<String, String>) - Method in interface org.apache.uima.UimaContextAdmin
Creates a UimaContext that is a child of this UimaContext.
createCollectionIterator() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCollectionReader() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCollectionReaderDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a CollectionReaderDescription.
createComparator() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Create a new comparator to define a new index.
createConfigurationGroup() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ConfigurationGroup.
createConfigurationParameter() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ConfigurationParameter.
createConfigurationParameterDeclarations() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ConfigurationParameterDeclarations.
createConfigurationParameterSettings() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ConfigurationParameterSettings.
createContext(String, ResourceMetaData) - Method in interface org.apache.uima.resource.ConfigurationManager
Creates and sets up a new configuration parameter context.
createCpeConfig() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCpeDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createCustomResourceSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a CustomResourceSpecifier.
createDeploymentParameters() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createDescriptor() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createDirList(File) - Static method in class org.apache.uima.pear.util.FileUtil
Creates list of subdirectories in a given root directory, including all its subdirectories.
createDirList(File, boolean) - Static method in class org.apache.uima.pear.util.FileUtil
Creates list of subdirectories in a given root directory.
createDirList(JarFile) - Static method in class org.apache.uima.pear.util.FileUtil
Creates a list of directories in a given archive (JAR) file.
createDoubleArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new Double array.
createEnv() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createErrorHandling() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createExec() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createExternalResourceBinding() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an ExternalResourceBinding.
createExternalResourceDependency() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an ExternalResourceDependency.
createExternalResourceDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an ExternalResourceDescription.
createFeatureDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FeatureDescription.
createFeaturePath() - Method in interface org.apache.uima.cas.CAS
Create a feature path.
createFeaturePath() - Method in interface org.apache.uima.jcas.JCas
Create a feature path.
createFeatureValuePath(String) - Method in interface org.apache.uima.cas.CAS
Create a feature-value path from a string.
createFeatureValuePath(String) - Method in interface org.apache.uima.jcas.JCas
Create a feature-value path from a string.
createFileLanguageResourceSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FileLanguageResourceSpecifier.
createFileList(File) - Static method in class org.apache.uima.pear.util.FileUtil
Creates list of files in a given directory, including all its subdirectories.
createFileList(File, boolean) - Static method in class org.apache.uima.pear.util.FileUtil
Creates list of files in a given directory.
createFileList(JarFile) - Static method in class org.apache.uima.pear.util.FileUtil
Creates a list of files in a given archive (JAR) file.
createFileResourceSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FileResourceSpecifier.
createFilteredIterator(FSIterator<T>, FSMatchConstraint) - Method in interface org.apache.uima.cas.CAS
Create an iterator over structures satisfying a given constraint.
createFilteredIterator(FSIterator<T>, FSMatchConstraint) - Method in interface org.apache.uima.jcas.JCas
Create an iterator over structures satisfying a given constraint.
createFixedFlow() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FixedFlow.
createFloatArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new int array.
createFloatConstraint() - Method in class org.apache.uima.cas.ConstraintFactory
Create a new float constraint.
createFlowControllerDeclaration() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FlowControllerDeclaration
createFlowControllerDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a FlowControllerDescription
createFS(Type) - Method in interface org.apache.uima.cas.CAS
Create a new FeatureStructure.
createFsIndexCollection() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an FsIndexCollection.
createFsIndexDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an FsIndexDescription.
createFsIndexKeyDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an FsIndexKeyDescription.
createImport() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an Import
createInclude() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createIndex(FSIndexComparator, String, int) - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Create a new index.
createIndex(FSIndexComparator, String) - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Create a new sorted index.
createInstallDescriptor(String, String, String, String, String, Properties) - Static method in class org.apache.uima.pear.tools.PackageCreator
Creates the installation descriptor with the given information and save it in the metadata folder of the mainComponentDir.
createIntArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new int array.
createIntConstraint() - Method in class org.apache.uima.cas.ConstraintFactory
Create a new int constraint.
createJMSMessagingSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a JMSMessagingSpecifier.
createJTafTAE(String) - Static method in class org.apache.uima.uimacpp.UimacppEngine
create a TAF engine with a config file
createLongArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new Long array.
createMailMessagingSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a MailMessagingSpecifier.
createMarker() - Method in interface org.apache.uima.cas.CAS
Sets a mark and returns the marker object set with the current mark which can be used to query when certain FSs were created.
createMQMessagingSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a MQMessagingSpecifier.
createNameValuePair() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a NameValuePair.
createNewCas(Properties) - Method in interface org.apache.uima.resource.CasManager
Create a new CAS using the CasDefinition stored in this CAS Manager.
createObject(Class) - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an object that implements the given interface.
createOperationalProperties() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an OperationalProperties
createOutputFilter(AnalysisEngineMetaData) - Static method in class org.apache.uima.util.AnalysisEngineUtils
Creates a FSMatchConstraint used when formatting the CAS for output.
createOutputQueue() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createParameter() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a Parameter
createPearPackage(String, String, String) - Static method in class org.apache.uima.pear.tools.PackageCreator
create pear package based on the given information.
createPearSpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a PearSpecifier.
createProcessingResourceMetaData() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ProcessingResourceMetaData.
createResourceManagerConfiguration() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an ResourceManagerConfiguration.
createResourceMetaData() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ResourceMetaData.
createResultSpecification() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
A factory method used to create an instance of ResultSpecification for use with this AnalysisEngine.
createResultSpecification(TypeSystem) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
A factory method used to create an instance of ResultSpecification for use with this AnalysisEngine.
createResultSpecification() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a ResultSpecification.
createRunInSeperateProcess() - Method in interface org.apache.uima.ResourceSpecifierFactory
 
createSAXParser() - Static method in class org.apache.uima.pear.util.XMLUtil
Gets new instance of the SAXParser class and sets standard features.
createShortArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new Short array.
createSimplePrecondition() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a SimplePrecondition.
createSofa(SofaID, String) - Method in interface org.apache.uima.cas.CAS
Deprecated. As of v2.0, use CAS.createView(String) instead.
createSofa(SofaID, String) - Method in interface org.apache.uima.jcas.JCas
Deprecated. As of v2.0, use JCas.createView(String) instead.
createSofaMapping() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a SofaMapping.
createStringArrayFS(int) - Method in interface org.apache.uima.cas.CAS
Create a new String array.
createStringConstraint() - Method in class org.apache.uima.cas.ConstraintFactory
Create a new String constraint.
createTaeDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Deprecated. As of v2.0, ResourceSpecifierFactory.createAnalysisEngineDescription() should be used instead.
createTempDir(File, String) - Static method in class org.apache.uima.util.FileUtils
Create a temporary directory using random numbers as name suffixes.
createTempFile(String, String) - Static method in class org.apache.uima.pear.util.FileUtil
Creates a new empty file in a directory specified by the 'java.io.tmpdir' or the 'user.home' system property, using given prefix and suffix strings to generate its name.
createTempFile(String, String, File) - Static method in class org.apache.uima.util.FileUtils
 
createTypeConstraint() - Method in class org.apache.uima.cas.ConstraintFactory
Create a new type constraint.
createTypeDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a TypeDescription.
createTypeOrFeature() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a TypeOrFeature.
createTypePriorities() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an TypePriorities.
createTypePriorityList() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates an TypePriorityList.
createTypeSortOrder() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Currently not useful.
createTypeSystem() - Static method in class org.apache.uima.cas.admin.CASFactory
Create a new type system that is populated with the built-in CAS types.
createTypeSystemDescription() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a TypeSystemDescription.
createURISpecifier() - Method in interface org.apache.uima.ResourceSpecifierFactory
Creates a URISpecifier.
createView(String) - Method in interface org.apache.uima.cas.CAS
Create a view and its underlying Sofa (subject of analysis).
createView(String) - Method in interface org.apache.uima.jcas.JCas
Create a view and its underlying Sofa (subject of analysis).
CURRENT_VERSION - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
CustomResourceSpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that specifically names the Java class that should be created.
CYCLE_IN_TYPE_ORDER - Static variable in exception org.apache.uima.cas.CASException
The types are added in the wrong sort order.

D

DATA_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
DataResource - Interface in org.apache.uima.resource
DataResource is a simple resource that provides access to data.
DEFAULT_BAG_INDEX - Static variable in interface org.apache.uima.cas.FSIndex
Special indexes used by the framework to implement FSIndexRepository.getAllIndexedFS(Type).
DEFAULT_DOC_TEXT_FEAT - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
DEFAULT_DOC_TYPE_NAME - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
DEFAULT_DYNAMIC_VALIDATION - Static variable in class org.apache.uima.pear.util.XMLUtil
 
DEFAULT_LANGUAGE_NAME - Static variable in interface org.apache.uima.cas.CAS
 
DEFAULT_NAMESPACE_PREFIXES - Static variable in class org.apache.uima.pear.util.XMLUtil
 
DEFAULT_NAMESPACE_URI - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
Namespace URI to use for UIMA types that have no namespace (the "default pacakge" in Java)
DEFAULT_NAMESPACES - Static variable in class org.apache.uima.pear.util.XMLUtil
 
DEFAULT_SCHEMA_FULL_CHECKING - Static variable in class org.apache.uima.pear.util.XMLUtil
 
DEFAULT_SCHEMA_VALIDATION - Static variable in class org.apache.uima.pear.util.XMLUtil
 
DEFAULT_VALIDATION - Static variable in class org.apache.uima.pear.util.XMLUtil
 
defaultInitialContextFactory - Static variable in interface org.apache.uima.resource.JMSMessagingSpecifier
 
DEFINE_CAS_POOL_CALLED_TWICE - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "The method CasManager.defineCasPool() was called twice by the same Analysis Engine ({0)}."
defineCasPool(String, int, Properties) - Method in interface org.apache.uima.resource.CasManager
Defines a CAS pool within this CAS Manager.
defineCasPool(UimaContextAdmin, int, Properties) - Method in interface org.apache.uima.resource.CasManager
Defines the CAS pool required by a particular AnalysisEngine.
defineCasPool(int, Properties, boolean) - Method in interface org.apache.uima.UimaContextAdmin
Defines the CAS pool that this UimaContext must support.
DELEGATE_COMPONENT_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
DELEGATE_ROOT_PREFIX_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
DELEGATE_ROOT_REL_SUFFIX_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
DELEGATE_ROOT_SUFFIX_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
DELEGATE_ROOT_URL_SUFFIX_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
deleteAllFiles(File) - Static method in class org.apache.uima.util.FileUtils
Delete all files in a directory (not recursive).
deleteDelegateComponent(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes a specified delegate component associated with a given component ID.
deleteDirectory(File) - Static method in class org.apache.uima.pear.util.FileUtil
Deletes a given directory, including all its subdirectories and files.
deleteFrameworkSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes a specification defined by given name and value from the set of Framework specifications.
deleteInstallationActions(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes all installation actions associated with a given action name (FIND_AND_REPLACE_PATH_ACT or SET_ENV_VARIABLE_ACT).
deleteInstalledFiles(String, File, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Deletes all installed files for a given component in a given parent directory.
deleteOSSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes a specification defined by given name and value from the set of OS specifications.
deleteProperty(Properties, String, String) - Static method in class org.apache.uima.pear.tools.InstallationDescriptor
Deletes a property specified by given name and value from a given Properties object.
deleteRecursive(File) - Static method in class org.apache.uima.util.FileUtils
Recursively delete possibly non-empty directory or file.
deleteToolkitsSpec(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Removes a specification defined by given name and value from the set of Toolkits specifications.
DELTA_CAS_PREEXISTING_FS_DISALLOWED - Static variable in exception org.apache.uima.cas.CASRuntimeException
Received pre-existing FS "{0}".
DEPLOYMENT_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
deploymentType - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
DESC_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
descFilePath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
DESCRIPTORS_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
DESERIALIZATION_ERROR - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Error deserializing type system.
DESERIALIZATION_FAILURE - Static variable in exception org.apache.uima.resource.ResourceServiceException
Message key for a standard UIMA exception message: "A failure occurred while deserializing objects."
deserialize(InputStream, CAS) - Static method in class org.apache.uima.cas.impl.XCASDeserializer
Deserializes an XCAS from a stream.
deserialize(InputStream, CAS, boolean) - Static method in class org.apache.uima.cas.impl.XCASDeserializer
Deserializes an XCAS from a stream.
deserialize(InputStream, CAS) - Static method in class org.apache.uima.cas.impl.XmiCasDeserializer
Deserializes a CAS from XMI.
deserialize(InputStream, CAS, boolean) - Static method in class org.apache.uima.cas.impl.XmiCasDeserializer
Deserializes a CAS from XMI.
deserialize(InputStream, CAS, boolean, XmiSerializationSharedData) - Static method in class org.apache.uima.cas.impl.XmiCasDeserializer
Deserializes a CAS from XMI.
deserialize(InputStream, CAS, boolean, XmiSerializationSharedData, int) - Static method in class org.apache.uima.cas.impl.XmiCasDeserializer
Deserializes a CAS from XMI.
deserialize(InputStream, CAS, boolean, XmiSerializationSharedData, int, AllowPreexistingFS) - Static method in class org.apache.uima.cas.impl.XmiCasDeserializer
Deserializes a CAS from XMI.
deserialize(InputStream) - Method in interface org.apache.uima.collection.base_cpm.SynchPoint
Ingests SynchPoint data from the InputStream.
deserialize(InputStream, CAS) - Static method in class org.apache.uima.util.XmlCasDeserializer
Deserializes a CAS from a standoff-XML format.
deserialize(InputStream, CAS, boolean) - Static method in class org.apache.uima.util.XmlCasDeserializer
Deserializes a CAS from XMI.
destroy() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Frees all resources held by this AnalysisComponent.
destroy() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
 
destroy() - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. This default implementation does nothing.
destroy() - Method in interface org.apache.uima.analysis_engine.annotator.BaseAnnotator
Frees all resources held by this annotator.
destroy() - Method in class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
 
destroy() - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
 
destroy() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
destroy() - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated.  
destroy() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Default implementation of destroy, which calls BaseCollectionReader.close().
destroy() - Method in interface org.apache.uima.flow.FlowController
Frees all resources held by this FlowController.
destroy() - Method in class org.apache.uima.flow.FlowController_ImplBase
 
destroy() - Method in interface org.apache.uima.resource.Resource
Releases all resources held by this Resource.
destroy() - Method in class org.apache.uima.resource.Resource_ImplBase
 
destroy() - Method in interface org.apache.uima.resource.ResourceServiceStub
Called when this stub is no longer needed, so any open connections can be closed.
destroy() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
destroy() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
destroy() - Method in class org.apache.uima.uimacpp.UimacppEngine
de-initializes the TAF engine.
destroy() - Method in class org.apache.uima.util.CasToInlineXml
This destroy method does nothing.
destroy() - Method in class org.apache.uima.util.TCasToInlineXml
Deprecated. This destroy method does nothing.
detectXmlFileEncoding(File) - Static method in class org.apache.uima.pear.util.XMLUtil
Attempts to detect file encoding of a given XML file by analyzing it's first characters.
DIRECTORY_NOT_FOUND - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: Invalid value for parameter "{0}" in component "{1}" -- directory "{2}" does not exist.
disableCasProcessor(String) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Disables a CasProcessor in this CPM's list of CasProcessors.
DISALLOW_CREATE_ANNOTATION_IN_BASE_CAS - Static variable in exception org.apache.uima.cas.CASRuntimeException
The type "{0}", a subtype of AnnotationBase, can''t be created in the Base CAS.
DO_NOT_KNOW_HOW - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The Resource Factory does not know how to create a resource of class {0} from the given ResourceSpecifier."
DOCUMENT_TEXT_FEATURE - Static variable in interface org.apache.uima.collection.base_cpm.BaseCPM
Only used for alternate CasData forms of the CAS (not used in this UIMA SDK release).
DOCUMENT_TEXT_TYPE - Static variable in interface org.apache.uima.collection.base_cpm.BaseCPM
Only used for alternate CasData forms of the CAS (not used in this UIMA SDK release).
DocumentAnnotation - Class in org.apache.uima.jcas.tcas
The JCas class definition for the CAS DocumentAnnotation type.
DocumentAnnotation() - Constructor for class org.apache.uima.jcas.tcas.DocumentAnnotation
 
DocumentAnnotation(int, TOP_Type) - Constructor for class org.apache.uima.jcas.tcas.DocumentAnnotation
Internal - Constructor used by generator
DocumentAnnotation(JCas) - Constructor for class org.apache.uima.jcas.tcas.DocumentAnnotation
 
DocumentAnnotation_Type - Class in org.apache.uima.jcas.tcas
 
DocumentAnnotation_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
DocumentAnnotation_Type() - Constructor for class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
DOCUMENTATION_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
doFullValidation() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Does full validation of this Analysis Engine Description.
doFullValidation(ResourceManager) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Does full validation of this Analysis Engine Description.
doFullValidation() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Does full validation of this ResourceCreationSpecifier.
doFullValidation(ResourceManager) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Does full validation of this ResourceCreationSpecifier.
dom2sax(Node, ContentHandler) - Method in class org.apache.uima.util.XMLSerializer
 
doTest() - Method in class org.apache.uima.pear.tools.InstallationTester
 
DoubleArray - Class in org.apache.uima.jcas.cas
JCas class model for DoubleArray
DoubleArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.DoubleArray
Internal - Constructor used by generator
DoubleArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.DoubleArray
Make a new DoubleArray of given size
DoubleArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS DoubleArray_Type
DoubleArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.DoubleArray_Type
 
DoubleArrayFS - Interface in org.apache.uima.cas
Double array interface.
DUPLICATE_CONFIGURATION_PARAMETER_NAME - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Duplicate configuration parameter name "{0}" in component "{1}"."
DUPLICATE_FEATURE - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Trying to define feature "{0}" on type "{1}" with range "{2}", but feature has already been defined on (super)type "{3}" with range "{4}".
DUPLICATE_INDEX_NAME - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Two different CAS FeatureStructure indexes with name "{0}" have been defined.
DYNAMIC_VALIDATION_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
 

E

ECORE_UNRESOLVED_PROXY - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "The Ecore model contained an unresolved proxy {0}."
ELEMENT_NOT_FOUND - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "Required element type {0} not found within element type {1}."
ELEMENT_OF - Static variable in interface org.apache.uima.resource.metadata.SimplePrecondition
Identifies the ELEMENT_OF predicate.
embedConstraint(FeaturePath, FSConstraint) - Method in class org.apache.uima.cas.ConstraintFactory
Combine a constraint test with a path from a feature structure instance to the value to be tested.
embedConstraint(ArrayList<String>, FSConstraint) - Method in class org.apache.uima.cas.ConstraintFactory
Embed a constraint under a path.
EMPTY_FLOW_CONTROLLER_DECLARATION - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The aggregate AnalysisEngine "{0}" declared an empty element.
EmptyFloatList - Class in org.apache.uima.jcas.cas
 
EmptyFloatList() - Constructor for class org.apache.uima.jcas.cas.EmptyFloatList
 
EmptyFloatList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.EmptyFloatList
Internal - Constructor used by generator
EmptyFloatList(JCas) - Constructor for class org.apache.uima.jcas.cas.EmptyFloatList
 
EmptyFloatList_Type - Class in org.apache.uima.jcas.cas
 
EmptyFloatList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.EmptyFloatList_Type
 
EmptyFloatList_Type() - Constructor for class org.apache.uima.jcas.cas.EmptyFloatList_Type
 
EmptyFSList - Class in org.apache.uima.jcas.cas
 
EmptyFSList() - Constructor for class org.apache.uima.jcas.cas.EmptyFSList
 
EmptyFSList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.EmptyFSList
Internal - Constructor used by generator
EmptyFSList(JCas) - Constructor for class org.apache.uima.jcas.cas.EmptyFSList
 
EmptyFSList_Type - Class in org.apache.uima.jcas.cas
 
EmptyFSList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.EmptyFSList_Type
 
EmptyFSList_Type() - Constructor for class org.apache.uima.jcas.cas.EmptyFSList_Type
 
EmptyIntegerList - Class in org.apache.uima.jcas.cas
 
EmptyIntegerList() - Constructor for class org.apache.uima.jcas.cas.EmptyIntegerList
 
EmptyIntegerList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.EmptyIntegerList
Internal - Constructor used by generator
EmptyIntegerList(JCas) - Constructor for class org.apache.uima.jcas.cas.EmptyIntegerList
 
EmptyIntegerList_Type - Class in org.apache.uima.jcas.cas
 
EmptyIntegerList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.EmptyIntegerList_Type
 
EmptyIntegerList_Type() - Constructor for class org.apache.uima.jcas.cas.EmptyIntegerList_Type
 
EmptyStringList - Class in org.apache.uima.jcas.cas
 
EmptyStringList() - Constructor for class org.apache.uima.jcas.cas.EmptyStringList
 
EmptyStringList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.EmptyStringList
Internal - Constructor used by generator
EmptyStringList(JCas) - Constructor for class org.apache.uima.jcas.cas.EmptyStringList
 
EmptyStringList_Type - Class in org.apache.uima.jcas.cas
 
EmptyStringList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.EmptyStringList_Type
 
EmptyStringList_Type() - Constructor for class org.apache.uima.jcas.cas.EmptyStringList_Type
 
enableReset(boolean) - Method in interface org.apache.uima.cas.admin.CASMgr
Enable/disable resetting the CAS with CAS.reset().
enableSchemaValidation(boolean) - Method in interface org.apache.uima.util.XMLParser
Enables or disables XML scheam validation.
endDocument() - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Receives notification of the end of the document.
endElement(String, String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Receive notification of the end of an element.
endEvent(String, String, String) - Method in interface org.apache.uima.util.InstrumentationFacility
Records the end of an event.
endEvent(String, String, String) - Method in interface org.apache.uima.util.ProcessTrace
Records the end of an event.
ENTITIES - Static variable in interface org.apache.uima.util.Progress
The predefined unit type "entities".
entityProcessComplete(CasData, EntityProcessStatus) - Method in interface org.apache.uima.collection.base_cpm.CasDataStatusCallbackListener
Called when the processing of each CasData unit has completed.
entityProcessComplete(CAS, EntityProcessStatus) - Method in interface org.apache.uima.collection.StatusCallbackListener
Called when the processing of each entity has completed.
EntityProcessStatus - Interface in org.apache.uima.collection
Contains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.
eq(boolean) - Method in interface org.apache.uima.cas.FSBooleanConstraint
Set the constraint.
eq(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Require float value to be equal f.
eq(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Require int value to be equal i.
EQUAL - Static variable in interface org.apache.uima.resource.metadata.SimplePrecondition
Identifies the EQUAL predicate.
equals(Object) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Test for equality against another FSIndexComparator true iff the comparators have the same keys and comparators.
equals(Object) - Method in interface org.apache.uima.cas.FeatureStructure
A feature structure is equal to another feature structure iff it is identical in the underlying representation.
equals(String) - Method in interface org.apache.uima.cas.FSStringConstraint
String value of matched FS must match input String.
equals(Object) - Method in class org.apache.uima.jcas.cas.TOP
 
equals(Object) - Method in class org.apache.uima.pear.util.FileUtil.FileTimeComparator
 
equals(Object) - Method in interface org.apache.uima.resource.DataResource
Determines if this DataResource is equal to another DataResource.
equals(Object) - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Determines if this object is equal to another.
equals(Object) - Method in class org.apache.uima.util.Level
 
equals(Object) - Method in class org.apache.uima.util.NameClassPair
Determines if two NameClassPairs are equal.
errMsgPosted(String) - Method in interface org.apache.uima.pear.util.MessageRouter.StdChannelListener
 
errMsgPrinted(String) - Method in interface org.apache.uima.pear.util.ProcessUtil.StdStreamListener
 
error(SAXParseException) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
XML parser error handler.
ERROR_INITIALIZING_FROM_DESCRIPTOR - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Error initializing "{0}" from descriptor {1}."
errorStackTraceContent(Throwable) - Static method in class org.apache.uima.pear.util.StringUtil
Return the content of the stack trace for a given Throwable object.
errWriter() - Method in class org.apache.uima.pear.util.MessageRouter
 
evaluate(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
evaluate(CAS) - Method in interface org.apache.uima.resource.metadata.Precondition
Determines if this precondition is satisfied by a CAS.
evaluateAsFloat(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
evaluateAsFloatArray(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
evaluateAsInt(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
evaluateAsIntArray(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
evaluateAsString(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated. Evaluates each snippet of the feature path.
evaluateAsStringArray(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
EXCEPTION_WHEN_INITIALIZING_CUSTOM_RESOURCE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Unexpected Exception thrown when initializing Custom Resource "{0}" from descriptor "{1}".
EXCESS_ARRAY_ELE - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: number of array elements exceeds specified array size.
expandEnvVarRefs - Variable in class org.apache.uima.util.XMLParser.ParsingOptions
Whether to expand <envVarRef>VARNAME</envVarRef> elements by substituting the value of the System proprery VARNAME.
expandXIncludes - Variable in class org.apache.uima.util.XMLParser.ParsingOptions
Deprecated. XInclude is no longer supported
ExternalResourceBinding - Interface in org.apache.uima.resource.metadata
Binds an ExternalResourceDependency to an ExternalResourceDescription.
ExternalResourceDependency - Interface in org.apache.uima.resource
An ExternalResourceDependency object describes an resources's requirements on an external resource.
ExternalResourceDescription - Interface in org.apache.uima.resource
An ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.
extractDirectoryFromJar(JarFile, String, File) - Static method in class org.apache.uima.pear.util.FileUtil
Extracts all files in a given JAR directory (including all its subdirectories) from a given JAR file to a given target directory.
extractFilesFromJar(JarFile, File) - Static method in class org.apache.uima.pear.util.FileUtil
Extracts all files from a given JAR file to a given target directory.
extractFilesFromJar(JarFile, File, FileFilter) - Static method in class org.apache.uima.pear.util.FileUtil
Extracts files from a given JAR file to a given target directory, based on a given FileFilter object.
extractFilesFromPEARFile(String, String, File, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Extracts files with a given extension from a given PEAR file into a given target directory.
extractFilesFromPEARFile(String, String, File, InstallationController, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Internal implementatiton of the extractFilesFromPEARFile method, which allows sending messages to the OUT and ERR queues.
extractFilesWithExtFromJar(JarFile, String, File) - Static method in class org.apache.uima.pear.util.FileUtil
Extracts all files that have a given extension from a given JAR file to a given target directory.
extractPEARFile(String, File, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Extracts all files of a given component from a given PEAR file into a given target directory.
extractPEARFile(String, File, InstallationController, boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Internal implementation of the extractPEARFile method, which allows sending messages to the OUT and ERR queues.
extractTextFromMarkup(String) - Static method in class org.apache.uima.pear.util.StringUtil
 

F

fatalError(SAXParseException) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
XML parser fatal error handler.
featOkTst - Static variable in class org.apache.uima.examples.SourceDocumentInformation_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.AnnotationBase_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.EmptyFloatList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.EmptyFSList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.EmptyIntegerList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.EmptyStringList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.FloatList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.FSList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.IntegerList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.Sofa_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.cas.StringList_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.tcas.Annotation_Type
 
featOkTst - Static variable in class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
Feature - Interface in org.apache.uima.cas
The interface that describes features in the type system.
feature2FeatureDescription(Feature) - Static method in class org.apache.uima.util.TypeSystemUtil
Convert a Feature to an equivalent FeatureDescription.
FEATURE_BASE_NAME_BEGIN - Static variable in interface org.apache.uima.cas.CAS
Base name of annotation begin feature.
FEATURE_BASE_NAME_END - Static variable in interface org.apache.uima.cas.CAS
Base name of annotation end feature.
FEATURE_BASE_NAME_HEAD - Static variable in interface org.apache.uima.cas.CAS
Base name of list head feature.
FEATURE_BASE_NAME_LANGUAGE - Static variable in interface org.apache.uima.cas.CAS
Base name of document language feature.
FEATURE_BASE_NAME_SOFA - Static variable in interface org.apache.uima.cas.CAS
Sofa ID feature that is the handle to a text Sofa.
FEATURE_BASE_NAME_SOFAARRAY - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa array fs data feature.
FEATURE_BASE_NAME_SOFAID - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa ID feature.
FEATURE_BASE_NAME_SOFAMIME - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa mime type feature.
FEATURE_BASE_NAME_SOFANUM - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa Number feature.
FEATURE_BASE_NAME_SOFASTRING - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa string data feature.
FEATURE_BASE_NAME_SOFAURI - Static variable in interface org.apache.uima.cas.CAS
Base name of Sofa URI feature.
FEATURE_BASE_NAME_TAIL - Static variable in interface org.apache.uima.cas.CAS
Base name of list tail feature.
FEATURE_FULL_NAME_BEGIN - Static variable in interface org.apache.uima.cas.CAS
Fully qualified name of annotation begin feature.
FEATURE_FULL_NAME_END - Static variable in interface org.apache.uima.cas.CAS
Fully qualified name of annotation end feature.
FEATURE_FULL_NAME_FLOAT_LIST_HEAD - Static variable in interface org.apache.uima.cas.CAS
Qualified name of float list head feature.
FEATURE_FULL_NAME_FLOAT_LIST_TAIL - Static variable in interface org.apache.uima.cas.CAS
Qualified name of float list tail feature.
FEATURE_FULL_NAME_FS_LIST_HEAD - Static variable in interface org.apache.uima.cas.CAS
Qualified name of fs list head feature.
FEATURE_FULL_NAME_FS_LIST_TAIL - Static variable in interface org.apache.uima.cas.CAS
Qualified name of fs list tail feature.
FEATURE_FULL_NAME_INTEGER_LIST_HEAD - Static variable in interface org.apache.uima.cas.CAS
Qualified name of integer list head feature.
FEATURE_FULL_NAME_INTEGER_LIST_TAIL - Static variable in interface org.apache.uima.cas.CAS
Qualified name of integer list tail feature.
FEATURE_FULL_NAME_LANGUAGE - Static variable in interface org.apache.uima.cas.CAS
Fully qualified name of document language feature.
FEATURE_FULL_NAME_SOFA - Static variable in interface org.apache.uima.cas.CAS
Fully qualified name of annotation sofa feature.
FEATURE_FULL_NAME_SOFAARRAY - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa array fs data feature.
FEATURE_FULL_NAME_SOFAID - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa id feature.
FEATURE_FULL_NAME_SOFAMIME - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa mime type feature.
FEATURE_FULL_NAME_SOFANUM - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa number feature.
FEATURE_FULL_NAME_SOFASTRING - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa string data feature.
FEATURE_FULL_NAME_SOFAURI - Static variable in interface org.apache.uima.cas.CAS
Qualified name of Sofa URI feature.
FEATURE_FULL_NAME_STRING_LIST_HEAD - Static variable in interface org.apache.uima.cas.CAS
Qualified name of string list head feature.
FEATURE_FULL_NAME_STRING_LIST_TAIL - Static variable in interface org.apache.uima.cas.CAS
Qualified name of string list tail feature.
FEATURE_KEY - Static variable in interface org.apache.uima.cas.admin.FSIndexComparator
 
FEATURE_NOT_FOUND - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Message key for a standard UIMA exception message: "Annotator class {0} requires Feature {1}, which was not found in the CAS."
FEATURE_NOT_FOUND_DURING_CAS_COPY - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "Attempted to copy a Feature "{0}", which is not defined in the type system of the destination CAS."
FEATURE_SEPARATOR - Static variable in interface org.apache.uima.cas.TypeSystem
This is the character that separates a type name from a feature name.
FeatureDescription - Interface in org.apache.uima.resource.metadata
A description of a CAS feature.
FeaturePath - Interface in org.apache.uima.cas
Interface for a feature path.
FeatureStructure - Interface in org.apache.uima.cas
Interface for feature structures.
FeatureStructure - Interface in org.apache.uima.cas_data
An object in the CAS.
FeatureValue - Interface in org.apache.uima.cas_data
The base interface for the value of a feature.
FeatureValuePath - Interface in org.apache.uima.cas
Deprecated. use FeaturePath
file2String(File) - Static method in class org.apache.uima.util.FileUtils
Read the contents of a file into a string, using the default platform encoding.
file2String(File, String) - Static method in class org.apache.uima.util.FileUtils
Read the contents of a file into a string using a specific character encoding.
FILE_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
FileLanguageResourceSpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.
FileResourceSpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that locates a resource file using its URL.
FileUtil - Class in org.apache.uima.pear.util
The FileUtil class provides utility methods for working with general files.
FileUtil() - Constructor for class org.apache.uima.pear.util.FileUtil
 
FileUtil.DirFileFilter - Class in org.apache.uima.pear.util
The DirFileFilter class allows to filter files based on specified directory path and filename extension.
FileUtil.DirFileFilter(String, String) - Constructor for class org.apache.uima.pear.util.FileUtil.DirFileFilter
Constructs DirFileFilter object for specified directory and file extension.
FileUtil.ExtFilenameFilter - Class in org.apache.uima.pear.util
The ExtFileFilter allows to filter file names based on the specified filename extension.
FileUtil.ExtFilenameFilter(String) - Constructor for class org.apache.uima.pear.util.FileUtil.ExtFilenameFilter
Create instance of the ExtFileFilter class for a given filename extension.
FileUtil.ExtFilenameFilter(String, boolean) - Constructor for class org.apache.uima.pear.util.FileUtil.ExtFilenameFilter
Create instance of the ExtFileFilter class for a given filename extension.
FileUtil.FileTimeComparator - Class in org.apache.uima.pear.util
The FileTimeComparator class allows comparing 'last modified' time in 2 given File objects.
FileUtil.FileTimeComparator() - Constructor for class org.apache.uima.pear.util.FileUtil.FileTimeComparator
 
FileUtil.NameFileFilter - Class in org.apache.uima.pear.util
The NameFileFilter class allows to filter files based on specified file name.
FileUtil.NameFileFilter(String) - Constructor for class org.apache.uima.pear.util.FileUtil.NameFileFilter
Constructs NameFileFilter object for a given file name.
FileUtils - Class in org.apache.uima.util
Some utilities for handling files.
FileUtils() - Constructor for class org.apache.uima.util.FileUtils
 
fillPool(ProcessingResourceMetaData) - Method in class org.apache.uima.util.JCasPool
Utility method used in the constructor to fill the pool with CAS instances.
Filter - Interface in org.apache.uima.search
Specifies a constraint that matches against annotations in the CAS.
finalize() - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated.  
finalize() - Method in class org.apache.uima.pear.tools.InstallationController
Overrides standard finalize method.
finalize() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
finalize() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
finalize() - Method in class org.apache.uima.uimacpp.UimacppEngine
 
FinalStep - Class in org.apache.uima.flow
Indicates that a CAS has finished being processed by the aggregate.
FinalStep() - Constructor for class org.apache.uima.flow.FinalStep
Creates a new FinalStep.
FinalStep(boolean) - Constructor for class org.apache.uima.flow.FinalStep
Creates a new FinalStep, and may indicate that a CAS should be dropped.
find(FeatureStructure) - Method in interface org.apache.uima.cas.FSIndex
Find an entry in the index equal to the given feature structure according to the ordering of the index.
FIND_AND_REPLACE_PATH_ACT - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
 
FIND_STRING_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
findAbsoluteUrl(ResourceManager) - Method in interface org.apache.uima.collection.metadata.CpeComponentDescriptor
Returns the absolute URL where the component descriptor is located.
findAbsoluteUrl(ResourceManager) - Method in interface org.apache.uima.resource.metadata.Import
Computes the absolute URL for this import, using the relative location or name, whichever is specified by this import object.
findAndReplacePath(InstallationDescriptor.ActionInfo) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Performs a specified 'find_and_replace_path' installation action.
findDirectory(String) - Method in class org.apache.uima.pear.tools.PackageBrowser
Looks for package directories matching a given directory name pattern in the PEAR package.
findFile(String) - Method in class org.apache.uima.pear.tools.PackageBrowser
Looks for package files matching a given file name pattern in the PEAR package.
findRelativePath(File, File) - Static method in class org.apache.uima.util.FileUtils
Finds a relative path to a given file, relative to a specified directory.
findStandardDirectory(String) - Method in class org.apache.uima.pear.tools.PackageBrowser
Looks for a given standard package directory.
findStandardFile(String) - Method in class org.apache.uima.pear.tools.PackageBrowser
Looks for a given standard package file.
FINE - Static variable in class org.apache.uima.util.Level
message level "FINE"
FINE_INT - Static variable in class org.apache.uima.util.Level
level value for level "FINE"
FINER - Static variable in class org.apache.uima.util.Level
message level "FINER"
FINER_INT - Static variable in class org.apache.uima.util.Level
level value for level "FINER"
FINEST - Static variable in class org.apache.uima.util.Level
message level "FINEST"
FINEST_INT - Static variable in class org.apache.uima.util.Level
level value for level "FINEST"
FIRST_XML_CHARS - Static variable in class org.apache.uima.pear.util.XMLUtil
 
FixedFlow - Interface in org.apache.uima.analysis_engine.metadata
A FixedFlow is a simple type of FlowConstraints that specifies the complete flow as a fixed sequence.
FLOAT_EXPECTED - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: expected float value, but found: {3}.
FloatArray - Class in org.apache.uima.jcas.cas
Java Cas model for Cas FloatArray.
FloatArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.FloatArray
Internal - Constructor used by generator
FloatArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.FloatArray
Make a new FloatArray of given size
FloatArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS FloatArray Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
FloatArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.FloatArray_Type
 
FloatArrayFS - Interface in org.apache.uima.cas
Interface for CAS float arrays.
FloatList - Class in org.apache.uima.jcas.cas
 
FloatList() - Constructor for class org.apache.uima.jcas.cas.FloatList
 
FloatList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.FloatList
Internal - Constructor used by generator
FloatList(JCas) - Constructor for class org.apache.uima.jcas.cas.FloatList
 
FloatList_Type - Class in org.apache.uima.jcas.cas
 
FloatList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.FloatList_Type
 
FloatList_Type() - Constructor for class org.apache.uima.jcas.cas.FloatList_Type
 
Flow - Interface in org.apache.uima.flow
A Flow object is responsible for routing a single CAS through an Aggregate Analysis Engine.
FLOW_CANNOT_CONTINUE_AFTER_REMOVE - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "The Analysis Engine(s) {0} have been removed from the flow, and the FlowController has determined the Aggregate Analysis Engine's processing can no longer continue."
FLOW_CONSTRAINTS_TYPE - Static variable in interface org.apache.uima.analysis_engine.metadata.CapabilityLanguageFlow
 
FLOW_CONSTRAINTS_TYPE - Static variable in interface org.apache.uima.analysis_engine.metadata.FixedFlow
The type identifier for this class of FlowConstraints.
FLOW_CONTROLLER_REQUIRES_FLOW_CONSTRAINTS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The Flow Controller "{0}" requires a flow contraints element of type "{1}" in the aggregate descriptor
FlowConstraints - Interface in org.apache.uima.analysis_engine.metadata
A FlowConstraints object represents constraints on the order of execution of delegate Analysis Engines within an aggregate Analysis Engine.
FlowController - Interface in org.apache.uima.flow
FlowControllers are components that decide how to route CASes within Aggregate Analysis Engines.
FlowController_ImplBase - Class in org.apache.uima.flow
Implementation base class for FlowControllers.
FlowController_ImplBase() - Constructor for class org.apache.uima.flow.FlowController_ImplBase
 
FlowControllerContext - Interface in org.apache.uima.flow
A subtype of UimaContext used by FlowController components.
FlowControllerDeclaration - Interface in org.apache.uima.analysis_engine.metadata
Declares which FlowController is used by the Aggregate Analysis Engine.
FlowControllerDescription - Interface in org.apache.uima.flow
A FlowControllerDescription contains all of the information needed to instantiate and use a FlowController.
flush() - Method in interface org.apache.uima.cas.admin.CASMgr
Deprecated. Use reset() instead.
flush() - Method in class org.apache.uima.util.LoggerPrintStream
 
FLUSH_DISABLED - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Can't flush CAS, flushing is disabled.
format(CAS) - Method in class org.apache.uima.util.CasToInlineXml
Formats a CAS as a String.
format(CAS, FSMatchConstraint) - Method in class org.apache.uima.util.CasToInlineXml
Formats a CAS as a String.
format(CAS) - Method in interface org.apache.uima.util.TCasFormatter
Produces a string representation of a CAS.
format(CAS, FSMatchConstraint) - Method in interface org.apache.uima.util.TCasFormatter
Produces a string representation of a CAS.
format(CAS) - Method in class org.apache.uima.util.TCasToInlineXml
Deprecated.  
format(CAS, FSMatchConstraint) - Method in class org.apache.uima.util.TCasToInlineXml
Deprecated.  
fs2listIterator(FSIterator<T>) - Method in interface org.apache.uima.cas.CAS
Wrap a standard Java ListIterator around an FSListIterator.
fs2listIterator(FSIterator<T>) - Method in interface org.apache.uima.jcas.JCas
Wrap a standard Java ListIterator around an FSListIterator.
FS_INDEXES_OUTSIDE_FS_INDEX_COLLECTION - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: The element "fsIndexes" cannot occur outside the containing element "fsIndexCollection"
FSArray - Class in org.apache.uima.jcas.cas
Java Class model for Cas FSArray type
FSArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.FSArray
Internal - Constructor used by generator
FSArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.FSArray
Make a new FSArray of given size
FSArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS FSArray Type This is not final because the migration from pre v08 has the old FSArray_Type as a subclass of this.
FSArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.FSArray_Type
 
FSBooleanConstraint - Interface in org.apache.uima.cas
Interface for a boolean constraint.
FSConstraint - Interface in org.apache.uima.cas
Interface for feature structure constraints.
FSFloatConstraint - Interface in org.apache.uima.cas
Interface for a float constraint.
FSIndex<T extends FeatureStructure> - Interface in org.apache.uima.cas
Feature structure index access interface.
FsIndexCollection - Interface in org.apache.uima.resource.metadata
Description of a collection of CAS feature structure indexes.
FSIndexComparator - Interface in org.apache.uima.cas.admin
Interface for creating comparators, which in turn are used to create indexes.
FsIndexDescription - Interface in org.apache.uima.resource.metadata
A description of a CAS feature structure index.
FsIndexKeyDescription - Interface in org.apache.uima.resource.metadata
A description of a key defining a CAS feature structure index.
FSIndexRepository - Interface in org.apache.uima.cas
Repository of indexes over feature structures.
FSIndexRepositoryMgr - Interface in org.apache.uima.cas.admin
Repository of indexes.
FSIntConstraint - Interface in org.apache.uima.cas
Interface for an integer constraint.
FSIterator<T extends FeatureStructure> - Interface in org.apache.uima.cas
Iterator over feature structures.
FSList - Class in org.apache.uima.jcas.cas
 
FSList() - Constructor for class org.apache.uima.jcas.cas.FSList
 
FSList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.FSList
Internal - Constructor used by generator
FSList(JCas) - Constructor for class org.apache.uima.jcas.cas.FSList
 
FSList_Type - Class in org.apache.uima.jcas.cas
 
FSList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.FSList_Type
 
FSList_Type() - Constructor for class org.apache.uima.jcas.cas.FSList_Type
 
FSMatchConstraint - Interface in org.apache.uima.cas
Interface for feature structure matching constraints.
FSStringConstraint - Interface in org.apache.uima.cas
Interface for a String constraint.
FSTypeConstraint - Interface in org.apache.uima.cas
Interface for type constraint.

G

generatePackageConfigFile() - Method in class org.apache.uima.pear.tools.InstallationController
Generates/updates the PEAR configuration file setting the main component root directory, as well as root directories of all related delegate components.
generatePearPackage(String, String, String, String, String, String, Properties) - Static method in class org.apache.uima.pear.tools.PackageCreator
Default method to generate a pear package.
generatePearSpecifier(String, String) - Static method in class org.apache.uima.pear.tools.InstallationController
generates the pearSpecifier to run the installed pear component.
generateSetEnvFile() - Method in class org.apache.uima.pear.tools.InstallationController
Generates the file (batch file for Windows) containing specific environment variables that should be used to run the component.
generateVSDescriptor(InstallationDescriptor, File) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Generates default Vinci Service descriptor for a specified component, and puts it to a specified location.
generateVSDescriptorAsStream(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Generates default Vinci Service descriptor for a specified component, and returns the content of the descriptor as a stream (for Eclipse plug-in).
generateVSDescriptorContent(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Generates the default Vinci Service descriptor content for a specified component.
generateXML(CAS) - Method in class org.apache.uima.util.CasToInlineXml
Generates inline XML from a CAS.
generateXML(CAS, FSMatchConstraint) - Method in class org.apache.uima.util.CasToInlineXml
Generates inline XML from a CAS.
generateXML(CAS) - Method in class org.apache.uima.util.TCasToInlineXml
Deprecated. Generates inline XML from a CAS.
generateXML(CAS, FSMatchConstraint) - Method in class org.apache.uima.util.TCasToInlineXml
Deprecated. Generates inline XML from a CAS.
GenericAnnotator - Interface in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
GenericAnnotator_ImplBase - Class in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
GenericAnnotator_ImplBase() - Constructor for class org.apache.uima.analysis_engine.annotator.GenericAnnotator_ImplBase
Deprecated.  
geq(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Require float value to be greater than or equal to f.
geq(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Require int value to be greater than or equal to i.
get(int) - Method in interface org.apache.uima.cas.ArrayFS
Get the i-th feature structure from the array.
get(int) - Method in interface org.apache.uima.cas.BooleanArrayFS
Get the i-th string from the array.
get(int) - Method in interface org.apache.uima.cas.ByteArrayFS
Get the i-th string from the array.
get(int) - Method in interface org.apache.uima.cas.DoubleArrayFS
Get the i-th element from the array.
get(int) - Method in interface org.apache.uima.cas.FloatArrayFS
Get the element at position index.
get() - Method in interface org.apache.uima.cas.FSIterator
Get the structure the iterator is pointing at.
get(int) - Method in interface org.apache.uima.cas.IntArrayFS
Get the element at position index.
get(int) - Method in interface org.apache.uima.cas.LongArrayFS
Get the i-th element from the array.
get(int) - Method in interface org.apache.uima.cas.ShortArrayFS
Get the i-th element from the array.
get(int) - Method in interface org.apache.uima.cas.StringArrayFS
Get the i-th string from the array.
get() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Return the annotation for this node.
get() - Method in interface org.apache.uima.cas_data.FeatureValue
Gets the feature value as a Java object.
get() - Method in interface org.apache.uima.collection.base_cpm.SynchPoint
Retrieves data to facilitate recovery
get(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParams
Returns CasProcessorDeploymentParam instance identified by aParamName.
get(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArgs
Returns an CasProcessorExecArg instance located with provided index.
get() - Method in interface org.apache.uima.collection.metadata.CasProcessorTimeout
Returns timeout value
get() - Method in interface org.apache.uima.collection.metadata.CpeInclude
Returns a path to component descriptor
get() - Method in interface org.apache.uima.collection.metadata.CpeResourceManagerConfiguration
Returns a file path to the Resource Manager configuration file
get() - Method in interface org.apache.uima.collection.metadata.CpeTimer
Return a name of the timer class
get(int) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.ByteArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.ByteArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.FloatArray
return the indexed value from the corresponding Cas FloatArray as a float,
get(int, int) - Method in class org.apache.uima.jcas.cas.FloatArray_Type
return the indexed value from the corresponding Cas floatArray as a Java float.
get(int) - Method in class org.apache.uima.jcas.cas.FSArray
return the indexed value from the corresponding Cas FSArray as a Java Model object.
get(int, int) - Method in class org.apache.uima.jcas.cas.FSArray_Type
return the indexed value from the corresponding Cas FSArray as a JCas object.
get(int) - Method in class org.apache.uima.jcas.cas.IntegerArray
return the indexed value from the corresponding Cas IntegerArray_JCasImpl as an int.
get(int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.LongArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.LongArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.ShortArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.ShortArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(int) - Method in class org.apache.uima.jcas.cas.StringArray
 
get(int, int) - Method in class org.apache.uima.jcas.cas.StringArray_Type
return the indexed value from the corresponding Cas StringArray as a Java String.
get(String) - Method in interface org.apache.uima.resource.Session
Gets an object from the Session
getAbsolutePath(File, String) - Static method in class org.apache.uima.pear.util.FileUtil
Constructs an absolute path of a given object, located in a given root directory, based on its relative path in this directory.
getAction() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Returns strategy for dealing with exceeding error thresholds.
getAction() - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
Returns a strategy to apply by the CPE when max restart count is exceeded.
getActionOnMaxError() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns strategy for dealing with exceeding error thresholds.
getActionOnMaxRestart() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns strategy for dealing with exceeding error thresholds.
getAddress() - Method in class org.apache.uima.jcas.cas.TOP
 
getAggregateMetadata() - Method in interface org.apache.uima.flow.FlowControllerContext
Gets the metadata of the Aggregate AnalysisEngine containing this FlowController.
getAggregateSofaName() - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Get the sofa name assigned by the aggregate.
getAll() - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParams
Returns all instances of CasProcessorDeploymentParam
getAll() - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArgs
Returns ALL CasProcessorExecArg instances.
getAllCasProcessorExecArgs() - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Returns ALL CasProcessorExecArg arguments
getAllCollectionCollectionReaders() - Method in interface org.apache.uima.collection.metadata.CpeDescription
Returns a list of CpeCollectionReader instances representing ALL defined CollectionReaders.
getAllComponentMetaData() - Method in interface org.apache.uima.analysis_engine.asb.ASB
Gets the metadata for all components known to this ASB.
getAllComponentSpecifiers(ResourceManager) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For an aggregate AnalysisEngine only, gets the ResourceSpecifiers of all components in this aggregate.
getAllCpeCasProcessors() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Returns ALL CpeCasProcessor objects in processing pipeline.
getAllDirectories() - Method in class org.apache.uima.pear.tools.PackageBrowser
 
getAllFiles() - Method in class org.apache.uima.pear.tools.PackageBrowser
 
getAllFsAddressesInIdMap() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Get all FS Addresses that have been added to the id map.
getAllIndexedFS(Type) - Method in interface org.apache.uima.cas.FSIndexRepository
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
getAllIndexedFS(Type) - Method in interface org.apache.uima.jcas.JFSIndexRepository
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
getAllIndexedFS(int) - Method in interface org.apache.uima.jcas.JFSIndexRepository
Gets an iterator over all indexed FeatureStructures of the specified Type (and any of its subtypes).
getAllInstances() - Method in class org.apache.uima.util.CasPool
 
getAllInstances() - Method in class org.apache.uima.util.JCasPool
 
getAllowedValues() - Method in interface org.apache.uima.resource.metadata.TypeDescription
Gets the allowed values for instances of this Type.
getAllowedValuesForType(Type, TypeSystem) - Static method in class org.apache.uima.util.TypeSystemUtil
Gets the allowed values for a string subtype.
getAnalysisEngine() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets the AnalysisEngine that is assigned to this CPM.
getAnalysisEngineKey() - Method in class org.apache.uima.flow.SimpleStep
Gets the key of the Analysis Engine to which the CAS should be routed.
getAnalysisEngineKeys() - Method in class org.apache.uima.flow.ParallelStep
Gets the keys of the Analysis Engines to which the CAS should be routed.
getAnalysisEngineMetaData() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets the metadata that describes this AnalysisEngine.
getAnalysisEngineMetaData() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Retrieves the metadata that describes the AnalysisEngine.
getAnalysisEngineMetaDataMap() - Method in interface org.apache.uima.flow.FlowControllerContext
Gets a map from Analysis Engine key (a String) to AnalysisEngineMetaData.
getAnalysisTime() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets the total time this AnalysisEngine has spent doing analysis over its entire lifetime.
getAnalysisTime() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getAnnotationIndex() - Method in interface org.apache.uima.cas.CAS
Get the standard annotation index.
getAnnotationIndex(Type) - Method in interface org.apache.uima.cas.CAS
Get the standard annotation index restricted to a specific annotation type.
getAnnotationIndex() - Method in interface org.apache.uima.jcas.JCas
Get the standard annotation index.
getAnnotationIndex(Type) - Method in interface org.apache.uima.jcas.JCas
Get the standard annotation index restricted to a specific annotation type.
getAnnotationIndex(int) - Method in interface org.apache.uima.jcas.JCas
Get the standard annotation index restricted to a specific annotation type.
getAnnotationIndex() - Method in interface org.apache.uima.jcas.JFSIndexRepository
Get the standard annotation index.
getAnnotationIndex(int) - Method in interface org.apache.uima.jcas.JFSIndexRepository
Get the standard annotation index restricted to a specific annotation type.
getAnnotationType() - Method in interface org.apache.uima.cas.CAS
Get the type object for the annotation type.
getAnnotatorImplementationName() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For a primitive AnalysisEngine only, retrieves the name of the annotator implementation.
getAppropriateFeatures() - Method in interface org.apache.uima.cas.Type
Deprecated. Use getFeatures() instead.
getArgs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
 
getArguments() - Method in exception org.apache.uima.cas.admin.CASAdminException
Get the arguments to the exception string.
getArguments() - Method in exception org.apache.uima.InternationalizedException
Gets the arguments to this exception's message.
getArguments() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the arguments to this exception's message.
getArgValue() - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArg
Returns argument value
getArrayType(Type) - Method in interface org.apache.uima.cas.TypeSystem
Obtain an array type with component type componentType.
getAttribute(String) - Method in interface org.apache.uima.search.Style
Gets the value of an attribute with the given name.
getAttributeMappings() - Method in interface org.apache.uima.search.Style
Gets the mappings that specify which features (properties) of the annotation should be indexed, and under which names.
getAttributes() - Method in interface org.apache.uima.search.Style
Gets the Attributes for this style.
getAttributeValue(String) - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Retrieves the value of an attribute of this MetaDataObject.
getAvailableInstances() - Method in interface org.apache.uima.util.CasPoolManagement
Get the number of CAS instances currently available in the pool.
getBatchProcessCompleteTime() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets the total time this AnalysisEngine has spent in its batchProcessComplete method over its entire lifetime.
getBatchSize() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessor batch size
getBatchSize() - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
 
getBegin() - Method in interface org.apache.uima.cas.text.AnnotationFS
Get the start position of the annotation as character offset into the text.
getBegin() - Method in class org.apache.uima.jcas.tcas.Annotation
getter for begin - gets beginning of span of annotation
getBegin(int) - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
getBeginFeature() - Method in interface org.apache.uima.cas.CAS
Get the feature object for the annotation begin feature.
getBooleanValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Boolean value of a boolean valued feature path.
getBooleanValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the boolean value of a feature.
getBuildRevision() - Static method in class org.apache.uima.UIMAFramework
Gets the build revision number of the framework implementation.
getBundleShortName() - Method in exception org.apache.uima.cas.admin.CASAdminException
Get the short name of the message bundle, i.e., the name without the package prefix.
getByteHeap() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getByteValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Byte value of a byte valued feature path.
getByteValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the byte value of a feature.
getCapabilities() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves this Processing Resource's Capabilities.
getCapabilityLanguageFlow() - Method in interface org.apache.uima.analysis_engine.metadata.CapabilityLanguageFlow
Returns the flow as an array.
getCAS() - Method in interface org.apache.uima.analysis_engine.AnalysisProcessData
Deprecated. Gets the Common Analysis System (CAS), from which the AnalysisEngine obtains the information to be processed, and to which the AnalysisEngine writes new annotation information.
getCAS() - Method in interface org.apache.uima.cas.admin.CASMgr
Return a non-admin version of the CAS.
getCAS() - Method in interface org.apache.uima.cas.FeatureStructure
Return the CAS that this FS belongs to.
getCas() - Method in class org.apache.uima.flow.CasFlow_ImplBase
Gets the CAS being routed by this Flow object.
getCAS() - Method in class org.apache.uima.jcas.cas.TOP
 
getCas() - Method in interface org.apache.uima.jcas.JCas
return the Cas object for this JCas instantiation
getCas(String) - Method in interface org.apache.uima.resource.CasManager
Gets an empty CAS.
getCas() - Method in class org.apache.uima.util.CasPool
Checks out a CAS from the pool.
getCas(long) - Method in class org.apache.uima.util.CasPool
Checks out a CAS from the pool.
getCasConsumerMetaData() - Method in interface org.apache.uima.collection.CasConsumerDescription
Retrieves the metadata that describes the CasConsumer.
getCasConsumers() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets the CasConsumerss assigned to this CPM.
getCasDataInitializer() - Method in interface org.apache.uima.collection.base_cpm.CasDataCollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
getCasDefinition() - Method in interface org.apache.uima.resource.CasManager
Gets the CasDefinition, as defined by merging all of the metadata supplied by calls CasManager.addMetaData(ProcessingResourceMetaData).
getCASesPerSecond() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets the throughput of this AnalysisEngine, represented as number of CASes processed per second.
getCASImpl() - Method in class org.apache.uima.jcas.cas.TOP
 
getCasImpl() - Method in interface org.apache.uima.jcas.JCas
internal use
getCasInitializer() - Method in interface org.apache.uima.collection.CollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
getCasInitializer() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Deprecated. As of v2.0 CAS Initializers are deprecated.
getCasInitializer() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
getCasInitializerMetaData() - Method in interface org.apache.uima.collection.base_cpm.CasDataInitializer
Deprecated. Gets the metadata that describes this CasDataInitializer.
getCasInitializerMetaData() - Method in class org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase
Deprecated.  
getCasInitializerMetaData() - Method in interface org.apache.uima.collection.CasInitializerDescription
Deprecated. Retrieves the metadata that describes the CasInitializer.
getCasInstancesRequired() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Returns the maximum number of CAS instances that this AnalysisComponent expects to use at the same time.
getCasInstancesRequired() - Method in class org.apache.uima.analysis_component.Annotator_ImplBase
Returns 0, since annotators are not allowed to create new CAS instances.
getCasInstancesRequired() - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
Returns the maximum number of CAS instances that this CAS Multiplier expects to use at the same time.
getCasInstancesRequired() - Method in class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
Returns the maximum number of CAS instances that this CAS Multiplier expects to use at the same time.
getCasInstancesRequired() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
getCasInterface(CAS, Class<? extends AbstractCas>) - Method in interface org.apache.uima.resource.CasManager
Gets a specified interface to a CAS.
getCasManager() - Method in class org.apache.uima.resource.CasDefinition
Gets the CasManager associated with this CAS Definition.
getCasManager() - Method in class org.apache.uima.resource.Resource_ImplBase
Get the CasManager for this Resource.
getCasManager() - Method in interface org.apache.uima.resource.ResourceManager
Gets the CasManager, which manages the creation and pooling of CASes.
getCasPoolSize() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
 
getCasProcessorExecArg(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Returns a CasProcessorExecArg argument idenitied by a given position in the list.
getCasProcessorFilter() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessor filter expression.
getCasProcessors() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets the CasProcessorss assigned to this CPM, in the order in which they will be caleld by the CPM.
getCasProcessors() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Gets the CasProcessorss in this CPE, in the order in which they will be executed.
getCasType(int) - Method in interface org.apache.uima.jcas.JCas
Given Foo.type, return the corresponding CAS Type object.
getCause() - Method in exception org.apache.uima.InternationalizedException
Gets the cause of this Exception.
getCause() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the cause of this Exception.
getCheckpoint() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CpeCheckpoint object containing checkpoint configuration ( checkpoint file, frequency of checkpoints )
getCheckpoint() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Returns Checkpoint object containing checkpoint file and frequency of checkpoints.
getChild(int) - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get the i-th child of this node.
getChildCount() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get the number of children this node has.
getChildren() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get all children of this node as an ArrayList.
getClassForIndex(int) - Static method in class org.apache.uima.jcas.JCasRegistry
Gets the JCas cover class for a given index.
getClassName() - Method in class org.apache.uima.util.NameClassPair
Gets the class name of the attribute's value.
getCollectionIterator() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
 
getCollectionProcessCompleteTime() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets the total time this AnalysisEngine has spent in its collectionProcessComplete method over its entire lifetime.
getCollectionReader() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets the Collection Reader for this CPM.
getCollectionReader() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Gets the Collection Reader for this CPE.
getCollectionReaderMetaData() - Method in interface org.apache.uima.collection.CollectionReaderDescription
Retrieves the metadata that describes the CollectionReader.
getCommonParameters() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the configuration parameters that are common to all groups.
getComparator() - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Gets the comparator for this key.
getComparisonValue() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Retrieves the literal value to which features' values will be compared.
getCompleted() - Method in interface org.apache.uima.util.Progress
The amount completed, in terms of units specified by Progress.getUnit().
getCompleted() - Method in class org.apache.uima.util.ProgressImpl
 
getComponentAnalysisEngineMetaData() - Method in interface org.apache.uima.analysis_engine.asb.ASB
Gets metadata for all of the component AnalysisEngines known to this ASB.
getComponentAnalysisEngines() - Method in interface org.apache.uima.analysis_engine.asb.ASB
Gets references to the component AnalysisEngines known to this ASB.
getComponentDataPath() - Method in class org.apache.uima.pear.tools.PackageBrowser
Returns the UIMA datapath setting for the component.
getComponentEnvVars() - Method in class org.apache.uima.pear.tools.PackageBrowser
Returns the environment variable settings for the component.
getComponentInfo() - Method in interface org.apache.uima.UimaContextAdmin
Gets the ComponentInfo object for this component, which can be passed to CAS.setCurrentComponentInfo(ComponentInfo).
getComponentKey() - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Gets the component key.
getComponentName() - Method in interface org.apache.uima.util.ProcessTraceEvent
Retrieves the name of the component that is performing this event.
getComponentPearDescPath() - Method in class org.apache.uima.pear.tools.PackageBrowser
returns the pear component pearSpecifier file path.
getComponents() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
For an Aggregate AnalysisEngine, gets a Map whose values are AnalysisEngineManagement objects that contain the statistics for the components of the aggregate.
getComponentSofaName() - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Gets the sofa name assigned by the component.
getComponentSofaName() - Method in interface org.apache.uima.cas.SofaID
Deprecated. Get the component Sofa name that was used to obtain this SofaID by calling {
getComponentSofaName() - Method in interface org.apache.uima.collection.metadata.CpeSofaMapping
 
getComponentSpecifier(String) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Gets the ResourceSpecifier of one a component of this aggregate, based on its key.
getComponentType() - Method in interface org.apache.uima.cas.Type
For array types, returns the component type of the array type.
getConcurrentPUCount() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Returns number of ProcessingUnits.
getConfigParameterDeclarations(String) - Method in interface org.apache.uima.resource.ConfigurationManager
Gets the ConfigurationParameterDeclarations for the given context.
getConfigParameterNames(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the names of all configuration parameters in the specified group.
getConfigParameterNames() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the names of all configuration parameters that are not declared in a group.
getConfigParameterNames(String) - Method in interface org.apache.uima.UimaContext
Gets the names of all configuration parameters in the specified group.
getConfigParameterNames() - Method in interface org.apache.uima.UimaContext
Gets the names of all configuration parameters that are not declared in a group.
getConfigParameterValue(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the value for a configuration parameter that is not defined in any group or is defined in the default group.
getConfigParameterValue(String, String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the value for a configuration parameter in a particular group.
getConfigParameterValue(String) - Method in interface org.apache.uima.resource.ConfigurableResource
Looks up the value of a configuration parameter.
getConfigParameterValue(String, String) - Method in interface org.apache.uima.resource.ConfigurableResource
Looks up the value of a configuration parameter in a group.
getConfigParameterValue(String) - Method in class org.apache.uima.resource.ConfigurableResource_ImplBase
 
getConfigParameterValue(String, String) - Method in class org.apache.uima.resource.ConfigurableResource_ImplBase
 
getConfigParameterValue(String) - Method in interface org.apache.uima.resource.ConfigurationManager
Retrieves the value for a configuration parameter.
getConfigParameterValue(String, String) - Method in interface org.apache.uima.resource.ConfigurationManager
Retrieves the value for a configuration parameter in a group.
getConfigParameterValue(String) - Method in interface org.apache.uima.UimaContext
Retrieves the value for a configuration parameter that is not defined in any group or is defined in the default group.
getConfigParameterValue(String, String) - Method in interface org.apache.uima.UimaContext
Retrieves the value for a configuration parameter in a particular group.
getConfigurationGroupDeclarations(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the declarations of a named configuration group.
getConfigurationGroupNames() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the names of all configuration parameter groups.
getConfigurationGroupNames() - Method in interface org.apache.uima.UimaContext
Gets the names of all configuration parameter groups.
getConfigurationGroups() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the configuration parameter groups for this Resource.
getConfigurationManager() - Method in interface org.apache.uima.UimaContextAdmin
Gets the ConfigurationManager instance used by this UimaContext to resolve configuration parameter resource accesses.
getConfigurationParameter(String, String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets a configuration parameter.
getConfigurationParameterDeclarations() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the configuration parameter declarations for this Resource.
getConfigurationParameters() - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Gets the configuration parameters in this group.
getConfigurationParameters() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the configuration parameters for this Resource.
getConfigurationParameterSettings() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CAS Processor.
getConfigurationParameterSettings() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Returns CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CollectionReader.
getConfigurationParameterSettings() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated. Returns CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CasInitializer.
getConfigurationParameterSettings() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Return override parameters.
getConfigurationParameterSettings() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the configuration parameter settings for this Resource.
getConstraintFactory() - Method in interface org.apache.uima.cas.CAS
Get a constraint factory.
getConstraintFactory() - Method in interface org.apache.uima.jcas.JCas
Get a constraint factory.
getContentHandler() - Method in class org.apache.uima.util.XMLSerializer
 
getContext() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Gets the UimaContext for this AnalysisComponent.
getContext() - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. Gets the AnnotatorContext to be used by this Annotator.
getContext() - Method in class org.apache.uima.flow.FlowController_ImplBase
Gets the FlowControllerContext for this FlowController.
getCopyright() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the copyright notice for this Resource.
getCoveredText() - Method in interface org.apache.uima.cas.text.AnnotationFS
Get the text covered by an annotation as a string.
getCoveredText() - Method in class org.apache.uima.jcas.tcas.Annotation
 
getCoveredText(int) - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
getCpeCasProcessor(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Returns CpeCasProcessor found at given position.
getCpeCasProcessors() - Method in interface org.apache.uima.collection.metadata.CpeDescription
Returns a CpeCasProcessors instance containing processing pipeline spec.
getCpeComponentDescriptor() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns the CpeComponentDescriptor instance associated with this Cas Processor.
getCpeConfiguration() - Method in interface org.apache.uima.collection.metadata.CpeDescription
Returns the CPE configuration that includes: An ID of the entity to begin processing with (OPTIONAL) Number of entities to process Checkpoint definition (checkpoint file, frequency) A name of the class implementing UimaTimer interface.
getCpeSofaName() - Method in interface org.apache.uima.collection.metadata.CpeSofaMapping
 
getCpeTimer() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Returns the timer class implementing UimeTimer interface.
getCurrentConfigParameterSettings(String) - Method in interface org.apache.uima.resource.ConfigurationManager
Gets an object containing the current settings for all configuration parameters within the given context.
getCurrentView() - Method in interface org.apache.uima.cas.CAS
Get the Cas view that the current component should use.
getDataPath() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the data path used to locate resources.
getDataPath() - Method in interface org.apache.uima.resource.RelativePathResolver
Gets the data path used to resolve relative paths.
getDataPath() - Method in interface org.apache.uima.resource.ResourceManager
Gets the data path used to resolve relative paths.
getDataPath() - Method in interface org.apache.uima.UimaContext
Gets the data path used to locate resources.
getDataResource(String[]) - Method in interface org.apache.uima.resource.ParameterizedDataResource
Gets a DataResource object that can be used to access the data that is appropriate for the given parameter values.
getDefault() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Retrieves the deafult value for this precondition.
getDefaultGroupName() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the name of the default configuration group.
getDefaultOrderBuilder() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Get the default type order builder.
getDefaultPerformanceTuningProperties() - Static method in class org.apache.uima.UIMAFramework
Gets the default performance tuning settings for the framework.
getDefaultTypeOrder() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Get the default type order.
getDelegateAnalysisEngineMetaData() - Method in interface org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData
For an aggregate AnalysisEngine only, gets the metadata of the delegate AnalysisEngines.
getDelegateAnalysisEngineSpecifiers() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For an aggregate AnalysisEngine only, retrieves a collection of ResourceSpecifiers that indicate which delegate AnalysisEngines comprise the aggregate.
getDelegateAnalysisEngineSpecifiers(ResourceManager) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For an aggregate AnalysisEngine only, retrieves a collection of ResourceSpecifiers that indicate which delegate AnalysisEngines comprise the aggregate.
getDelegateAnalysisEngineSpecifiersWithImports() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Retrieves a Map whose keys are string identifiers and whose values are the either Import or ResourceSpecifier objects.
getDelegateComponents() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getDelegateInstallationDescriptors(Hashtable<String, String>) - Static method in class org.apache.uima.pear.tools.InstallationController
Creates a Hashtable that contains (compId, InsD) pairs for all separate delegate components specified in a given installation table.
getDeployment() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessor deployment type.
getDeployment() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Returns CPE deployment mode as "immediate", "vinceService", "interactive".
getDeploymentParams() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessorDeploymentParams object containing deployment parameters used for launching CasProcessor.
getDequeueTimeout() - Method in interface org.apache.uima.collection.metadata.OutputQueue
Milliseconds to wait for new message
getDescription() - Method in class org.apache.uima.pear.tools.PackageSelectorGUI.PackageDirFilter
 
getDescription() - Method in class org.apache.uima.pear.tools.PackageSelectorGUI.PackageFileFilter
 
getDescription() - Method in interface org.apache.uima.resource.ExternalResourceDependency
Retrieves the textual description of the resource.
getDescription() - Method in interface org.apache.uima.resource.ExternalResourceDescription
Retrieves the textual description of the resource.
getDescription() - Method in interface org.apache.uima.resource.metadata.AllowedValue
Gets the verbose description of this allowed value.
getDescription() - Method in interface org.apache.uima.resource.metadata.Capability
Gets the description of this Capability.
getDescription() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Retrieves the description of this configuration parameter.
getDescription() - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Gets the verbose description of this Feature.
getDescription() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Gets the description of this FS Index Collection.
getDescription() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the description of this Resource Manager Configuration.
getDescription() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the description of this Resource.
getDescription() - Method in interface org.apache.uima.resource.metadata.TypeDescription
Gets the verbose description of this Type.
getDescription() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the description of this TypePriorities declaration.
getDescription() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets the description of this Type System.
getDescription() - Method in interface org.apache.uima.util.ProcessTraceEvent
Retrieves the description of this event.
getDescriptor() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Deprecated. Doesn't support the new import syntax. Use getCpeComponentDescriptor().findAbsoluteUrl() instead.
getDescriptor() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Returns CpeComponentDescriptor containing CollectionReader descriptor path.
getDescriptor() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated. Returns CpeComponentDescriptor containing CasInitializer descriptor path.
getDescriptor() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Return Descriptor
getDirectlySubsumedTypes(Type) - Method in interface org.apache.uima.cas.TypeSystem
Deprecated. Use getDirectSubtypes(Type) instead.
getDirectSubtypes(Type) - Method in interface org.apache.uima.cas.TypeSystem
Get a List of the types directly subsumed by a given type.
getDocID() - Method in exception org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
 
getDocumentAnnotation() - Method in interface org.apache.uima.cas.CAS
Get the document annotation.
getDocumentAnnotationFs() - Method in interface org.apache.uima.jcas.JCas
Gets the document annotation.
getDocumentLanguage() - Method in interface org.apache.uima.cas.CAS
Gets the language code for this document from the language feature of the special instance of the DocumentationAnnotation associated with this CAS.
getDocumentLanguage() - Method in interface org.apache.uima.jcas.JCas
Gets the language code for this document from the language feature of the special instance of the DocumentationAnnotation associated with this CAS.
getDocumentSize() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for documentSize - gets Size of original document in bytes before processing by CAS Initializer.
getDocumentSize(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
getDocumentText() - Method in interface org.apache.uima.cas.CAS
Get the document text.
getDocumentText() - Method in interface org.apache.uima.jcas.JCas
Get the document text.
getDocumentTextFeature() - Method in class org.apache.uima.cas.impl.XCASSerializer
Gets the name of the feature holding the documeng text.
getDocumentTypeName() - Method in class org.apache.uima.cas.impl.XCASDeserializer
Gets the name of the type representing the document.
getDocumentTypeName() - Method in class org.apache.uima.cas.impl.XCASSerializer
Gets the name of the type representing the document.
getDocumentURL() - Method in exception org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
 
getDomain() - Method in interface org.apache.uima.cas.Feature
Get the domain type for this feature.
getDoubleValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Double value of a double valued feature path.
getDoubleValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the double value of a feature.
getDropCasOnException() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
 
getDuration() - Method in interface org.apache.uima.util.ProcessTraceEvent
Gets the duration of this event.
getDuration() - Method in interface org.apache.uima.util.UimaTimer
Gets the time between the last call to stopIt() and the last call to startIt().
getDurationExcludingSubEvents() - Method in interface org.apache.uima.util.ProcessTraceEvent
Gets the duration of this event, minus the sum of the durations of its direct sub-events.
getElementType() - Method in interface org.apache.uima.resource.metadata.FeatureDescription
For a feature with a range type that is an array or list, gets the expected type of the elements of that array or list.
getEmbeddedException() - Method in exception org.apache.uima.uimacpp.UimacppException
get the embedded exception, if any.
getEmptyCAS() - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
Gets an empty CAS that this CAS Multiplier can then populate.
getEmptyCas(Class<T>) - Method in interface org.apache.uima.UimaContext
Get an empty CAS.
getEmptyCAS() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
getEmptyJCas() - Method in class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
Gets an empty JCas that this CAS Multiplier can then populate.
getEncompassingFS(int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
 
getEnd() - Method in interface org.apache.uima.cas.text.AnnotationFS
Get the end position of the annotation as character offset into the text.
getEnd() - Method in class org.apache.uima.jcas.tcas.Annotation
getter for end - gets ending of span of annotation
getEnd(int) - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
getEndFeature() - Method in interface org.apache.uima.cas.CAS
Get the feature object for the annotation end feature.
getEnvParamName() - Method in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParam
Returns a name of parameter
getEnvParamValue() - Method in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParam
Returns parameter value
getEnvs() - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
 
getErrMsgWriter() - Method in class org.apache.uima.pear.tools.InstallationController
 
getError() - Method in exception org.apache.uima.cas.admin.CASAdminException
 
getError() - Method in exception org.apache.uima.cas.impl.XCASParsingException
 
getErrorHandling() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessorErrorHandling object containing strategies to deal with errors that may occur during processing.
getErrorMessage(long) - Static method in class org.apache.uima.uimacpp.UimacppEngine
helper function to get the error message for some TAF error ID.
getErrorRateThreshold() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
getErrOutput() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
 
getEvent(String, String) - Method in interface org.apache.uima.util.ProcessTrace
Get a specified event.
getEvents() - Method in interface org.apache.uima.util.ProcessTrace
Gets a list of ProcessTraceEvents, in the order in which they were created.
getEventsByComponentName(String, boolean) - Method in interface org.apache.uima.util.ProcessTrace
Gets all events that have the given Component name.
getEventsByType(String, boolean) - Method in interface org.apache.uima.util.ProcessTrace
Gets all events that have the given type
getExceptions() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets the List of Exceptions that occurred during processing of the Entity.
getExecutable() - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Returns an executable program that the CPE will use for launching CasProcessor.
getExecutable() - Method in interface org.apache.uima.collection.metadata.CasProcessorRunInSeperateProcess
Returns CasProcessorExecutable program used by the CPE to launch CasProcessor.
getExecutable() - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
Returns a name of a program to use when launching this CasProcessor
getExitCode() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
 
getExpression() - Method in interface org.apache.uima.search.Filter
Gets the filter expression.
getExtensionClassLoader() - Method in interface org.apache.uima.resource.ResourceManager
Returns the UIMA extension class loader.
getExternalResourceBindings() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the bindings between an Analysis Engine's ExternalResourceDependencies and the ExternalResourceDescription objects defined in this configuration.
getExternalResourceDependencies() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Retrieves descriptions of this ResourceCreationSpecifier's dependencies on external resources.
getExternalResourceDependency(String) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Gets the external resource dependency with the given key.
getExternalResources() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the descriptions of the external resources to be instantiated and managed by the resource manager.
getFailedComponentNames() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets the name of the components in which Exceptions (if any) occurred.
getFeatOkTst(String) - Static method in class org.apache.uima.jcas.JCasRegistry
For a particular type, return true if that type should have run-time checking for use of fields defined in the JCas Model which are not present in the CAS.
getFeature(int) - Method in interface org.apache.uima.cas.FeaturePath
Get feature at position.
getFeature() - Method in interface org.apache.uima.search.Mapping
Gets the name of the feature that should be indexed.
getFeatureByBaseName(String) - Method in interface org.apache.uima.cas.Type
Retrieve a feature for this type.
getFeatureByFullName(String) - Method in interface org.apache.uima.cas.TypeSystem
Get a feature object for a given name.
getFeatureName() - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Gets the name of the key's Feature.
getFeatureName() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Gets the name of the feature to be tested.
getFeatureNames() - Method in interface org.apache.uima.cas_data.FeatureStructure
Gets the names of all features on this FeatureStructure.
getFeatureNamesForType(String) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets the names of the features that are defined on one of the CAS types that this AE inputs or outputs.
getFeaturePath() - Method in interface org.apache.uima.cas.FeaturePath
Returns the feature path as string.
getFeatures() - Method in interface org.apache.uima.cas.Type
Get a vector of the features for which this type is a subtype of the features' domain (i.e., inherited features are also returned).
getFeatures() - Method in interface org.apache.uima.cas.TypeSystem
Get a list of features, in no particular order.
getFeatures() - Method in interface org.apache.uima.resource.metadata.TypeDescription
Gets the descriptions of the features for this Type.
getFeatureStructures() - Method in interface org.apache.uima.cas_data.CasData
Get an iterator over all top-level FeatureStructures, in no particular order.
getFeatureValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get a feature value.
getFeatureValue(String) - Method in interface org.apache.uima.cas_data.FeatureStructure
Gets the value of a feature
getFeatureValueAsString(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the value of the feature as a string if the type of the feature is one of the primitive type.
getFileNameExtension(String) - Static method in class org.apache.uima.pear.util.FileUtil
Identifies a given file name extension.
getFilePath() - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
Returns file where checkpoint information is stored
getFiles(File, boolean) - Static method in class org.apache.uima.util.FileUtils
Get a list of all files in a directory.
getFiles(File) - Static method in class org.apache.uima.util.FileUtils
Get a list of all files in a directory, ignoring subdirectories.
getFileSize(String) - Static method in class org.apache.uima.pear.util.FileUtil
Returns file size for a given file.
getFileUrl() - Method in interface org.apache.uima.resource.FileResourceSpecifier
Retrieves the URL of the file.
getFileUrlPrefix() - Method in interface org.apache.uima.resource.FileLanguageResourceSpecifier
Retrieves the URL prefix.
getFileUrlSuffix() - Method in interface org.apache.uima.resource.FileLanguageResourceSpecifier
Retrieves the URL suffix.
getFilter() - Method in interface org.apache.uima.search.IndexBuildItem
Gets the Filter that identifies which instances of the named CAS type are governed by the index rule for this item.
getFilterString() - Method in interface org.apache.uima.collection.metadata.CasProcessorFilter
Returns a filter expression as String
getFixedFlow() - Method in interface org.apache.uima.analysis_engine.metadata.FixedFlow
Returns the flow as an array.
getFloatArray0L() - Method in interface org.apache.uima.jcas.JCas
A constant for each cas which holds a 0-length instance.
getFloatValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Float value of a float valued feature path.
getFloatValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the float value of a feature.
getFlowConstraints() - Method in interface org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData
For an aggregate AnalysisEngine only, gets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.
getFlowConstraintsType() - Method in interface org.apache.uima.analysis_engine.metadata.CapabilityLanguageFlow
Gets the type of this FlowConstraints object.
getFlowConstraintsType() - Method in interface org.apache.uima.analysis_engine.metadata.FixedFlow
Gets the type of this FlowConstraints object.
getFlowConstraintsType() - Method in interface org.apache.uima.analysis_engine.metadata.FlowConstraints
Gets the type of this FlowConstraints object.
getFlowControllerContainer() - Method in interface org.apache.uima.analysis_engine.asb.ASB
Gets the FlowControllerContainer known to this ASB.
getFlowControllerDeclaration() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For an aggregate AnalysisEngine only, gets the declaration of which FlowController should be used by the AnalysisEngine.
getFlowControllerMetaData() - Method in interface org.apache.uima.flow.FlowControllerDescription
Retrieves the metadata that describes the FlowController.
getForceCasToBeDropped() - Method in class org.apache.uima.flow.FinalStep
Gets whether the CAS should be dropped.
getFrameworkImplementation() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Gets the name of the framework implementation within which the AnalysisEngine executes.
getFrameworkImplementation() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Gets the name of the AE framework implementation within which the Resource executes.
getFrameworkOverhead() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getFrameworkSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getFreeInstances() - Method in class org.apache.uima.util.CasPool
 
getFreeInstances() - Method in class org.apache.uima.util.JCasPool
 
getFrequency() - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
Returns frequency of checkpoints.
getFsAddrForXmiId(int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets the FS address that corresponds to the given xmi:id, in the most recent serialization or deserialization.
getFSArray0L() - Method in interface org.apache.uima.jcas.JCas
A constant for each cas which holds a 0-length instance.
getFSGenerator() - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.AnnotationBase_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.ByteArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.EmptyFloatList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.EmptyFSList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.EmptyIntegerList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.EmptyStringList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.FloatArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.FloatList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.FSArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.FSList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.IntegerList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.LongArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.ShortArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.Sofa_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.StringArray_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.StringList_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.cas.TOP_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
getFSGenerator() - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
getFsIndexCollection() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the FS Index collection used by this Processing Resource.
getFsIndexDescriptions() - Method in class org.apache.uima.resource.CasDefinition
 
getFsIndexes() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Retrieves the FS Index descriptions that are part of this collection.
getFsIndexes() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the Feature Structure indexes by this Processing Resource.
getFsIndexName() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Retrieves the name of the FeatureStructure index containing FeatureStructures to be tested by this precondition.
getFSIndexRepository() - Method in interface org.apache.uima.jcas.JCas
return the FSIndexRepository object for this Cas.
getFSIndexRepository() - Method in interface org.apache.uima.jcas.JFSIndexRepository
Get the underlying FSIndexRepository associated with this JFSIndexRepository.
getFsMatchConstraint() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Retrieves the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition.
getFSType() - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated. Returns the type for which the last feature in the feature path is defined.
getFSValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the FeatureStructure of a FeatureStructure valued feature path.
getFullLanguage() - Method in class org.apache.uima.cas.text.Language
 
getFullReport() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getHead() - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList
getter for head *
getHead(int) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
getHead() - Method in class org.apache.uima.jcas.cas.NonEmptyFSList
getter for head *
getHead(int) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
getHead() - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList
getter for head *
getHead(int) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
getHead() - Method in class org.apache.uima.jcas.cas.NonEmptyStringList
getter for head *
getHead(int) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
getHeap() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getHostAddress() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the hostAddress.
getHostImapPort() - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Returns the hostImapPort.
getHostInitialContextFactory() - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Returns the hostInitialContextFactory.
getHostIpAddress() - Static method in class org.apache.uima.pear.tools.InstallationController
 
getHostMessagingServer() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the hostMessagingServer.
getHostPassword() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the hostPassword.
getHostProviderURL() - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Returns the hostProviderURL.
getHostServerChannelPort() - Method in interface org.apache.uima.resource.MQMessagingSpecifier
Returns the host serverChannelPort.
getHostSmtpPort() - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Returns the hostSmtpPort.
getHostUser() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the hostUser.
getId() - Method in interface org.apache.uima.cas_data.FeatureStructure
Gets the ID of this FeatureStructure.
getId() - Method in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
getIdRefArray() - Method in interface org.apache.uima.cas_data.ReferenceArrayFS
Gets the IDs of the target feature structures.
getImplementationName() - Method in interface org.apache.uima.resource.ExternalResourceDescription
Retrieves the name of the Java class to be instantiated from the resource data.
getImplementationName() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Retrieves the name of this ResourceCreationSpecifier's implementation.
getImport() - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Gets the import that references the FlowController specifier.
getImport() - Method in interface org.apache.uima.collection.metadata.CpeComponentDescriptor
Gets the Import object that declares where the component descriptor is located.
getImport() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Deprecated. Use ResourceManagerConfiguration.getImports() instead. There may be many imports; this method only returns the first.
getImportCache() - Method in interface org.apache.uima.resource.ResourceManager
Gets a cache of imported descriptors, so that the parsed objects can be reused if the same URL is imported more than once.
getImports() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Gets the imports declared by this FS Index Collection.
getImports() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the imports declared by this Resource Manager Configuration.
getImports() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the imports declared by this TypePriorities declaration.
getImports() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets the imports declared by this Type System.
getInclude() - Method in interface org.apache.uima.collection.metadata.CpeComponentDescriptor
Returns component's descriptor file path
getIndex(String) - Method in interface org.apache.uima.cas.FSIndexRepository
Retrieve an index according to a label.
getIndex(String, Type) - Method in interface org.apache.uima.cas.FSIndexRepository
Retrieve an index according to a label and a type.
getIndex(String) - Method in interface org.apache.uima.jcas.JFSIndexRepository
Retrieve an index according to a label.
getIndex(String, int) - Method in interface org.apache.uima.jcas.JFSIndexRepository
Retrieve an index according to a label and a type.
getIndexBuildItems() - Method in interface org.apache.uima.search.IndexBuildSpecification
Gets the IndexBuildItem objects that comprise this index build specification.
getIndexed() - Method in interface org.apache.uima.cas_data.FeatureStructure
Gets the index repositories that this FeatureStrucutre should be indexed in if the CasData is converted to a CAS Object.
getIndexedFSs() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getIndexes() - Method in interface org.apache.uima.cas.FSIndexRepository
Get all indexes in this repository.
getIndexes() - Method in interface org.apache.uima.jcas.JFSIndexRepository
Get all indexes in this repository.
getIndexingStrategy() - Method in interface org.apache.uima.cas.FSIndex
Return the indexing strategy.
getIndexName() - Method in interface org.apache.uima.search.Mapping
Gets the name that will be used to represent this feature in the index.
getIndexRepository() - Method in interface org.apache.uima.cas.CAS
Get the index repository.
getIndexRepository() - Method in interface org.apache.uima.jcas.JCas
Get the index repository.
getIndexRepositoryMgr() - Method in interface org.apache.uima.cas.admin.CASMgr
Return a writable version of the index repository.
getIndexRule() - Method in interface org.apache.uima.search.IndexBuildItem
Gets the IndexRule that defines how annotations matching this build item should be indexed.
getInputQueueSize() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Returns size of the InputQueue.
getInputs() - Method in interface org.apache.uima.resource.metadata.Capability
Gets the inputs of this Capability.
getInputSofas() - Method in interface org.apache.uima.resource.metadata.Capability
Gets the inputs Sofa names of this Capability.
getInputStream() - Method in interface org.apache.uima.resource.DataResource
Gets an InputStream to the data.
getInputStream() - Method in class org.apache.uima.util.XMLInputSource
Gets the InputStream from which to read an XML document.
getInstallationActions() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getInstallationActions(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Returns the list of specified ActionInfo objects that have a given action name.
getInstallationDescriptor() - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
getInstallationDescriptor() - Method in class org.apache.uima.pear.tools.InstallationProcessor
 
getInstallationDescriptor() - Method in class org.apache.uima.pear.tools.PackageBrowser
Loads the INSTALLATION_DESCRIPTOR_FILE file, and creates the InstallationDescriptor (InsD) object.
getInstallationDescriptorAsStream(InstallationDescriptor) - Static method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Returns the content of the installation descriptor XML file for a given intallation descriptor object as InputStream object (for use in Eclipse plug-in).
getInstallationDescriptorFile() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getInstallationMsg() - Method in class org.apache.uima.pear.tools.InstallationController
 
getInstalledComponentRootPath(String, InstallationController.PackageSelector) - Static method in class org.apache.uima.pear.tools.InstallationController
Retrieves the root directory path of a given component, installed in the local file system, by using a given PackageSelector input.
getInstance() - Static method in class org.apache.uima.UIMAFramework
Gets the UIMAFramework instance currently in use.
getInstrumentationFacility() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the InstrumentationFacility that this annotator can use to record information about its performance.
getInstrumentationFacility() - Method in interface org.apache.uima.UimaContext
Gets the InstrumentationFacility that a component can use to record information about its performance.
getIntegerArray0L() - Method in interface org.apache.uima.jcas.JCas
A constant for each cas which holds a 0-length instance.
getInterfaceName() - Method in interface org.apache.uima.resource.ExternalResourceDependency
Retrieves the name of the Java interface through which this resource will be accessed.
getIntFeatValue(CAS, String, String) - Static method in class org.apache.uima.util.ConsumerCasUtils
 
getIntValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Integer value of an integer valued feature path.
getIntValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the int value of a feature.
getIsParallelizable() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
getJCas() - Method in interface org.apache.uima.cas.CAS
Get the JCas for this CAS.
getJCas(SofaFS) - Method in interface org.apache.uima.cas.CAS
Create a JCas view for a Sofa.
getJCas(SofaID) - Method in interface org.apache.uima.cas.CAS
Deprecated. As of v2.0, use CAS.getView(String) followed by CAS.getJCas().
getJCas() - Method in class org.apache.uima.flow.JCasFlow_ImplBase
Gets the JCas being routed by this Flow object.
getJCas(Sofa) - Method in interface org.apache.uima.jcas.JCas
Create a JCas view for a Sofa.
getJCas() - Method in class org.apache.uima.util.JCasPool
Checks out a JCas from the pool.
getJCas(long) - Method in class org.apache.uima.util.JCasPool
Checks out a JCas from the pool.
getJCasClassLoader() - Method in interface org.apache.uima.cas.admin.CASMgr
Gets the ClassLoader that should be used by the JCas to load the generated FS cover classes for this CAS.
getJfsFromCaddr(int) - Method in interface org.apache.uima.jcas.JCas
Internal Use - sets the corresponding Java instance for a Cas instance
getJFSIndexRepository() - Method in interface org.apache.uima.jcas.JCas
Gets the JCas-based interface to the Index Repository.
getKey() - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Gets the key that can be used to refer to the FlowController in configuration parameter overrides and Sofa mappings.
getKey() - Method in interface org.apache.uima.resource.ExternalResourceDependency
Retrieves the key by which the resource is identified.
getKey() - Method in interface org.apache.uima.resource.metadata.ExternalResourceBinding
Retrieves the key that identifies the ExternalResourceDependency being bound.
getKeyComparator(int) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Get the comparator for this key.
getKeyFeature(int) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Get the feature for this key.
getKeys() - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Gets the keys for this index.
getKeyType(int) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
 
getKind() - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Gets the "kind" of index.
getLabel() - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Gets the label of this index.
getLabels() - Method in interface org.apache.uima.cas.FSIndexRepository
Get all labels for all indexes.
getLabels() - Method in interface org.apache.uima.jcas.JFSIndexRepository
Get all labels for all indexes.
getLanguage() - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation
getter for language
getLanguage(int) - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
getLanguagePart() - Method in class org.apache.uima.cas.text.Language
 
getLanguages() - Method in interface org.apache.uima.resource.metadata.LanguagePrecondition
Gets the languages that satisfy this precondition.
getLanguagesSupported() - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that analyzes the preconditions of this Capability and returns the ISO language identifiers that the Resource supports.
getLastErrorForXmlDesc(File) - Static method in class org.apache.uima.pear.util.UIMAUtil
Returns the last logged Exception object associated with a given XML descriptor file.
getLastErrorForXmlDesc(URL) - Static method in class org.apache.uima.pear.util.UIMAUtil
Returns the last logged Exception object associated with a given XML descriptor URL.
getLastExceptionString() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
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.
getLastSegment(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
getLocalCache() - Method in interface org.apache.uima.resource.FileResourceSpecifier
Gets the file name for the local cache of a remote resource file.
getLocalFSData() - Method in interface org.apache.uima.cas.SofaFS
Get the Local Subject of Analysis returns null if not previously set.
getLocalFSData() - Method in class org.apache.uima.jcas.cas.Sofa
 
getLocalizedMessage() - Method in exception org.apache.uima.InternationalizedException
Gets the localized detail message for this exception.
getLocalizedMessage(Locale) - Method in exception org.apache.uima.InternationalizedException
Gets the localized detail message for this exception using the specified Locale.
getLocalizedMessage() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the localized detail message for this exception.
getLocalizedMessage(Locale) - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the localized detail message for this exception using the specified Locale.
getLocalStringData() - Method in interface org.apache.uima.cas.SofaFS
Get the Local Subject of Analysis returns null if not previously set.
getLocalStringData() - Method in class org.apache.uima.jcas.cas.Sofa
 
getLocation() - Method in interface org.apache.uima.resource.metadata.Import
Gets the location of this import's target.
getLogger() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets the Logger that this Analysis Engine is currently using.
getLogger() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Gets the Logger to which this annotator should send its log output.
getLogger() - Method in interface org.apache.uima.resource.Resource
Gets the Logger that this Resource is currently using.
getLogger() - Method in class org.apache.uima.resource.Resource_ImplBase
 
getLogger() - Method in interface org.apache.uima.UimaContext
Gets the Logger to which log output will be sent.
getLogger() - Static method in class org.apache.uima.UIMAFramework
Gets the Logger used by the UIMA framework.
getLogger(Class<?>) - Static method in class org.apache.uima.UIMAFramework
Gets the Logger used by a particular Class, for example an Annotator.
getLoggingLevel() - Static method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
Get the logging level of the logger for TAFAnnotator.
getLongHeap() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getLongValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Long value of a long valued feature path.
getLongValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the long value of a feature.
getLowLevelCAS() - Method in interface org.apache.uima.cas.CAS
Get an instance of the low-level CAS.
getLowLevelCas() - Method in class org.apache.uima.jcas.cas.TOP
 
getLowLevelCas() - Method in interface org.apache.uima.jcas.JCas
internal use
getLowLevelIndexRepository() - Method in interface org.apache.uima.jcas.JCas
 
getLowLevelTypeSystem() - Method in interface org.apache.uima.cas.TypeSystem
Return the low-level view of this type system.
getMainCasConsumerDesc() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainCasConsumerDesc(boolean) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Returns absolute or relative path to the specified CAS Consumer descriptor for the main (submitted) component, or null, if the main component was not specified.
getMainCasInitializerDesc() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainCasInitializerDesc(boolean) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Returns absolute or relative path to the specified CAS Initializer descriptor for the main (submitted) component, or null, if the main component was not specified.
getMainCollIteratorDesc() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainCollIteratorDesc(boolean) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Returns absolute or relative path to the specified Collection Iterator descriptor for the main (submitted) component, or null, if the main component was not specified.
getMainComponentDeployment() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentDesc() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentDesc(boolean) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Returns absolute or relative path to the specified XML AE descriptor for the main (submitted) component, or null, if the main component was not specified.
getMainComponentId() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentName() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentNetworkParam(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentNetworkParamNames() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentProps() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentRoot() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMainComponentService() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getMajorVersion() - Static method in class org.apache.uima.UIMAFramework
Gets the major version number of the framework implementation.
getManagementInterface() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets an object that can be used to do monitoring or management of this AnalysisEngine.
getManagementInterface() - Method in interface org.apache.uima.UimaContextAdmin
Gets an object that can be used to do monitoring or management of this AnalysisEngine.
getMaxConsecutiveRestarts() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
getMaxErrorCount() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Returns max number of errors tolerated by the CPE.
getMaxErrorCount() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns the max number of errors tolerated by the CPE.
getMaxErrorSampleSize() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Returns sample size.
getMaxErrorSampleSize() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns sample size.
getMaxRestartCount() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns max restarts threshold fro CasProcessor
getMaxTimeToWait() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
 
getMaxXmiId() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets the maximum xmi:id that has been generated or read so far.
getMessage() - Method in exception org.apache.uima.cas.admin.CASAdminException
 
getMessage() - Method in exception org.apache.uima.cas.impl.XCASParsingException
 
getMessage() - Method in exception org.apache.uima.InternationalizedException
Gets the English detail message for this exception.
getMessage() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the English detail message for this exception.
getMessage() - Method in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
getMessage() - Method in exception org.apache.uima.uimacpp.UimacppException
Returns a detail message.
getMessageCode() - Method in exception org.apache.uima.cas.admin.CASAdminException
Get the string identifier for this exception.
getMessageKey() - Method in exception org.apache.uima.InternationalizedException
Gets the identifier for this exception's message.
getMessageKey() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the identifier for this exception's message.
getMessagingType() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the messagingType.
getMetaData() - Method in interface org.apache.uima.resource.ConfigurableDataResourceSpecifier
Gets the metadata for this resource, which includes descriptive information as well as configuration settings.
getMetaData() - Method in interface org.apache.uima.resource.Resource
Gets the metadata that describes this Resource.
getMetaData() - Method in class org.apache.uima.resource.Resource_ImplBase
 
getMetaData() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Retrieves the ResourceMetaData to assign to the newly constructed ResourceCreationSpecifier.
getMetaDataList(Collection<? extends MetaDataObject>, ResourceManager, Map<String, ? super Exception>) - Static method in class org.apache.uima.util.CasCreationUtils
Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type systems, indexes, or type priorities).
getMetaDataList(Collection<? extends MetaDataObject>, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Gets a list of ProcessingResourceMetadata objects from a list containing either ResourceSpecifiers, ProcessingResourceMetadata objects, or subparts of ProcessingResourceMetadata objects (type sypstems, indexes, or type priorities).
getMimeType() - Method in class org.apache.uima.jcas.cas.Sofa
getter for mimeType - gets
getMimeTypes() - Method in interface org.apache.uima.resource.metadata.MimeTypePrecondition
Gets the MIME types that satisfy this precondition.
getMimeTypesSupported() - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that analyzes the preconditions of this Capability and returns the MIME types that the Resource can take as input.
getMinorVersion() - Static method in class org.apache.uima.UIMAFramework
Gets the minor version number of the framework implementation.
getModifiesCas() - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Gets whether this component will modify the CAS.
getMultipleReferencesAllowed() - Method in interface org.apache.uima.resource.metadata.FeatureDescription
For a feature with a range type that is an array or list, gets whether value of the feature may also be referenced from another feature elsewhere in the CAS.
getName() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets a name for this AnalysisEngineManagement object, which will be unique among all of its siblings (i.e.
getName() - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
Gets the fully-qualified Type or Feature name.
getName() - Method in interface org.apache.uima.cas.Feature
Get the qualified name for this feature.
getName() - Method in interface org.apache.uima.cas.Type
Get the fully qualified name of the type.
getName() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns CasProcessor's name
getName() - Method in interface org.apache.uima.collection.metadata.NameValuePair
Gets the name.
getName() - Method in class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
 
getName() - Method in interface org.apache.uima.resource.ExternalResourceDescription
Retrieves the name by which the resource is identified.
getName() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Retrieves the name of this configuration parameter.
getName() - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Gets the name of this Feature.
getName() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Gets the name of this FS Index Collection.
getName() - Method in interface org.apache.uima.resource.metadata.Import
Gets the name of this import's target.
getName() - Method in interface org.apache.uima.resource.metadata.NameValuePair
Gets the name.
getName() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the name of this Resource Manager Configuration.
getName() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the name of this Resource.
getName() - Method in interface org.apache.uima.resource.metadata.TypeDescription
Gets the name of this Type.
getName() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the name of this TypePriorities declaration.
getName() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets the name of this Type System.
getName() - Method in interface org.apache.uima.resource.Parameter
Gets the name of the parameter
getName() - Method in interface org.apache.uima.search.Attribute
Gets the name of this attribute.
getName() - Method in interface org.apache.uima.search.IndexBuildItem
Gets the name of the CAS type for which this item defines the indexing behavior.
getName() - Method in interface org.apache.uima.search.Style
Gets the name of this style.
getName() - Method in class org.apache.uima.util.NameClassPair
Gets the name of the attribute.
getNames() - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Gets the group names for this ConfigurationGroup object.
getNext() - Method in interface org.apache.uima.collection.base_cpm.CasDataCollectionReader
Gets the next CasData from this CollectionReader.
getNext(int) - Method in interface org.apache.uima.collection.base_cpm.CasDataCollectionReader
Gets multiple CasData objects from this CasDataCollectionReader.
getNext(CAS) - Method in interface org.apache.uima.collection.CollectionReader
Gets the next element of the collection.
getNextSibling() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get the next sibling (to the right) of this node.
getNonsharedMulitValuedFSs() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
 
getNthElement(int) - Method in class org.apache.uima.jcas.cas.FloatList
 
getNthElement(int) - Method in class org.apache.uima.jcas.cas.FSList
 
getNthElement(int) - Method in class org.apache.uima.jcas.cas.IntegerList
 
getNthElement(int) - Method in class org.apache.uima.jcas.cas.StringList
 
getNumAvailable() - Method in class org.apache.uima.util.CasPool
Gets the number of CASes currently available in this pool.
getNumberOfCASesProcessed() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Gets the total number of CASes this AnalysisEngine has processed over its lifetime.
getNumberOfFeatures() - Method in interface org.apache.uima.cas.Type
Get the number of features for which this type defines the domain.
getNumberOfKeys() - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Return the number of keys.
getNumberOfRegisteredClasses() - Static method in class org.apache.uima.jcas.JCasRegistry
Gets the number of cover classes that have been registered.
getNumChildren() - Method in class org.apache.uima.cas.impl.XCASSerializer
 
getNumChildren() - Method in class org.apache.uima.cas.impl.XmiCasSerializer
Gets the number of children of the current element.
getNumToProcess() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Returns number of entities to process
getObject() - Method in interface org.apache.uima.util.SaxDeserializer
Retrieves the XMLizable object that has been built from the SAX events this object has already received.
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.
getOffsetInSource(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
getOperationalProperties() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Gets this Processing Resource's OperationalProperties.
getOrder() - Method in interface org.apache.uima.cas.admin.LinearTypeOrder
 
getOrder() - Method in interface org.apache.uima.cas.admin.LinearTypeOrderBuilder
Return a total order of the type names added earlier that is consistent with the pre-order defined through calls to add().
getOSSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getOutMsgWriter() - Method in class org.apache.uima.pear.tools.InstallationController
 
getOutOfTypeSystemArrayElements(int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets information about out-of-typesystem array elements.
getOutOfTypeSystemElements() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets a List of OotsElementData objects, each of which describes an incoming XMI element that did not correspond to a Type in the TypeSystem.
getOutOfTypeSystemFeatures(int) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets information about out-of-typesystem features that belong to an in-typesystem FS.
getOutOfTypeSystemViewMembers(String) - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
Gets a List of xmi:id's (Strings) of all out-of-typesystem XMI elements that are members of the view with the given id.
getOutputQueue() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
 
getOutputQueueSize() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Returns the size of the OutputQueue.
getOutputs() - Method in interface org.apache.uima.resource.metadata.Capability
Gets the outputs of this Capability.
getOutputsNewCASes() - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Gets whether this AnalysisEngine may output new CASes.
getOutputSofas() - Method in interface org.apache.uima.resource.metadata.Capability
Gets the output Sofa names of this Capability.
getOverrides() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Gets the parameters that are this parameter overrides.
getParameterName() - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Returns the name of the parameter
getParameters() - Method in interface org.apache.uima.resource.CustomResourceSpecifier
Gets parameters that may be read by the custom resource class when it is initialized.
getParameters() - Method in interface org.apache.uima.resource.PearSpecifier
Gets parameters that may be read by the pear resource class when it is initialized.
getParameters() - Method in interface org.apache.uima.resource.URISpecifier
 
getParameterSettings() - Method in interface org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings
Gets the settings for configuration parameters that are not in any group.
getParameterSettings() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Gets the settings for configuration parameters that are not in any group.
getParameterType() - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Returns deployment parameter value type
getParameterValue(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings
Looks up the value of a parameter.
getParameterValue() - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Returns deployment parameter value
getParameterValue(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Looks up the value of a parameter.
getParameterValue(String, String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Looks up the value of a parameter in a group.
getParent() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get the parent of this node.
getParent(Type) - Method in interface org.apache.uima.cas.TypeSystem
Get the parent type for input type.
getPathComponents(String) - Static method in class org.apache.uima.util.FileUtils
Splits a path into components using the OS file separator character.
getPEARFileLocation(String, InstallationController.PackageSelector) - Static method in class org.apache.uima.pear.tools.InstallationController
Gets the PEAR file location (file path or URL) for a given component by using SITH DB a given PackageSelector input.
getPearPath() - Method in interface org.apache.uima.resource.PearSpecifier
Retrieves the PEAR path at which the pear Resource is located.
getPerformanceReport() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets a performance report for the processing that is currently occurring or has just completed.
getPerformanceReport() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Gets a performance report for the processing that is currently occurring or has just completed.
getPerformanceReport() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets a performance report for the processing that is currently occurring or has just completed.
getPerformanceTuningSettings() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets the performance tuning settings in effect for this Analysis Engine.
getPlainClassName(Class<?>) - Static method in class org.apache.uima.pear.util.StringUtil
Returns a plain name (without package name) of a given Java Class.
getPoolSize() - Method in interface org.apache.uima.util.CasPoolManagement
Get the total size of the CAS Pool.
getPreconditions() - Method in interface org.apache.uima.resource.metadata.Capability
Retrieves the preconditions that must be satisfied in order for the Resource to begin processing.
getPreconditionType() - Method in interface org.apache.uima.resource.metadata.Precondition
Gets the type of this precondition.
getPreconditionType() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Gets the type of this precondition.
getPredicate() - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Retrieves the predicate used to compare the test value to the comparison value.
getPreviousSibling() - Method in interface org.apache.uima.cas.text.AnnotationTreeNode
Get the previous sibling (to the left) of this node.
getPriorityLists() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the TypePriorityLists that define the priorities.
getProcess() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
 
getProcessingResourceMetaData() - Method in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
Gets the metadata that describes this CasProcesor.
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
 
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
 
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase
Deprecated.  
getProcessingResourceMetaData() - Method in interface org.apache.uima.collection.base_cpm.CasProcessor
Gets the metadata that describes this CasProcesor.
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
getProcessingResourceMetaData() - Method in interface org.apache.uima.collection.CasInitializer
Deprecated. Gets the metadata that describes this CasInitializer.
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated.  
getProcessingResourceMetaData() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Gets the metadata for this CollectionReader, which was extracted from the descriptor during initialization.
getProcessingResourceMetaData() - Method in class org.apache.uima.resource.CasDefinition
Constructs and returns a ProcessingResourceMetaData object that contains the type system, indexes, and type priorities definitions for the CAS.
getProcessTrace() - Method in interface org.apache.uima.analysis_engine.AnalysisProcessData
Deprecated. Gets the ProcessTrace object, which is used to record which AnalysisEngine components have executed and information, such as timing, about that execution.
getProcessTrace() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets the ProcessTrace object for the Entity's processing.
getProgress() - Method in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
Gets information about the number of entities and/or amount of data that has been read from this CollectionReader, and the total amount that remains (if that information is available).
getProgress() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets a progress report for the processing that is currently occurring or has just completed.
getProgress() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Gets a progress report for the processing that is currently occurring or has just completed.
getProgress() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets a progress report for the processing that is currently occurring or has just completed.
getProperlySubsumedTypes(Type) - Method in interface org.apache.uima.cas.TypeSystem
Return the list of all types subsumed by the input type.
getProtocol() - Method in interface org.apache.uima.resource.URISpecifier
Gets the name of the Protocol used to communicate with the service.
getQualifiedContextName() - Method in interface org.apache.uima.UimaContextAdmin
Gets the fully-qualified name of this context.
getQueueClass() - Method in interface org.apache.uima.collection.metadata.OutputQueue
Class name of the queue object to be used as Output Queue
getRange() - Method in interface org.apache.uima.cas.Feature
Get the range type for this feature.
getRangeTypeName() - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Gets the name of the range Type of this Feature.
getRelativePath(File, String) - Static method in class org.apache.uima.pear.util.FileUtil
Constructs a relative path of a given object, located in a given root directory, based on its absolute path.
getRelativePathBase() - Method in class org.apache.uima.util.XMLInputSource
Deprecated. Use XMLInputSource.getURL() instead.
getRelativePathForComponentObject(String, InstallationDescriptor.ComponentInfo) - Static method in class org.apache.uima.pear.tools.InstallationDescriptor
Constructs a relative path of a given component object, based on its absolute path.
getRequiredCasInterface() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Returns the specific CAS interface that this AnalysisComponent requires the framework to pass to its AnalysisComponent.process(AbstractCas) method.
getRequiredCasInterface() - Method in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
 
getRequiredCasInterface() - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
 
getRequiredCasInterface() - Method in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
 
getRequiredCasInterface() - Method in class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
 
getRequiredCasInterface() - Method in class org.apache.uima.flow.CasFlowController_ImplBase
 
getRequiredCasInterface() - Method in interface org.apache.uima.flow.FlowController
Returns the specific CAS interface that this FlowController requires the framework to pass to its FlowController.computeFlow(AbstractCas) method.
getRequiredCasInterface() - Method in class org.apache.uima.flow.JCasFlowController_ImplBase
 
getRequiredCasInterface() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
getRequiredFeature(Type, String) - Method in interface org.apache.uima.jcas.JCas
Internal use - look up a feature-name-string in the CAS type system and returns the Cas Feature object.
getRequiredFeatureDE(Type, String, String, boolean) - Method in interface org.apache.uima.jcas.JCas
Internal Use - look up a feature-name-string in the CAS type system and returns the Cas Feature object.
getRequiredType(String) - Method in interface org.apache.uima.jcas.JCas
Internal use - looks up a type-name-string in the CAS type system and returns the Cas Type object.
getResolution() - Method in interface org.apache.uima.util.UimaTimer
Gets the timer resolution in milliseconds.
getResource(String) - Method in interface org.apache.uima.resource.ResourceManager
Gets the Resource that has been registered under the specified name.
getResource(String, String[]) - Method in interface org.apache.uima.resource.ResourceManager
Gets an instance of a parameterized Resource.
getResourceAsStream(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves an InputStream for reading from the named resource.
getResourceAsStream(String, String[]) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves an InputStream for reading from the named resource.
getResourceAsStream(String) - Method in interface org.apache.uima.resource.ResourceManager
Retrieves an InputStream for reading from the named resource.
getResourceAsStream(String, String[]) - Method in interface org.apache.uima.resource.ResourceManager
Retrieves an InputStream for reading from the named resource.
getResourceAsStream(String) - Method in interface org.apache.uima.UimaContext
Retrieves an InputStream for reading from the named resource.
getResourceAsStream(String, String[]) - Method in interface org.apache.uima.UimaContext
Retrieves an InputStream for reading from the named resource.
getResourceBundleName() - Method in exception org.apache.uima.InternationalizedException
Gets the base name of the resource bundle in which the message for this exception is located.
getResourceBundleName() - Method in exception org.apache.uima.InternationalizedRuntimeException
Gets the base name of the resource bundle in which the message for this exception is located.
getResourceClass(String) - Method in interface org.apache.uima.resource.ResourceManager
Gets the Class of the Resource that will be returned by a call to ResourceManager.getResource(String) or ResourceManager.getResource(String,String[]).
getResourceClassName() - Method in interface org.apache.uima.resource.CustomResourceSpecifier
Retrieves the name of the Java class that will be instantiated when one of the UIMAFramework.produceXXX(ResourceSpecifier,...) methods is called with this resource specifier.
getResourceFactory() - Static method in class org.apache.uima.UIMAFramework
Get a reference to the ResourceFactory.
getResourceFilePath(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the absolute file path to the named resource.
getResourceFilePath(String, String[]) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the absolute file path to the named resource.
getResourceFilePath(String) - Method in interface org.apache.uima.UimaContext
Retrieves the absolute file path to the named resource.
getResourceFilePath(String, String[]) - Method in interface org.apache.uima.UimaContext
Retrieves the absolute file path to the named resource.
getResourceManager() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Gets the ResourceManager used by this AnalysisEngine.
getResourceManager() - Method in class org.apache.uima.resource.CasDefinition
 
getResourceManager() - Method in interface org.apache.uima.resource.Resource
Gets the ResourceManager that this Resource uses to locate other Resources.
getResourceManager() - Method in class org.apache.uima.resource.Resource_ImplBase
 
getResourceManager() - Method in interface org.apache.uima.UimaContextAdmin
Gets the ResourceManager instance used by this UimaContext to resolve external resource accesses.
getResourceManagerConfiguration() - Method in interface org.apache.uima.collection.metadata.CpeDescription
Returns ResourceManagerConfiguration instance.
getResourceManagerConfiguration() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Retrieves the Resource Manager configuration, which declares the resources that satisfy the dependencies defined by ResourceCreationSpecifier.getExternalResourceDependencies().
getResourceName() - Method in interface org.apache.uima.resource.metadata.ExternalResourceBinding
Retrieves the name of the actual Resource instance that will satisfy this dependency.
getResourceObject(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the named resource object.
getResourceObject(String, String[]) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the named resource object.
getResourceObject(String) - Method in interface org.apache.uima.UimaContext
Retrieves the named resource object.
getResourceObject(String, String[]) - Method in interface org.apache.uima.UimaContext
Retrieves the named resource object.
getResourceSpecifier() - Method in interface org.apache.uima.resource.ExternalResourceDescription
Retrieves the ResourceSpecifier that describes how to create the resource.
getResourceSpecifierFactory() - Static method in class org.apache.uima.UIMAFramework
Get a reference to the ResourceSpecifierFactory.
getResourceSpecifiers() - Method in interface org.apache.uima.resource.ResourceSpecifierList
Retrieves the constituent ResourceSpecifiers that comprise this aggregate ResourceSpecifierList.
getResourceType() - Method in interface org.apache.uima.resource.URISpecifier
Retrieves the type of Resource (e.g.
getResourceURI(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the URI to the named resource.
getResourceURI(String, String[]) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the URI to the named resource.
getResourceURI(String) - Method in interface org.apache.uima.UimaContext
Retrieves the URI to the named resource.
getResourceURI(String, String[]) - Method in interface org.apache.uima.UimaContext
Retrieves the URI to the named resource.
getResourceURL(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the URL to the named resource.
getResourceURL(String, String[]) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. Retrieves the URL to the named resource.
getResourceURL(String) - Method in interface org.apache.uima.resource.ResourceManager
Retrieves the URL to the named resource.
getResourceURL(String, String[]) - Method in interface org.apache.uima.resource.ResourceManager
Retrieves the URL to the named resource.
getResourceURL(String) - Method in interface org.apache.uima.UimaContext
Retrieves the URL to the named resource.
getResourceURL(String, String[]) - Method in interface org.apache.uima.UimaContext
Retrieves the URL to the named resource.
getRestartCount() - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
Returns max restarts threshold fro CasProcessor
getResultMessage() - Method in interface org.apache.uima.util.ProcessTraceEvent
Retrieves the result message of this event.
getResultSpecification() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Gets the ResultSpecification for this AnalysisComponent.
getResultSpecification() - Method in class org.apache.uima.flow.SimpleStepWithResultSpec
Deprecated. Gets the key of the Analysis Engine to which the CAS should be routed.
getResultTypesAndFeatures() - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce for the default language x-unspecified (that is, regardless any language specification).
getResultTypesAndFeatures(String) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Retrieves the Types and Features that the AnalysisEngine or Annotator is requested to produce for the specified language.
getRetCode() - Method in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
getRoot() - Method in interface org.apache.uima.cas.text.AnnotationTree
Get the root node of the tree.
getRootContext() - Method in interface org.apache.uima.UimaContextAdmin
Gets the Root Context for this Resource.
getRootDirectory() - Method in class org.apache.uima.pear.tools.PackageBrowser
 
getRunInSeparateProcess() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
getRunInSeperateProcess() - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
 
getSearchStrategy() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Gets the configuration parameter search strategy.
getServiceCallOverhead() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getServiceCallTime() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
If this AnalysisEngine is a proxy to a remote service, gets the total time spent making calls on that service.
getServiceWrapperOverhead() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getSession() - Method in interface org.apache.uima.UimaContext
Returns the Session object, which can be used to store data that pertains to a particular client session.
getSettingsForGroups() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Gets the settings for configuration parameters that are defined within groups.
getShortHeap() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getShortName() - Method in interface org.apache.uima.cas.Feature
Get the unqualified, short name of this feature.
getShortName() - Method in interface org.apache.uima.cas.Type
Get the unqualified, short name of this type.
getShortValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the Short value of a short valued feature path.
getShortValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the short value of a feature.
getSize() - Method in class org.apache.uima.util.CasPool
Gets the size of this pool (the total number of CAS instances that it can hold).
getSize() - Method in class org.apache.uima.util.JCasPool
Gets the size of this pool (the total number of JCas instances that it can hold).
getSofa(SofaID) - Method in interface org.apache.uima.cas.CAS
Deprecated. As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or call CAS.getSofa() if you truly need to access the SofaFS object.
getSofa() - Method in interface org.apache.uima.cas.CAS
Get the Sofa feature structure associated with this CAS view.
getSOFA() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
getSofa() - Method in class org.apache.uima.jcas.cas.AnnotationBase
getter for sofa - gets Sofaref for annotation
getSofa(int) - Method in class org.apache.uima.jcas.cas.AnnotationBase_Type
 
getSofa(SofaID) - Method in interface org.apache.uima.jcas.JCas
Deprecated. As of v2.0, use {#getView(String)}. From the view you can access the Sofa data, or call JCas.getSofa() if you truly need to access the SofaFS object.
getSofa() - Method in interface org.apache.uima.jcas.JCas
Get the Sofa feature structure associated with this JCas view.
getSofaDataArray() - Method in interface org.apache.uima.cas.CAS
Get the Sofa data array.
getSofaDataArray() - Method in interface org.apache.uima.jcas.JCas
Get the Sofa data array.
getSofaDataStream() - Method in interface org.apache.uima.cas.CAS
Get the Sofa data as a byte stream.
getSofaDataStream() - Method in interface org.apache.uima.cas.SofaFS
Provides stream access to both local and remote Sofa data.
getSofaDataStream() - Method in class org.apache.uima.jcas.cas.Sofa
 
getSofaDataStream() - Method in interface org.apache.uima.jcas.JCas
Get the Sofa data as a byte stream.
getSofaDataString() - Method in interface org.apache.uima.cas.CAS
Get the Sofa Data String (a.k.a.
getSofaDataString() - Method in interface org.apache.uima.jcas.JCas
Get the Sofa Data String (a.k.a.
getSofaDataURI() - Method in interface org.apache.uima.cas.CAS
Get the Sofa data array.
getSofaDataURI() - Method in interface org.apache.uima.jcas.JCas
Get the Sofa data array.
getSofaID() - Method in interface org.apache.uima.cas.SofaFS
Get the Sofa globally unique name, after mapping.
getSofaID() - Method in interface org.apache.uima.cas.SofaID
Deprecated. Get the Sofa ID.
getSofaID() - Method in class org.apache.uima.jcas.cas.Sofa
getter for sofaID - gets
getSofaIterator() - Method in interface org.apache.uima.cas.CAS
Get iterator for all SofaFS in the CAS.
getSofaIterator() - Method in interface org.apache.uima.jcas.JCas
Get iterator for all SofaFS in the CAS.
getSofaMap() - Method in interface org.apache.uima.UimaContextAdmin
Gets an unmodifiable Map containing the mapping of component sofa name to absolute sofa ID.
getSofaMappings() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Reserved for future use.
getSofaMappings() - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. As of v2.0, annotators no longer need to explicitly call this method. CAS views can now be obtained directly by the method CAS.getView(String), and the framework will automatically do the necessary Sofa mappings.
getSofaMappings() - Method in interface org.apache.uima.UimaContext
Deprecated. As of v2.0, annotators no longer need to explicitly call this method. CAS views can now be obtained directly by the method CAS.getView(String), and the framework will automatically do the necessary Sofa mappings.
getSofaMime() - Method in interface org.apache.uima.cas.SofaFS
Get the Sofa mime type.
getSofaMime() - Method in class org.apache.uima.jcas.cas.Sofa
 
getSofaMimeType() - Method in interface org.apache.uima.cas.CAS
Get the mime type of the Sofa data being analyzed.
getSofaMimeType() - Method in interface org.apache.uima.jcas.JCas
Get the mime type of the Sofa data being analyzed.
getSofaNameMappings() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
getSofaNameMappings() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated.  
getSofaNameMappings() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
 
getSofaNameMappings() - Method in interface org.apache.uima.collection.metadata.CpeSofaMappings
Return Sofa Name Mappings
getSofaNum() - Method in class org.apache.uima.jcas.cas.Sofa
getter for sofaNum - gets
getSofaRef() - Method in interface org.apache.uima.cas.SofaFS
Get the Sofa Ref value.
getSofaRef() - Method in class org.apache.uima.jcas.cas.Sofa
 
getSofaURI() - Method in interface org.apache.uima.cas.SofaFS
Get the Sofa URI value.
getSofaURI() - Method in class org.apache.uima.jcas.cas.Sofa
 
getSourceUrl() - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Gets the URL from which this object was parsed.
getSourceUrlString() - Method in interface org.apache.uima.resource.metadata.MetaDataObject
If the sourceURL of this object is non-null, returns its string representation.
getSpecifier() - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Retrieves the ResourceSpecifier used to determine which FlowController is used by the AnalysisEngine.
getStart() - Method in class org.apache.uima.jcas.tcas.Annotation
Deprecated.  
getStartingEntityId() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Returns id of the first entity the CPE will beging processing.
getStatusMessage() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets a message describing the status of the Entity's processing.
getStdOutput() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
 
getString() - Method in interface org.apache.uima.resource.metadata.AllowedValue
Gets the allowed value.
getStringArray0L() - Method in interface org.apache.uima.jcas.JCas
A constant for each cas which holds a 0-length instance.
getStringFeatValue(CAS, String, String) - Static method in class org.apache.uima.util.ConsumerCasUtils
 
getStringTable() - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
getStringValue(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the String value of a string valued feature path.
getStringValue(Feature) - Method in interface org.apache.uima.cas.FeatureStructure
Get the string value under a feature.
getStyles() - Method in interface org.apache.uima.search.IndexRule
Gets the styles that comprise this index rule.
getSubDirs(File) - Static method in class org.apache.uima.util.FileUtils
Get a list of all subdirectories in a directory, ignoring regular files.
getSubEvents() - Method in interface org.apache.uima.util.ProcessTraceEvent
Gets the sub-events of this event.
getSupertypeName() - Method in interface org.apache.uima.resource.metadata.TypeDescription
Gets the name of the supertype for this Type.
getSynchPoint() - Method in interface org.apache.uima.collection.base_cpm.RecoverableCollectionReader
Retrieves data facilitating recovery of the CollectionReader
getSyntax() - Method in interface org.apache.uima.search.Filter
Gets the declared syntax for this filter's expression.
getTafJNIVersion() - Static method in class org.apache.uima.uimacpp.UimacppEngine
helper function to get the TAF JNI version.
getTail() - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList
getter for tail *
getTail(int) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
getTail() - Method in class org.apache.uima.jcas.cas.NonEmptyFSList
getter for tail *
getTail(int) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
getTail() - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList
getter for tail *
getTail(int) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
getTail() - Method in class org.apache.uima.jcas.cas.NonEmptyStringList
getter for tail *
getTail(int) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
getTargetAddress() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the targetAddress.
getTargetId() - Method in interface org.apache.uima.cas_data.ReferenceValue
Gets the ID of the target FeatureStructure.
getTargetImapPort() - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Returns the targetImapPort.
getTargetInitialContextFactory() - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Returns the targetInitialContextFactory.
getTargetMessagingServer() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the targetMessagingServer.
getTargetPassword() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the targetPassword.
getTargetProviderURL() - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Returns the targetProviderURL.
getTargetServerChannelPort() - Method in interface org.apache.uima.resource.MQMessagingSpecifier
Returns the target serverChannelPort.
getTargetSmtpPort() - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Returns the targetSmtpPort.
getTargetUser() - Method in interface org.apache.uima.resource.MessagingSpecifier
Returns the targetUser.
getTcasFS(CAS, String) - Static method in class org.apache.uima.util.ConsumerCasUtils
 
getTerritoryPart() - Method in class org.apache.uima.cas.text.Language
 
getThrottleID() - Method in exception org.apache.uima.collection.impl.cpm.engine.CPMChunkTimeoutException
 
getTimeInMicros() - Method in interface org.apache.uima.util.UimaTimer
Gets the current time in microseconds.
getTimeInMillis() - Method in interface org.apache.uima.util.UimaTimer
Gets the current time in milliseconds.
getTimeInSecs() - Method in interface org.apache.uima.util.UimaTimer
Gets the current time in seconds.
getTimeout() - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Returns the timeout the CPE will wait for a response from CasProcessor.
getTimeout() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Returns the timeout value.
getTimeout() - Method in interface org.apache.uima.resource.MessagingSpecifier
Gets the timeout period in milliseconds.
getTimeout() - Method in interface org.apache.uima.resource.URISpecifier
Gets the timeout period in milliseconds.
getTimerImpl() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Removes timer class
getToolkitsSpecs() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
getTopType() - Method in interface org.apache.uima.cas.TypeSystem
Get the top type, i.e., the root of the type system.
getTotal() - Method in interface org.apache.uima.util.Progress
The total amount being processed, in terms of units specified by Progress.getUnit().
getTotal() - Method in class org.apache.uima.util.ProgressImpl
 
getTotalTime() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
getTypClass(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the type class of the feature path.
getType() - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Get the type of this comparator.
getType(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the type of the feature path.
getType() - Method in interface org.apache.uima.cas.FeatureStructure
Get the type of this FS.
getType() - Method in interface org.apache.uima.cas.FSIndex
Return the type of feature structures this index contains.
getType(String) - Method in interface org.apache.uima.cas.TypeNameSpace
 
getType(String) - Method in interface org.apache.uima.cas.TypeSystem
Get a type object for a given type name.
getType() - Method in interface org.apache.uima.cas_data.FeatureStructure
Gets the type of this FeatureStructure
getType(int) - Method in interface org.apache.uima.jcas.JCas
get the JCas _Type instance for a particular CAS type constant
getType(TOP) - Method in interface org.apache.uima.jcas.JCas
Deprecated. use instance.jcasType instead - faster
getType() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Retrieves the data type of this configuration parameter.
getType(String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Retrieves a Type from this TypeSystem fragment.
getType() - Method in interface org.apache.uima.util.ProcessTraceEvent
Gets the type of event.
getTypeIndexID() - Method in class org.apache.uima.examples.SourceDocumentInformation
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.AnnotationBase
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.BooleanArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.ByteArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.DoubleArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.EmptyFloatList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.EmptyFSList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.EmptyIntegerList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.EmptyStringList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.FloatArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.FloatList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.FSArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.FSList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.IntegerArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.IntegerList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.LongArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.NonEmptyFSList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.NonEmptyStringList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.ShortArray
used to obtain reference to the _Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.Sofa
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.StringArray
used to obtain reference to the TOP_Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.StringList
 
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.TOP
used to obtain reference to the TOP_Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.cas.TOP_Type
used to obtain reference to the TOP_Type instance
getTypeIndexID() - Method in class org.apache.uima.jcas.tcas.Annotation
 
getTypeIndexID() - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation
 
getTypeIterator() - Method in interface org.apache.uima.cas.TypeSystem
Get an iterator over all types, in no particular order.
getTypeName() - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Gets the Type name for this index.
getTypeNameSpace(String) - Method in interface org.apache.uima.cas.TypeSystem
Create a type name space object for the name parameter.
getTypePriorities() - Method in class org.apache.uima.resource.CasDefinition
 
getTypePriorities() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the Type Priorites for this Processing Resource.
getTypes() - Method in interface org.apache.uima.resource.metadata.TypePriorityList
Gets the type names, in order of their priority.
getTypes() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets descriptions of all Types in this TypeSystem fragment.
getTypeSystem() - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. Gets the TypeSystem that was passed to the most recent call to Annotator_ImplBase.typeSystemInit(TypeSystem).
getTypeSystem() - Method in interface org.apache.uima.analysis_engine.ResultSpecification
get the type system associated with this result specification.
getTypeSystem() - Method in interface org.apache.uima.cas.CAS
Return the type system of this CAS instance.
getTypeSystem() - Method in interface org.apache.uima.jcas.JCas
Return the type system of this CAS instance.
getTypeSystem() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the Type System used by this Processing Resource.
getTypeSystemDescription() - Method in class org.apache.uima.resource.CasDefinition
 
getTypeSystemMgr() - Method in interface org.apache.uima.cas.admin.CASMgr
Return a writable version of the type system.
getUimaContext() - Method in interface org.apache.uima.resource.Resource
Gets the UIMA Context for this Resource.
getUimaContext() - Method in class org.apache.uima.resource.Resource_ImplBase
 
getUimaContextAdmin() - Method in interface org.apache.uima.resource.Resource
Gets the Administrative interface to the UIMA Context.
getUimaContextAdmin() - Method in class org.apache.uima.resource.Resource_ImplBase
Gets the Admin interface to this Resource's UimaContext.
getUniqueMBeanName() - Method in interface org.apache.uima.resource.ManagementObject
Gets a valid JMX MBean name that is unique among all ManagementObjects in this JVM.
getUniqueName() - Method in interface org.apache.uima.UimaContextAdmin
Returns a UUID-like unique name of this component.
getUnit() - Method in interface org.apache.uima.util.Progress
The unit type represented by the Progress.getCompleted() and Progress.getTotal() numbers.
getUnit() - Method in class org.apache.uima.util.ProgressImpl
 
getUri() - Method in class org.apache.uima.examples.SourceDocumentInformation
getter for uri - gets URI of document.
getUri(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
getUri() - Method in interface org.apache.uima.resource.DataResource
Gets the URI of the data.
getUri() - Method in interface org.apache.uima.resource.URISpecifier
Retrieves the URI at which a Resource may be located.
getUrl() - Method in interface org.apache.uima.resource.ConfigurableDataResourceSpecifier
Retrieves the URL of the data.
getUrl() - Method in interface org.apache.uima.resource.DataResource
Gets the URL where the data is stored.
getURL() - Method in class org.apache.uima.util.XMLInputSource
Gets the base for resolving relative paths.
getUUID() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the UUID (Universally Unique Identifier) for this Resource.
getValue() - Method in interface org.apache.uima.collection.metadata.NameValuePair
Gets the value.
getValue() - Method in interface org.apache.uima.resource.metadata.NameValuePair
Gets the value.
getValue() - Method in interface org.apache.uima.resource.Parameter
Gets the value of the parameter.
getValue() - Method in interface org.apache.uima.search.Attribute
Gets the value of this attribute.
getValueAsString(FeatureStructure) - Method in interface org.apache.uima.cas.FeaturePath
Returns the feature path value as string for the given FeatureStructure.
getValueType() - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated. Returns the type that this feature path will evaluate to.
getVendor() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Gets the vendor of this FS Index Collection.
getVendor() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the vendor of this Resource Manager Configuration.
getVendor() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the vendor of this Resource.
getVendor() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the vendor of this TypePriorities declaration.
getVendor() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets the vendor of this Type System.
getVerificationMsg() - Method in class org.apache.uima.pear.tools.InstallationController
 
getVersion() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Gets the version number of this FS Index Collection.
getVersion() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Gets the version number of this Resource Manager Configuration.
getVersion() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the version number of this Resource.
getVersion() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Gets the version number of this TypePriorities declaration.
getVersion() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Gets the version number of this Type System.
getVersion() - Static method in class org.apache.uima.uimacpp.CppUimajEngine
 
getVersionString() - Static method in class org.apache.uima.UIMAFramework
Gets the framework implementation's version number as a string.
getView() - Method in interface org.apache.uima.cas.AnnotationBaseFS
Gets the CAS view associated with the Sofa that this Annotation is over.
getView(String) - Method in interface org.apache.uima.cas.CAS
Get the view for a Sofa (subject of analysis).
getView(SofaFS) - Method in interface org.apache.uima.cas.CAS
Get the view for a Sofa (subject of analysis).
getView() - Method in class org.apache.uima.jcas.cas.AnnotationBase
 
getView(int) - Method in class org.apache.uima.jcas.cas.AnnotationBase_Type
 
getView(String) - Method in interface org.apache.uima.jcas.JCas
Get the view for a Sofa (subject of analysis).
getView(SofaFS) - Method in interface org.apache.uima.jcas.JCas
Get the view for a Sofa (subject of analysis).
getViewIterator() - Method in interface org.apache.uima.cas.CAS
Get iterator over all views in this CAS.
getViewIterator(String) - Method in interface org.apache.uima.cas.CAS
Get iterator over all views with the given name prefix.
getViewIterator() - Method in interface org.apache.uima.jcas.JCas
Get iterator over all views in this JCas.
getViewIterator(String) - Method in interface org.apache.uima.jcas.JCas
Get iterator over all views with the given name prefix.
getViewName() - Method in interface org.apache.uima.cas.CAS
Get the view name.
getViewName() - Method in interface org.apache.uima.jcas.JCas
Get the view name.
getWaitTimeBetweenRetries() - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
 
getXCASHandler(CAS) - Method in class org.apache.uima.cas.impl.XCASDeserializer
Create a default handler for deserializing an XCAS into the cas parameter.
getXCASHandler(CAS, OutOfTypeSystemData) - Method in class org.apache.uima.cas.impl.XCASDeserializer
Create a default handler for deserializing an XCAS into the cas parameter.
getXmiCasHandler(CAS) - Method in class org.apache.uima.cas.impl.XmiCasDeserializer
Create a default handler for deserializing a CAS from XMI.
getXmiCasHandler(CAS, boolean) - Method in class org.apache.uima.cas.impl.XmiCasDeserializer
Create a default handler for deserializing a CAS from XMI.
getXmiCasHandler(CAS, boolean, XmiSerializationSharedData) - Method in class org.apache.uima.cas.impl.XmiCasDeserializer
Create a default handler for deserializing a CAS from XMI.
getXmiCasHandler(CAS, boolean, XmiSerializationSharedData, int) - Method in class org.apache.uima.cas.impl.XmiCasDeserializer
Create a default handler for deserializing a CAS from XMI.
getXmiCasHandler(CAS, boolean, XmiSerializationSharedData, int, AllowPreexistingFS) - Method in class org.apache.uima.cas.impl.XmiCasDeserializer
Create a default handler for deserializing a CAS from XMI.
getXMLParser() - Static method in class org.apache.uima.UIMAFramework
Get a reference to the UIMA XMLParser, which is used to parse ResourceSpecifier objects from their XML representations.
gt(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Require float value to be greater than f.
gt(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Require int value to be greater than i.

H

hashCode() - Method in interface org.apache.uima.cas.FeatureStructure
Will return a hash code that's consistent with equality, i.e., if two FSs are equal, they will also return the same hash code.
hashCode() - Method in class org.apache.uima.jcas.cas.TOP
 
hashCode() - Method in interface org.apache.uima.resource.DataResource
Gest the hash code for this DataResource.
hashCode() - Method in class org.apache.uima.util.Level
 
hashCode() - Method in class org.apache.uima.util.NameClassPair
Gets the hash code for this object.
hasMessageKey(String) - Method in exception org.apache.uima.InternationalizedException
Checks if this exception, or any of its root causes, has a particular UIMA message key.
hasNext() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Asks if this AnalysisComponent has another CAS to output.
hasNext() - Method in class org.apache.uima.analysis_component.Annotator_ImplBase
Returns false, since annotators are not allowed to create new CAS instances.
hasNext() - Method in interface org.apache.uima.analysis_engine.CasIterator
Checks if there are more CASes to be returned by the iterator.
hasNext() - Method in interface org.apache.uima.analysis_engine.JCasIterator
Checks if there are more JCASes to be returned by the iterator.
hasNext() - Method in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
Gets whether there are any elements remaining to be read from this CollectionReader.
hasNext() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
hasNext() - Method in class org.apache.uima.uimacpp.UimacppEngine
hasNext

I

ID_ATTR_NAME - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
ID_ATTR_NAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
ID_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
identifyUimaComponentCategory(File) - Static method in class org.apache.uima.pear.util.UIMAUtil
Identifies a given UIMA component/resource category based on its XML descriptor.
identifyUimaComponentCategory(URL) - Static method in class org.apache.uima.pear.util.UIMAUtil
Identifies a given UIMA component/resource category based on its XML descriptor.
identifyUtfSignature(int[], int) - Static method in class org.apache.uima.pear.util.FileUtil
Makes and attempt to identify possible UTF signatute (BOM) in a given sequence of bytes.
ILLEGAL_ARGUMENT - Static variable in exception org.apache.uima.UIMA_IllegalArgumentException
Message key for a standard UIMA exception message: "Value "{0}" is not valid for argument "{1}" of method {2}."
ILLEGAL_ARRAY_ATTR - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: unknown attribute for array type: {3}.
ILLEGAL_ARRAY_SIZE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Array size must be >= 0.
ILLEGAL_ARRAY_SIZE - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: size of array must be >= 0, but is: {3}.
ILLEGAL_DROP_CAS - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "The FlowController attempted to drop a CAS that was passed as input to the Aggregate AnalysisEngine containing that FlowController.
ILLEGAL_ID - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: value of _id attribute must be integer, but is: {3}.
ILLEGAL_STRING_VALUE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error setting string value: string "{0}" is not valid for a value of type "{1}".
Import - Interface in org.apache.uima.resource.metadata
An import declaration.
IMPORT_BY_NAME_TARGET_NOT_FOUND - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: An import could not be resolved.
IMPORT_FAILED_COULD_NOT_READ_FROM_URL - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: Import failed.
IMPORT_MUST_HAVE_NAME_XOR_LOCATION - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: Invalid import declaration.
INAPPROP_FEAT - Static variable in exception org.apache.uima.cas.CASRuntimeException
Feature "{0}" is not defined for type "{1}".
INAPPROP_RANGE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Trying to access value of feature "{0}" as "{1}", but range of feature is "{2}".
INAPPROP_TYPE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Expected value of type "{0}", but found "{1}".
INAPPROP_TYPE_EXCEPTION - Static variable in exception org.apache.uima.cas.CASException
The value of the feature {0} cannot be accessed as type {1}, because it is {2}.
INCLUDE_FILE_NOT_FOUND - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "The XML document attempted to include an external file "{0}", which was not found."
INCOMPATIBLE_ELEMENT_RANGE_TYPES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The feature {0} is declared twice, with incompatible element range types {1} and {2}.
INCOMPATIBLE_INDEX_VERSION - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: The semantic search index at "{0}" was built with a UIMA version prior to v2.0.
INCOMPATIBLE_MULTI_REFS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The feature {0} is declared twice, with incompatible multipleReferencesAllowed specifications.
INCOMPATIBLE_RANGE_TYPES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The feature {0} is declared twice, with incompatible range types {1} and {2}.
INCOMPATIBLE_SUPERTYPES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The Type {0} is declared twice, with incompatible supertypes {1} and {2}."
INCOMPATIBLE_TAF_JNI_LIBRARY - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "Incompatible taf jni library {0}."
INCORRECT_CAS_INTERFACE - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "Expected CAS interface {0}, but received interface {1}."
INCORRECT_INPUT_TO_CAS_INITIALIZER - Static variable in exception org.apache.uima.collection.CollectionException
Message key for a standard UIMA exception message: The CAS Initializer requires an input of class {0}, but received an object of class {1}.
INCORRECT_NUMBER_OF_PARAMETERS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "This resource requires {0} parameter(s)."
increment(int) - Method in class org.apache.uima.util.ProgressImpl
 
INDEX_KEY_FEATURE_NOT_FOUND - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The key Feature "{0}" declared for Index "{1}" was not found."
IndexBuildItem - Interface in org.apache.uima.search
An individual item within a IndexBuildSpecification.
IndexBuildSpecification - Interface in org.apache.uima.search
Determines how a CAS get indexed with a UIMA-compliant search engine.
INDEXED_ATTR_NAME - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
INDEXED_ATTR_NAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
IndexingException - Exception in org.apache.uima.search
Thrown by the Index to indicate that a failure has occurred during indexing.
IndexingException() - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with a null message.
IndexingException(Throwable) - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with the specified cause and a null message.
IndexingException(String, String, Object[]) - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with a the specified message.
IndexingException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with the specified message and cause.
IndexingException(String, Object[]) - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
IndexingException(String, Object[], Throwable) - Constructor for exception org.apache.uima.search.IndexingException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
indexOfIgnoreCase(String, String) - Static method in class org.apache.uima.pear.util.StringUtil
 
indexOfIgnoreCase(String, String, int) - Static method in class org.apache.uima.pear.util.StringUtil
 
IndexRule - Interface in org.apache.uima.search
A rule that specifies indexing behavior.
INFO - Static variable in class org.apache.uima.util.Level
message level "INFO"
INFO_INT - Static variable in class org.apache.uima.util.Level
level value for level "INFO"
initCASIndexes() - Method in interface org.apache.uima.cas.admin.CASMgr
Install the standard built-in indexes into the base CAS
initCause(Throwable) - Method in exception org.apache.uima.InternationalizedException
 
initCause(Throwable) - Method in exception org.apache.uima.InternationalizedRuntimeException
 
initializationComplete() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the Collection Processing Manager's initialization has completed.
initialize(UimaContext) - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Performs any startup tasks required by this component.
initialize(UimaContext) - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
 
initialize(ResourceSpecifier, Map<String, Object>) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Initializes this Resource from a ResourceSpecifier.
initialize(AnnotatorContext) - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. The only thing this implementation does is store the AnnotatorContext so that it can be accessed later via the Annotator_ImplBase.getContext() method.
initialize(AnnotatorContext) - Method in interface org.apache.uima.analysis_engine.annotator.BaseAnnotator
Performs any startup tasks required by this annotator.
initialize(String) - Method in interface org.apache.uima.cas.FeaturePath
Initialize the feature path object with the given feature path string.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
Called by the framework to initialize this Collection Reader.
initialize() - Method in class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
This method is called during initialization, and does nothing by default.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
Called by the framework to initialize this CAS Consumer.
initialize() - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
This method is called during initialization, and does nothing by default.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase
Deprecated. Called by the framework to initialize this CAS Initializer.
initialize() - Method in class org.apache.uima.collection.base_cpm.CasDataInitializer_ImplBase
Deprecated. This method is called during initialization, and does nothing by default.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.CasConsumer_ImplBase
Called by the framework to initialize this CAS Consumer.
initialize() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
This method is called during initialization, and does nothing by default.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated. Called by the framework to initialize this CAS Initializer.
initialize() - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated. This method is called during initialization, and does nothing by default.
initialize(CpeDescription, Map<String, Object>) - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Initializes this CPE from a cpeDescription Applications do not need to call this method.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Called by the framework to initialize this Collection Reader.
initialize() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
This method is called during initialization, and does nothing by default.
initialize(FlowControllerContext) - Method in interface org.apache.uima.flow.FlowController
Performs any startup tasks required by this component.
initialize(FlowControllerContext) - Method in class org.apache.uima.flow.FlowController_ImplBase
 
initialize(ResourceSpecifier, Map<String, Object>) - Method in interface org.apache.uima.resource.Resource
Initializes this Resource from a ResourceSpecifier.
initialize(ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.resource.Resource_ImplBase
 
initialize(String, String, int[], int[], int[], int[], String[], String[], int[], String[], int[], String[], int[], int[], int[]) - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
initialize(UimaContext) - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
initializeCas(Object) - Method in interface org.apache.uima.collection.base_cpm.CasDataInitializer
Deprecated. Reads content and metadata from an Object and creates a CasData.
initializeCas(Object, CAS) - Method in interface org.apache.uima.collection.CasInitializer
Deprecated. Reads content and metadata from an Object and initializes a CAS.
initializeExternalResources(ResourceManagerConfiguration, String, Map<String, Object>) - Method in interface org.apache.uima.resource.ResourceManager
Initializes all external resources declared in a ResourceCreationSpecifier.
initializeFromParentResourceManager(ResourceManager) - Method in interface org.apache.uima.resource.ResourceManagerPearWrapper
Pear Wrapper Resource Managers share all their values with their parent, except for the 2 values used to store the Classpath and Datapath.
initializeRoot(Logger, ResourceManager, ConfigurationManager) - Method in interface org.apache.uima.UimaContextAdmin
Initializes a root UimaContext.
initSubstitutionTables(String) - Method in class org.apache.uima.pear.tools.InstallationProcessor
Initializes two Hashtable objects that are used to substitute $dlg_comp_id$root macros in URL and absolute path expressions.
INPUT_SOFA_HAS_NO_SOURCE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The input Sofa "{0}" in component "{1}" is not an input of the containing aggregate, "{2}", nor is it an output of another component in the same aggregate.
INSD_FILE_PATH - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
INSTALL_IN_ROOT_OPT - Static variable in class org.apache.uima.pear.tools.InstallationController
 
INSTALLATION_COMPLETED - Static variable in class org.apache.uima.pear.tools.InstallationController
 
INSTALLATION_DESCRIPTOR_FILE - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
INSTALLATION_FAILED - Static variable in class org.apache.uima.pear.tools.InstallationController
 
INSTALLATION_IN_PROGRESS - Static variable in class org.apache.uima.pear.tools.InstallationController
 
INSTALLATION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
INSTALLATION_TESTER_APP - Static variable in class org.apache.uima.pear.tools.InstallationController
 
InstallationController - Class in org.apache.uima.pear.tools
The InstallationController class allows installing PEAR files that contain UIMA compliant components.
InstallationController(String, String) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructs an instance of the InstallationController class for a given component and a given installation root directory.
InstallationController(String, String, boolean) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructs an instance of the InstallationController class for a given component and a given installation root directory.
InstallationController(String, String, boolean, MessageRouter.StdChannelListener) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructs an instance of the InstallationController class for a given component and a given installation root directory.
InstallationController(String, String, boolean, MessageRouter, MessageRouter.StdChannelListener, boolean) - Constructor for class org.apache.uima.pear.tools.InstallationController
Internal constructor that creates an instance of the InstallationController class for a given component and a given installation root directory.
InstallationController(String, File, File) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local root directory where the component will be installed.
InstallationController(String, File, File, boolean, boolean) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local root directory where the component will be installed.
InstallationController(String, File, File, boolean) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local root directory where the component will be installed.
InstallationController(String, File, File, boolean, MessageRouter.StdChannelListener) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local root directory where the component will be installed.
InstallationController(String, File, File, boolean, MessageRouter.StdChannelListener, boolean) - Constructor for class org.apache.uima.pear.tools.InstallationController
Constructor for the 'local' mode, which specifies component ID, local PEAR file and a local root directory where the component will be installed.
InstallationController.InstallationMonitor - Interface in org.apache.uima.pear.tools
The InstallationMonitor interface defines methods required for notifying of component installation status and location of the installed PEAR packages.
InstallationController.PackageSelector - Interface in org.apache.uima.pear.tools
The PackageSelector interface defines methods required for manually or automatically selecting installed PEAR package root directories and PEAR package files.
InstallationController.TestStatus - Class in org.apache.uima.pear.tools
The TestStatus class encapsulates attributes related to the results of the 'serviceability' verification test.
InstallationController.TestStatus() - Constructor for class org.apache.uima.pear.tools.InstallationController.TestStatus
 
InstallationDescriptor - Class in org.apache.uima.pear.tools
The InstallationDescriptor class encapsulates all elements and parameters included in the XML Installation Descriptor file.
InstallationDescriptor() - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor
Default constructor.
InstallationDescriptor(File) - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor
Constructor that takes a given original InsD file as an argument.
InstallationDescriptor.ActionInfo - Class in org.apache.uima.pear.tools
The ActionInfo class defines 'installation action' attributes.
InstallationDescriptor.ActionInfo(String) - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
Constructor that takes 'action' name as an argument.
InstallationDescriptor.ActionInfo(InstallationDescriptor.ActionInfo) - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
 
InstallationDescriptor.ArgInfo - Class in org.apache.uima.pear.tools
The ArgInfo class defines attributes of a service command argument.
InstallationDescriptor.ArgInfo() - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor.ArgInfo
 
InstallationDescriptor.ComponentInfo - Class in org.apache.uima.pear.tools
The ComponentInfo class defines UIMA component attributes.
InstallationDescriptor.ComponentInfo(String) - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
Constructor that takes component ID as an argument.
InstallationDescriptor.ServiceInfo - Class in org.apache.uima.pear.tools
The ServiceInfo class defines attributes of a 'service' component.
InstallationDescriptor.ServiceInfo() - Constructor for class org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
 
InstallationDescriptorHandler - Class in org.apache.uima.pear.tools
The InstallationDescriptorHandler class allows parsing XML installation descriptor files, creating instances of the InstallationDescriptor class.
InstallationDescriptorHandler() - Constructor for class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
InstallationProcessor - Class in org.apache.uima.pear.tools
The InstallationProcessor class implements operations specified in the installation descriptor.
InstallationProcessor(String, Hashtable<String, String>) - Constructor for class org.apache.uima.pear.tools.InstallationProcessor
Constructs an instance of the InstallationProcessor class, using given main component root path and a table of installed delegate components.
InstallationProcessor(String, Hashtable<String, String>, InstallationController) - Constructor for class org.apache.uima.pear.tools.InstallationProcessor
Similar to previous constructor, but sets a given InstallationController object as the requestor.
InstallationTester - Class in org.apache.uima.pear.tools
The InstallationTester application allows performing simple verification of the installed UIMA compliant component by using standard UIMA framework interface.
InstallationTester(PackageBrowser) - Constructor for class org.apache.uima.pear.tools.InstallationTester
Creates new instance of the InstallationTester class, identifies a specified component using UIMA API.
installComponent() - Method in class org.apache.uima.pear.tools.InstallationController
Performs installation of the specified component in the specified target directory, including all delegate components (if exist).
installComponentDescriptors() - Method in class org.apache.uima.pear.tools.InstallationController
Performs installation of XML descriptors of the specified component in the specified target directory, including XML descriptors of all the delegate components (if exist).
installDelegateComponents() - Method in class org.apache.uima.pear.tools.InstallationController
Performs installation of all separate delegate components for the specified main component.
installDelegateComponentsDescriptors() - Method in class org.apache.uima.pear.tools.InstallationController
Performs installation of XML descriptors for all separate delegate components of the specified main component.
installPackage(File, File, boolean) - Static method in class org.apache.uima.pear.tools.PackageInstaller
Installs the specified PEAR package to the specified install location.
installPackage(File, File, boolean, boolean) - Static method in class org.apache.uima.pear.tools.PackageInstaller
Installs the specified PEAR package to the specified install location.
installPackage(File, File, boolean, boolean, boolean) - Static method in class org.apache.uima.pear.tools.PackageInstaller
Installs the specified PEAR package to the specified install location.
instance() - Static method in class org.apache.uima.cas.ConstraintFactory
Create a new constraint factory.
instanceOf_Type - Variable in class org.apache.uima.jcas.cas.TOP_Type
This generator can be set up to either get the identical Java object (if it exists) or just make a new one.
InstrumentationFacility - Interface in org.apache.uima.util
The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
IntArrayFS - Interface in org.apache.uima.cas
Interface for CAS int arrays.
INTEGER_EXPECTED - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: expected integer value, but found: {3}.
IntegerArray - Class in org.apache.uima.jcas.cas
The Java Class model corresponding to the Cas IntegerArray_JCasImpl type.
IntegerArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.IntegerArray
Internal - Constructor used by generator
IntegerArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.IntegerArray
Make a new IntegerArray of given size
IntegerArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS IntegerArray_JCasImpl Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
IntegerArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.IntegerArray_Type
 
IntegerList - Class in org.apache.uima.jcas.cas
 
IntegerList() - Constructor for class org.apache.uima.jcas.cas.IntegerList
 
IntegerList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.IntegerList
Internal - Constructor used by generator
IntegerList(JCas) - Constructor for class org.apache.uima.jcas.cas.IntegerList
 
IntegerList_Type - Class in org.apache.uima.jcas.cas
 
IntegerList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.IntegerList_Type
 
IntegerList_Type() - Constructor for class org.apache.uima.jcas.cas.IntegerList_Type
 
InternationalizedException - Exception in org.apache.uima
The InternationalizedException class adds internationalization support to the standard functionality provided by java.lang.Exception.
InternationalizedException() - Constructor for exception org.apache.uima.InternationalizedException
Creates a new InternationalizedException with a null message.
InternationalizedException(Throwable) - Constructor for exception org.apache.uima.InternationalizedException
Creates a new InternationalizedException with the specified cause and a null message.
InternationalizedException(String, String, Object[]) - Constructor for exception org.apache.uima.InternationalizedException
Creates a new InternationalizedException with the specified message.
InternationalizedException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.InternationalizedException
Creates a new InternationalizedException with the specified message and cause.
InternationalizedRuntimeException - Exception in org.apache.uima
The InternationalizedRuntimeException class adds internationalization support to the standard functionality provided by java.lang.RuntimeException.
InternationalizedRuntimeException() - Constructor for exception org.apache.uima.InternationalizedRuntimeException
Creates a new InternationalizedRuntimeException with a null message.
InternationalizedRuntimeException(Throwable) - Constructor for exception org.apache.uima.InternationalizedRuntimeException
Creates a new InternationalizedRuntimeException with the specified cause and a null message.
InternationalizedRuntimeException(String, String, Object[]) - Constructor for exception org.apache.uima.InternationalizedRuntimeException
Creates a new InternationalizedRuntimeException with the specified message.
InternationalizedRuntimeException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.InternationalizedRuntimeException
Creates a new InternationalizedRuntimeException with the specified message and cause.
INVALID_ACTION_AFTER_CAS_MULTIPLIER - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The value "{0}" is an invalid value for the FixedFlowController's "ActionAfterCasMultiplier" configuration parameter.
INVALID_ATTRIBUTE_COMBINATION_IN_BUILD_ITEM - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid attributes in build item {0}: The combination [{1}] is not allowed.
INVALID_BASE_CAS_METHOD - Static variable in exception org.apache.uima.cas.CASRuntimeException
Can''t call method "{0}" on the base CAS.
INVALID_CLASS - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "An object of class {0} was requested, but the XML input contained an object of class {1}."
INVALID_CPE_DESCRIPTOR - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: This is not a valid CPE descriptor.
INVALID_DESCRIPTOR_FILE - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "Invalid descriptor file {0}."
INVALID_ELEMENT_TEXT - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "The text "{0}" is not valid content for the element "{1}"."
INVALID_ELEMENT_TYPE - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "Expected an element of type {0}, but found an element of type {1}."
INVALID_FEATURE_CODE - Static variable in interface org.apache.uima.jcas.JCas
(internal use)
INVALID_FEATURE_PATH - Static variable in exception org.apache.uima.cas.CASRuntimeException
The feature path "{0}" is not valid.
INVALID_FILTER_ESCAPE - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Invalid escape sequence {0}.
INVALID_FILTER_EXPECTED_DIGIT - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Expected a digit but found {0}.
INVALID_FILTER_EXPECTED_DIGIT_OR_POINT - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Expected a digit or '.' but found {0}.
INVALID_FILTER_EXPECTED_END - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Expected the end of the expression but found {0}.
INVALID_FILTER_EXPECTED_LITERAL - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Expected a string or number but found '{0}'.
INVALID_FILTER_EXPECTED_OPERATOR - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Expected operator but found {0}.
INVALID_FILTER_FEATURE_NAME - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: '{0}' cannot start a feature name.
INVALID_FILTER_STRING_OPERATOR - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: The operator {0} cannot be applied to strings.
INVALID_FILTER_UNTERMINATED_STRING - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Invalid filter expression: Unterminated String: {0}.
INVALID_MARKER - Static variable in exception org.apache.uima.cas.CASRuntimeException
Invalid Marker.
INVALID_MODIFIES_CAS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The descriptor for aggregate AnalysisEngine "{0}" declared modifiesCas == false, but its copmonent "{1}" declared modifiesCas == true, which is inconsistent."
INVALID_MULTIPLE_DEPLOYMENT_ALLOWED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The descriptor for aggregate AnalysisEngine "{0}" declared multipleDeploymentAllowed == true, but its copmonent "{1}" declared multipleDeploymentAllowed == false, which is inconsistent."
INVALID_OUTPUTS_NEW_CASES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The descriptor for aggregate AnalysisEngine "{0}" declared outputsNewCASes == true, but all of its components declared outputsNewCASes == false, which is inconsistent."
INVALID_PARAM_OVERRIDE_NONEXISTENT_DELEGATE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Invalid configuration parameter override "{0}" in parameter "{1}" of Analysis Engine "{2}" -- delegate Analysis Engine "{3}" does not exist.
INVALID_PARAM_OVERRIDE_NONEXISTENT_PARAMETER - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Invalid configuration parameter override "{0}" in parameter "{1}" of Analysis Engine "{2}" -- delegate Analysis Engine "{3}" does not declare parameter {4}.
INVALID_PARAM_OVERRIDE_NONEXISTENT_PARAMETER_IN_GROUP - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Invalid configuration parameter override "{0}" in parameter "{1}" of Analysis Engine "{2}" -- delegate Analysis Engine "{3}" does not declare parameter {4} in group {5}.
INVALID_PARAM_OVERRIDE_SYNTAX - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Invalid configuration parameter override syntax "{0}" in parameter "{1}" of Analysis Engine "{2}".
INVALID_TYPE_PRIORITIES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Invalid type priorities."
invalidTypeArg(int) - Method in class org.apache.uima.jcas.cas.TOP_Type
 
InvalidXMLException - Exception in org.apache.uima.util
Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
InvalidXMLException() - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with a null message.
InvalidXMLException(Throwable) - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with the specified cause and a null message.
InvalidXMLException(String, String, Object[]) - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with a the specified message.
InvalidXMLException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with the specified message and cause.
InvalidXMLException(String, Object[]) - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
InvalidXMLException(String, Object[], Throwable) - Constructor for exception org.apache.uima.util.InvalidXMLException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
isAllAnnotatorFeatures() - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
For Type references, this method determines whether this reference should be considered to also refer to all features of the Type that are known to the annotator.
isApproximate() - Method in interface org.apache.uima.util.Progress
Returns true if the progress staistics are approximate, for example if the total number of entities in the collection is not known.
isApproximate() - Method in class org.apache.uima.util.ProgressImpl
 
isArchived() - Method in class org.apache.uima.pear.tools.PackageBrowser
 
isArray() - Method in interface org.apache.uima.cas.Type
Check if the type is an array type.
isAsciiFile(File) - Static method in class org.apache.uima.pear.util.FileUtil
Returns true, if a given text file contains only ASCII characters, otherwise returns false.
isAsciiStream(InputStream) - Static method in class org.apache.uima.pear.util.FileUtil
Returns true, if a given input stream contains only ASCII characters, otherwise returns false.
isAsynchronousModeSupported() - Method in interface org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData
Determines if this AnalysisEngine supports asynchronous communication.
isCommitted() - Method in interface org.apache.uima.cas.admin.FSIndexRepositoryMgr
Check if this instance has been committed.
isCommitted() - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Check if this instance has been committed.
isConsuming() - Method in interface org.apache.uima.collection.base_cpm.BaseCollectionReader
Gets whether this is a consuming CollectionReader.
isConsuming() - Method in class org.apache.uima.collection.base_cpm.CasDataCollectionReader_ImplBase
 
isConsuming() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Returns false.
isEntitySkipped() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets whether an entity has beed skipped during processing
isException() - Method in interface org.apache.uima.collection.EntityProcessStatus
Gets whether an exception occurred.
isFeatureFinal() - Method in interface org.apache.uima.cas.Type
Check if type is feature final, i.e., if no more new features may be defined for it.
isGreaterOrEqual(Level) - Method in class org.apache.uima.util.Level
method isGreaterOrEqual() returns true if the argument level is greater or equal to the specified level.
isIndexed() - Method in interface org.apache.uima.cas_data.FeatureStructure
Deprecated. Use FeatureStructure.getIndexed() instead
isInheritanceFinal() - Method in interface org.apache.uima.cas.Type
Check if type is inheritance final, i.e., if new types can be derived from it.
isJava() - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
Returns true if the local Cas Processor is a java program
isLoggable(Level) - Method in interface org.apache.uima.util.Logger
Checks if the argument level is greater or equal to the specified level
isLowerCase(String) - Static method in class org.apache.uima.pear.util.StringUtil
 
isMandatory() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Retrieves whether this parameter is mandatory.
isModifiable() - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Returns whether this MetaDataObject allows the values of its attributes to be modified.
isModified(FeatureStructure) - Method in interface org.apache.uima.cas.Marker
Returns true if a FeatureStructure that existed prior to the mark represented by this Markere is modified.
isMultipleDeploymentAllowed() - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Gets whether multiple instances of this component can be run in parallel, each receiving a subset of the documents from a collection.
isMultipleReferencesAllowed() - Method in interface org.apache.uima.cas.Feature
Checks if there can be multiple references to values of this feature.
isMultiValued() - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Retrieves whether this parameter is multi-valued.
isNew(FeatureStructure) - Method in interface org.apache.uima.cas.Marker
Returns true if a FeatureStructure was created after the mark represented by this Marker object.
isOn() - Method in class org.apache.uima.util.Level
method isOn() returns ture if the message level is not OFF
isOptional() - Method in interface org.apache.uima.resource.ExternalResourceDependency
Gets whether this resource dependency is optional.
isPaused() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Determines whether this CPM's processing is currently paused.
isPaused() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Determines whether this CPE's processing is currently paused.
isPaused() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Determines whether this CPM's processing is currently paused.
isPauseOnException() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets whether this CPM will automatically pause processing if an exception occurs.
isPauseOnException() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets whether this CPM will automatically pause processing if an exception occurs.
isPrimitive() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Retrieves whether the AnalysisEngine is primitive (consisting of one annotator), as opposed to aggregate (containing multiple delegate AnalysisEngines).
isPrimitive() - Method in interface org.apache.uima.cas.Type
Check if the type is one of the primitive types.
isProcessing() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Determines whether this CPM is currently processing.
isProcessing() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Determines whether this CPE is currently processing.
isProcessing() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Determines whether this CPM is currently processing.
isReadOnly() - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
 
isReadOnly() - Method in interface org.apache.uima.collection.base_cpm.CasProcessor
Gets whether this is a read-only CAS Processor, which does not modify the CAS.
isReadOnly() - Method in interface org.apache.uima.collection.CasConsumer
Must return true.
isReadOnly() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
Returns true.
isRunning() - Method in class org.apache.uima.pear.util.MessageRouter
 
isSerialProcessingRequired() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Gets whether this CPM is required to process the collection's elements serially (as opposed to perfoming parallelization).
isSerialProcessingRequired() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Gets whether this CPM is required to process the collection's elements serially (as opposed to perfoming parallelization).
isSofaAware() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Gets whether this AE is sofa-aware.
isStateless() - Method in class org.apache.uima.collection.base_cpm.CasDataConsumer_ImplBase
 
isStateless() - Method in interface org.apache.uima.collection.base_cpm.CasProcessor
Gets whether this is a stateless CAS Processor.
isStateless() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
isTimeBased() - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
Returns true if frequency of checkpoints is time-based
isType() - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
Gets whether this object refers to a Type or to a Feature.
isTypePriority() - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Gets whether this is a special "type priority" key.
isUpperCase(String) - Static method in class org.apache.uima.pear.util.StringUtil
 
isValid() - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Validate that this comparator is valid with respect to the type system.
isValid() - Method in interface org.apache.uima.cas.FSIterator
Check if this iterator is valid.
isValid() - Method in interface org.apache.uima.cas.Marker
Return true if the Marker is still valid.
isValidXmlFile(File) - Static method in class org.apache.uima.pear.util.XMLUtil
Tries to parse a given XML file using SAX parser.
iterator() - Method in interface org.apache.uima.cas.FSIndex
Return an iterator over the index.
iterator(FeatureStructure) - Method in interface org.apache.uima.cas.FSIndex
Return an iterator over the index.
iterator(boolean) - Method in interface org.apache.uima.cas.text.AnnotationIndex
Return an iterator over annotations that can be constrained to be unambiguous.

J

JAR_FILE_EXT - Static variable in class org.apache.uima.pear.tools.InstallationController
 
JAVA_FRAMEWORK_NAME - Static variable in class org.apache.uima.Constants
Name of the UIMA Java framework, to be used in <frameworkImplementation> element of descriptors.
jcas - Variable in class org.apache.uima.jcas.cas.TOP_Type
reference to the Java Cas root
JCas - Interface in org.apache.uima.jcas
Java Cover Classes based Object-oriented CAS (Common Analysis System) API.
JCAS_CACHE_ENABLED - Static variable in class org.apache.uima.UIMAFramework
Key to be used in the Properties object returned by UIMAFramework.getDefaultPerformanceTuningProperties().
JCAS_CAS_MISMATCH - Static variable in exception org.apache.uima.cas.CASRuntimeException
CAS type system doesn''t match JCas Type definition for type "{0}".
JCAS_ERROR - Static variable in exception org.apache.uima.cas.admin.CASAdminException
{0}
JCAS_FEATURE_WRONG_TYPE - Static variable in exception org.apache.uima.cas.CASException
The JCAS range type {2} for feature {1} of type {0} does not match the CAS range type {3} for the feature.
JCAS_FEATURENOTFOUND_ERROR - Static variable in exception org.apache.uima.cas.CASException
Feature information from the CAS cannot be accessed while initializing the JCAS type {0} with feature {1}.
JCAS_GET_NTH_NEGATIVE_INDEX - Static variable in exception org.apache.uima.cas.CASRuntimeException
JCas getNthElement method called with index "{0}" which is negative.
JCAS_GET_NTH_ON_EMPTY_LIST - Static variable in exception org.apache.uima.cas.CASRuntimeException
JCas getNthElement method called via invalid object - an empty list: {0}.
JCAS_GET_NTH_PAST_END - Static variable in exception org.apache.uima.cas.CASRuntimeException
JCas getNthElement method called with index "{0}" larger than the length of the list.
JCAS_INIT_ERROR - Static variable in exception org.apache.uima.cas.CASException
The JCas cannot be initialized.
JCAS_MAKING_ABSTRACT_INSTANCE - Static variable in exception org.apache.uima.cas.CASRuntimeException
A CAS iterator or createFS call is trying to make an instance of type "{0}", but that type has been declared "abstract" in JCas, and no instances are allowed to be made.
JCAS_MISSING_COVERCLASS - Static variable in exception org.apache.uima.cas.CASRuntimeException
The JCAS cover class "{0}" could not be loaded.
JCAS_OLDSTYLE_REF_TO_NONJCAS_TYPE - Static variable in exception org.apache.uima.cas.CASRuntimeException
JCas is referencing via a JFSIterator or get method, a type, "{0}", which has no JCAS class model.
JCAS_TYPE_NOT_IN_CAS - Static variable in exception org.apache.uima.cas.CASRuntimeException
JCas type "{0}" used in Java code, but was not declared in the XML type descriptor.
JCAS_TYPENOTFOUND_ERROR - Static variable in exception org.apache.uima.cas.CASException
Type information from the CAS cannot be accessed while initializing the JCas type {0}
JCAS_UNKNOWN_TYPE_NOT_IN_CAS - Static variable in exception org.apache.uima.cas.CASRuntimeException
Unknown JCas type used in Java code but was not declared or imported in the XML descriptor for this component.
JCAS_UNSUPPORTED_OP_NOT_CAS - Static variable in exception org.apache.uima.cas.CASRuntimeException
The method "{0}" is not supported by this JCAS because it is not associated with a CAS view of a CAS, but rather just with a base CAS.
JCasAnnotator_ImplBase - Class in org.apache.uima.analysis_component
Base class to be extended by Annotators that use the JCas interface.
JCasAnnotator_ImplBase() - Constructor for class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
 
JCasFlow_ImplBase - Class in org.apache.uima.flow
Convenience base class for Flow objects that use the JCas interface.
JCasFlow_ImplBase() - Constructor for class org.apache.uima.flow.JCasFlow_ImplBase
 
JCasFlowController_ImplBase - Class in org.apache.uima.flow
Base class to be extended by FlowControllers that use the JCas interface.
JCasFlowController_ImplBase() - Constructor for class org.apache.uima.flow.JCasFlowController_ImplBase
 
JCasIterator - Interface in org.apache.uima.analysis_engine
An iterator over a collection of JCAS objects.
JCasMultiplier_ImplBase - Class in org.apache.uima.analysis_component
Base class to be extended by CAS Multipliers that use the CAS interface.
JCasMultiplier_ImplBase() - Constructor for class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
 
JCasPool - Class in org.apache.uima.util
This class represents a simple pool of JCas instances.
JCasPool(int, TextAnalysisEngine) - Constructor for class org.apache.uima.util.JCasPool
Deprecated. As of v2.0, TextAnalysisEngine has been deprecated. Use JCasPool.JCasPool(int, AnalysisEngine) instead.
JCasPool(int, AnalysisEngine) - Constructor for class org.apache.uima.util.JCasPool
Creates a new JCasPool
JCasPool(int, ProcessingResourceMetaData) - Constructor for class org.apache.uima.util.JCasPool
Creates a new JCasPool
JCasRegistry - Class in org.apache.uima.jcas
Maintains a registry of JCas cover classes that have been loaded.
JCasRegistry() - Constructor for class org.apache.uima.jcas.JCasRegistry
 
jcasType - Variable in class org.apache.uima.jcas.cas.TOP
used to reference the corresponding TOP_Type instance
JDK_VERSION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
JFSIndexRepository - Interface in org.apache.uima.jcas
Provides the same function as the FSIndexRepository except that the variants that take a "type" argument take type arguments obtainable easily from the JCas type.
JMSMessagingSpecifier - Interface in org.apache.uima.resource
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
JTextAnnotator - Interface in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use JCasAnnotator_ImplBase instead
JTextAnnotator_ImplBase - Class in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use JCasAnnotator_ImplBase instead
JTextAnnotator_ImplBase() - Constructor for class org.apache.uima.analysis_engine.annotator.JTextAnnotator_ImplBase
Deprecated.  

K

kill() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Kill CPM hard.
KIND_BAG - Static variable in interface org.apache.uima.resource.metadata.FsIndexDescription
Identifies a Bag index.
KIND_SET - Static variable in interface org.apache.uima.resource.metadata.FsIndexDescription
Identifies a Set index.
KIND_SORTED - Static variable in interface org.apache.uima.resource.metadata.FsIndexDescription
Identifies a Sorted index.

L

Language - Class in org.apache.uima.cas.text
 
Language(String) - Constructor for class org.apache.uima.cas.text.Language
 
LANGUAGE_SUBSUMED - Static variable in interface org.apache.uima.resource.metadata.SimplePrecondition
Identifies the LANGUAGE_SUBSUMED predicate.
LanguagePrecondition - Interface in org.apache.uima.resource.metadata
A precondition on the language of the document.
leq(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Require float value to be less than or equal to f.
leq(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Require int value to be less than or equal to i.
lessThan(Type, Type) - Method in interface org.apache.uima.cas.admin.LinearTypeOrder
Compare two types.
lessThan(int, int) - Method in interface org.apache.uima.cas.admin.LinearTypeOrder
Compare two types.
Level - Class in org.apache.uima.util
Provides the message level constants for logging and tracing
Level(int, String) - Constructor for class org.apache.uima.util.Level
Instantiate a new level object.
LIBRARY_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
LinearTypeOrder - Interface in org.apache.uima.cas.admin
Linear order on types.
LinearTypeOrderBuilder - Interface in org.apache.uima.cas.admin
Defines a pre-order on types.
listAttributes() - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Retrieves all attributes on this MetaDataObject.
ll_cas - Variable in class org.apache.uima.jcas.cas.TOP_Type
 
ll_getValueAsString(int, LowLevelCAS) - Method in interface org.apache.uima.cas.FeaturePath
Returns the feature path value as string for the given FeatureStructure.
load(DataResource) - Method in interface org.apache.uima.resource.SharedResourceObject
Called by the ResourceManager after this object has been instantiated.
loadListOfStrings(BufferedReader) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a list of non-empty EOL-delimited strings from a given text stream.
loadListOfStrings(File) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a list of non-empty EOL-delimited strings from a given text file using the default file encoding.
loadListOfStrings(URL) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a list of non-empty EOL-delimited strings from a given remote text file.
loadPropertiesFromJar(String, JarFile) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a specified properties file from a given JAR file.
loadTextFile(BufferedReader) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a text file associated with a given input stream.
loadTextFile(File) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a given local text file using the default file encoding.
loadTextFile(File, String) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a given local text file using a specified file encoding.
loadTextFile(URL) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a given remote text file.
loadTextFile(URLConnection) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a given remote text file.
loadTextFileFromJar(String, JarFile) - Static method in class org.apache.uima.pear.util.FileUtil
Loads a specified text file from a given JAR file.
LOCAL_OPT - Static variable in class org.apache.uima.pear.tools.InstallationController
 
LocalInstallationAgent - Class in org.apache.uima.pear.tools
The LocalInstallationAgent allows localizing files of UIMA compliant components within the single PEAR structure, and verifying localized component's files using UIMA framework API.
LocalInstallationAgent(String) - Constructor for class org.apache.uima.pear.tools.LocalInstallationAgent
Constructs new instance of the LocalInstallationAgent class, using a given main component root directory.
localizeComponent() - Method in class org.apache.uima.pear.tools.LocalInstallationAgent
Performs localization of the component files in the 'conf' and 'desc' subdirectories of the specified main root directory, as well as localization of the installation descriptor.
localizeComponentFile(File, InstallationDescriptor, Properties) - Static method in class org.apache.uima.pear.tools.LocalInstallationAgent
Performs localization of a given component file using information from a given installation descriptor and a specified PEAR configuration.
localizeComponentFiles() - Method in class org.apache.uima.pear.tools.LocalInstallationAgent
Performs localization of the component files in the 'conf' and 'desc' directories by replacing $main_root and $component_id$root macros with the actual path values from the PEAR configuration file.
localizeInstallationDescriptor(InstallationDescriptor, Properties) - Static method in class org.apache.uima.pear.tools.LocalInstallationAgent
Performs localization of a given installation descriptor object using information from a specified PEAR configuration.
localPathToFileUrl(String) - Static method in class org.apache.uima.pear.util.FileUtil
Converts a given input file path into a valid file URL string.
log(int, String, String, String) - Static method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
log(String) - Method in interface org.apache.uima.util.Logger
Deprecated. use new function with log level
log(String, String, Object[]) - Method in interface org.apache.uima.util.Logger
Deprecated. use new function with log level
log(Level, String) - Method in interface org.apache.uima.util.Logger
Logs a message.
log(Level, String, Object) - Method in interface org.apache.uima.util.Logger
Logs a message with one parameter
log(Level, String, Object[]) - Method in interface org.apache.uima.util.Logger
Logs a message with an arbitrary number of parameters
log(Level, String, Throwable) - Method in interface org.apache.uima.util.Logger
Logs a message and a throwable object
logException(Exception) - Method in interface org.apache.uima.util.Logger
Deprecated. use new function with log level
Logger - Interface in org.apache.uima.util
A Logger is a component used to log messages.
LoggerPrintStream - Class in org.apache.uima.util
A PrintStream implementation that writes to a UIMA logger.
LoggerPrintStream(Logger, Level) - Constructor for class org.apache.uima.util.LoggerPrintStream
 
logrb(Level, String, String, String, String) - Method in interface org.apache.uima.util.Logger
Logs a message with a message key.
logrb(Level, String, String, String, String, Object) - Method in interface org.apache.uima.util.Logger
Logs a message with a message key and one parameter.
logrb(Level, String, String, String, String, Object[]) - Method in interface org.apache.uima.util.Logger
Logs a message with a message key and an arbitrary number of parameters.
logrb(Level, String, String, String, String, Throwable) - Method in interface org.apache.uima.util.Logger
Logs a message with a message key and a throwable object.
LongArray - Class in org.apache.uima.jcas.cas
JCas class model for LongArray
LongArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.LongArray
Internal - Constructor used by generator
LongArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.LongArray
Make a new LongArray of given size
LongArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS LongArray_Type
LongArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.LongArray_Type
 
LongArrayFS - Interface in org.apache.uima.cas
Long array interface.
lowLevelArrayBoundChecks - Variable in class org.apache.uima.jcas.cas.TOP_Type
 
lowLevelTypeChecks - Variable in class org.apache.uima.jcas.cas.TOP_Type
 
lt(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Require float value to be less than f.
lt(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Require int value to be less than i.

M

MailMessagingSpecifier - Interface in org.apache.uima.resource
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
main(String[]) - Static method in class org.apache.uima.cas.text.Language
 
main(String[]) - Static method in class org.apache.uima.pear.tools.InstallationController
Starts the application.
main(String[]) - Static method in class org.apache.uima.pear.tools.LocalInstallationAgent
Starts the application.
MAIN_ROOT - Static variable in class org.apache.uima.pear.tools.LocalInstallationAgent
 
MAIN_ROOT_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
MAIN_ROOT_REL_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
MAIN_ROOT_URL_REGEX - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 
MALFORMED_IMPORT_URL - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: Malformed URL {0} in import declaration.
MALFORMED_URL - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Malformed URL "{0}"."
ManagementObject - Interface in org.apache.uima.resource
Base interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.
MANDATORY_VALUE_MISSING - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "No value has been assigned to the mandatory configuration parameter {0}."
MANDATORY_VALUE_MISSING_IN_GROUP - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "No value has been assigned to the mandatory configuration parameter {0} in group {1}."
Mapping - Interface in org.apache.uima.search
Mapping from a CAS feature name to its name in the index.
mapSofaIDToComponentSofaName(String) - Method in interface org.apache.uima.UimaContext
Retrieve the sofa name as known to the component given an absolute Sofa ID.
mapToSofaID(String) - Method in interface org.apache.uima.analysis_engine.annotator.AnnotatorContext
Deprecated. As of v2.0, annotators no longer need to explicitly call this method. CAS views can now be obtained directly by the method CAS.getView(String), and the framework will automatically do the necessary Sofa mappings.
mapToSofaID(String) - Method in interface org.apache.uima.cas.ComponentInfo
Retrieve actual sofa ID given a symbolic name
mapToSofaID(String) - Method in interface org.apache.uima.UimaContext
Deprecated. As of v2.0, annotators no longer need to explicitly call this method. CAS views can now be obtained directly by the method CAS.getView(String), and the framework will automatically do the necessary Sofa mappings.
Marker - Interface in org.apache.uima.cas
An object obtained from the CAS that is used to query when FSs were created or modified with respect to the marker.
match(boolean) - Method in interface org.apache.uima.cas.FSBooleanConstraint
Check the condition.
match(float) - Method in interface org.apache.uima.cas.FSFloatConstraint
Check if float matches defined constraints.
match(int) - Method in interface org.apache.uima.cas.FSIntConstraint
Check if integer matches defined constraints.
match(FeatureStructure) - Method in interface org.apache.uima.cas.FSMatchConstraint
Match against feature structures.
match(String) - Method in interface org.apache.uima.cas.FSStringConstraint
Check if String matches defined constraints.
mClassMap - Variable in class org.apache.uima.util.SimpleResourceFactory
Map from ResourceSpecifier Class to List of Resource Classes.
mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.
mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.
mergeDelegateAnalysisEngineMetaData(AnalysisEngineDescription, ResourceManager, Map<String, Set<String>>, Map<String, ? super Exception>) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Systems, Type Priorities, and FS Indexes of each component within an aggregate Analysis Engine.
mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a single combined TypePriorities object.
mergeDelegateAnalysisEngineTypePriorities(AnalysisEngineDescription, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Priorities of each component within an aggregate Analysis Engine, producing a single combined TypePriorities object.
mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.
mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.
mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription, ResourceManager, Map<String, Set<String>>) - Static method in class org.apache.uima.util.CasCreationUtils
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.
mergeFeatures(TypeDescription, FeatureDescription[]) - Static method in class org.apache.uima.util.CasCreationUtils
Merges features into a TypeDescription.
mergeFsIndexes(List<? extends FsIndexCollection>, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges a List of FsIndexCollections into a single FsIndexCollection object.
mergeTypePriorities(List<? extends TypePriorities>, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges a List of TypePriorities into a single TypePriorities object.
mergeTypeSystems(Collection<? extends TypeSystemDescription>) - Static method in class org.apache.uima.util.CasCreationUtils
Merges several TypeSystemDescriptions into one.
mergeTypeSystems(Collection<? extends TypeSystemDescription>, ResourceManager) - Static method in class org.apache.uima.util.CasCreationUtils
Merges several TypeSystemDescriptions into one.
mergeTypeSystems(Collection<? extends TypeSystemDescription>, ResourceManager, Map<String, Set<String>>) - Static method in class org.apache.uima.util.CasCreationUtils
Merges several TypeSystemDescriptions into one.
MessageRouter - Class in org.apache.uima.pear.util
The MessageRouter class facilitates intra-process message routing.
MessageRouter() - Constructor for class org.apache.uima.pear.util.MessageRouter
Default constructor for the MessageRouter class.
MessageRouter.StdChannelListener - Interface in org.apache.uima.pear.util
The StdChannelListener interface declares methods that should be implemented by each standard message channel listener.
MessagingSpecifier - Interface in org.apache.uima.resource
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
METADATA_ATTRIBUTE_TYPE_MISMATCH - Static variable in exception org.apache.uima.UIMA_IllegalArgumentException
Message key for a standard UIMA exception message: "The value {0} does not match the data type of metadata attribute {1}."
METADATA_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
MetaDataObject - Interface in org.apache.uima.resource.metadata
An object used to represent metadata of a Resource.
MimeTypePrecondition - Interface in org.apache.uima.resource.metadata
A precondition on the MIME Type of the entity.
MISSING_ALLOWED_VALUES - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Type {0} extends String and must specify a list of allowed values."
MISSING_ANNOTATOR_CLASS_NAME - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Annotator class name is required for a primitive Text Analysis Engine."
MISSING_CAS_INITIALIZER - Static variable in exception org.apache.uima.collection.CollectionException
Message key for a standard UIMA exception message: The Collection Reader "{0}" requires a CAS Initializer.
MISSING_FRAMEWORK_IMPLEMENTATION - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Component descriptor did not specify the required <frameworkImplementation> element."
MISSING_IMPLEMENTATION_CLASS_NAME - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: An implementation class name is missing from the descriptor.
mkdir(File) - Static method in class org.apache.uima.util.FileUtils
Create a new directory.
moveFile(File, File) - Static method in class org.apache.uima.pear.util.FileUtil
Moves a given source file to a given destination directory.
moveTo(FeatureStructure) - Method in interface org.apache.uima.cas.FSIterator
Move the iterator to the first features structure that is equal to fs.
moveTo(SynchPoint) - Method in interface org.apache.uima.collection.base_cpm.RecoverableCollectionReader
Start CollectionReader recovery to a given synch point
moveToFirst() - Method in interface org.apache.uima.cas.FSIterator
Move the iterator to the first element.
moveToLast() - Method in interface org.apache.uima.cas.FSIterator
Move the iterator to the last element.
moveToNext() - Method in interface org.apache.uima.cas.FSIterator
Advance the iterator.
moveToPrevious() - Method in interface org.apache.uima.cas.FSIterator
Move the iterator one element back.
MQMessagingSpecifier - Interface in org.apache.uima.resource
To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
MULTIPLE_CREATE_MARKER - Static variable in exception org.apache.uima.cas.CASRuntimeException
Multiple Create Marker call for a CAS
MUST_COMMIT_INDEX_REPOSITORY - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Index repository has not been committed; can't create CAS.
MUST_COMMIT_TYPE_SYSTEM - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Type system has not been committed; can't create index repository.
MUST_COMMIT_TYPE_SYSTEM - Static variable in exception org.apache.uima.cas.CASException
Type system has not been committed; cannot create base index.
MUST_IMPLEMENT_XMLIZABLE - Static variable in exception org.apache.uima.UIMA_IllegalArgumentException
Message key for a standard UIMA exception message: "An attempt was made to register class {0} with the XML parser.
MUTUALLY_EXCLUSIVE_PARAMS - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Message key for a standard UIMA exception message: "Only one of the following parameters may be specified: {0}."

N

name - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
NAME_DEFAULT_SOFA - Static variable in interface org.apache.uima.cas.CAS
Sofa name for the initial view's sofa.
NAME_DEFAULT_TEXT_SOFA - Static variable in interface org.apache.uima.cas.CAS
Deprecated. As of v2.0, this is replaced by CAS.NAME_DEFAULT_SOFA, and the value has changed. In general, user code should not need to refer to this name.
NAME_SPACE_UIMA_CAS - Static variable in interface org.apache.uima.cas.CAS
UIMA CAS name space.
NAME_SPACE_UIMA_TCAS - Static variable in interface org.apache.uima.cas.CAS
Name of Text CAS name space.
NAME_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
NameClassPair - Class in org.apache.uima.util
A class that stores the name of an attribute and the Class of that attribute's value.
NameClassPair(String, String) - Constructor for class org.apache.uima.util.NameClassPair
Creates a new NameClassPair with the specified name and class.
NAMESPACE_PREFIXES_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
 
NAMESPACE_SEPARATOR - Static variable in interface org.apache.uima.cas.TypeSystem
This is the character that separates name spaces.
NAMESPACES_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
XML parser feature ids
NameValuePair - Interface in org.apache.uima.collection.metadata
Stores a name (String) and value (Object).
NameValuePair - Interface in org.apache.uima.resource.metadata
A type of MetaDataObject that stores a name (String) and value (Object).
NETWORK_PARAMETERS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
NETWORK_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
networkParams - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
newCAS() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Creates a new Common Analysis System appropriate for this Analysis Engine.
newCasProduced(AbstractCas, String) - Method in class org.apache.uima.flow.CasFlow_ImplBase
Overriden to check that newCas is an instanceof CAS.
newCasProduced(CAS, String) - Method in class org.apache.uima.flow.CasFlow_ImplBase
By default, throws an exception to indicate this this Flow object does not support new CASes being produced in the middle of the flow.
newCasProduced(AbstractCas, String) - Method in interface org.apache.uima.flow.Flow
Called by the framework if the CAS that is being routed by this Flow has been sent to a CAS Multiplier which has then created a new CAS derived from that original CAS.
newCasProduced(AbstractCas, String) - Method in class org.apache.uima.flow.JCasFlow_ImplBase
Overriden to check that newCas is an instanceof JCas.
newCasProduced(JCas, String) - Method in class org.apache.uima.flow.JCasFlow_ImplBase
By default, throws an exception to indicate this this Flow object does not support new CASes being produced in the middle of the flow.
newCollectionProcessingManager() - Static method in class org.apache.uima.UIMAFramework
Creates a new CollectionProcessingManager instance.
newCollectionProcessingManager(ResourceManager) - Static method in class org.apache.uima.UIMAFramework
Creates a new CollectionProcessingManager instance.
newConfigurationManager() - Static method in class org.apache.uima.UIMAFramework
Gets a new instance of the ConfigurationManager used by this implementation.
newDefaultResourceManager() - Static method in class org.apache.uima.UIMAFramework
Gets a new instance of the default ResourceManager used by this implementation.
newDefaultResourceManagerPearWrapper() - Static method in class org.apache.uima.UIMAFramework
Gets a new instance of the default ResourceManagerPearWrapper used by this implementation.
newJCas() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Similar to AnalysisEngine.newCAS() but wraps the new CAS objects with the Java-object-based JCas interface.
newLogger() - Static method in class org.apache.uima.UIMAFramework
Creates a new Logger, which can be passed for example to the AnalysisEngine.setLogger(Logger) method in order to have separate Analysis Engine instances used separate loggers.
newSaxDeserializer() - Method in interface org.apache.uima.util.XMLParser
Creates a new SaxDeserializer object, which implements the SAX ContentHandler interface and can be used to deserialize an XMLizable object from the events sent from a SAX parser.
newSaxDeserializer(XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Creates a new SaxDeserializer.
newTimer() - Static method in class org.apache.uima.UIMAFramework
Creates a new UimaTimer, which is used to collect performance statistics for UIMA components.
newUimaContext(Logger, ResourceManager, ConfigurationManager) - Static method in class org.apache.uima.UIMAFramework
Gets a new instance of a UimaContext.
next() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Gets the next output CAS.
next() - Method in class org.apache.uima.analysis_component.Annotator_ImplBase
Throws a UIMA_IllegalStateException, since annotators are not allowed to create new CAS instances.
next() - Method in interface org.apache.uima.analysis_engine.CasIterator
Gets the next CAS from the iterator.
next() - Method in interface org.apache.uima.analysis_engine.JCasIterator
Gets the next JCAS from the iterator.
next() - Method in interface org.apache.uima.flow.Flow
Gets the next destination for the CAS.
next() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
next(CAS) - Method in class org.apache.uima.uimacpp.UimacppEngine
next
NO_DELEGATE_ANALYSIS_ENGINES - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: "This ASB has not been provided with any Analysis Engines with which to communicate"
NO_NEXT_CAS - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: CasIterator.next was called when there were no more CASes remaining to be read.
NO_PRIMITIVE_TAIL - Static variable in exception org.apache.uima.cas.CASRuntimeException
The feature path does not end in a primitive valued feature.
NO_RESOURCE_FOR_PARAMETERS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "No resource could be found for the parameters {0}."
NO_SEQUENCE_FOUND - Static variable in exception org.apache.uima.analysis_engine.ResultNotSupportedException
Message key for a standard UIMA exception message: "No sequence of AnalysisEngines could be constructed to satisfy the requested result."
NO_SUPERTYPE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Type "{0}" does not define a supertype."
NON_CREATABLE_TYPE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Can''t create FS of type "{0}" with this method.
NonEmptyFloatList - Class in org.apache.uima.jcas.cas
 
NonEmptyFloatList() - Constructor for class org.apache.uima.jcas.cas.NonEmptyFloatList
 
NonEmptyFloatList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFloatList
Internal - Constructor used by generator
NonEmptyFloatList(JCas) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFloatList
 
NonEmptyFloatList_Type - Class in org.apache.uima.jcas.cas
 
NonEmptyFloatList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
NonEmptyFloatList_Type() - Constructor for class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
NonEmptyFSList - Class in org.apache.uima.jcas.cas
 
NonEmptyFSList() - Constructor for class org.apache.uima.jcas.cas.NonEmptyFSList
 
NonEmptyFSList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFSList
Internal - Constructor used by generator
NonEmptyFSList(JCas) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFSList
 
NonEmptyFSList_Type - Class in org.apache.uima.jcas.cas
 
NonEmptyFSList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
NonEmptyFSList_Type() - Constructor for class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
NonEmptyIntegerList - Class in org.apache.uima.jcas.cas
 
NonEmptyIntegerList() - Constructor for class org.apache.uima.jcas.cas.NonEmptyIntegerList
 
NonEmptyIntegerList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyIntegerList
Internal - Constructor used by generator
NonEmptyIntegerList(JCas) - Constructor for class org.apache.uima.jcas.cas.NonEmptyIntegerList
 
NonEmptyIntegerList_Type - Class in org.apache.uima.jcas.cas
 
NonEmptyIntegerList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
NonEmptyIntegerList_Type() - Constructor for class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
NonEmptyStringList - Class in org.apache.uima.jcas.cas
 
NonEmptyStringList() - Constructor for class org.apache.uima.jcas.cas.NonEmptyStringList
 
NonEmptyStringList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyStringList
Internal - Constructor used by generator
NonEmptyStringList(JCas) - Constructor for class org.apache.uima.jcas.cas.NonEmptyStringList
 
NonEmptyStringList_Type - Class in org.apache.uima.jcas.cas
 
NonEmptyStringList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
NonEmptyStringList_Type() - Constructor for class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
NONEXISTENT_PARAMETER - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "No configuration parameter with name {0} is declared in component "{1}."
NONEXISTENT_PARAMETER_IN_GROUP - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "No configuration parameter with name {0} is declared in group {1} in this component "{2}"."
noObjCreate() - Method in class org.apache.uima.jcas.cas.TOP_Type
 
normalize(String) - Static method in class org.apache.uima.cas.text.Language
 
NOT_A_CAS_CONSUMER - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "A CasConsumer descriptor specified implementation class "{0}", but this class does not implement the CasConsumer interface."
NOT_A_CAS_INITIALIZER - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "A CasInitializer descriptor specified implementation class "{0}", but this class does not implement the CasInitializer interface."
NOT_A_CAS_PROCESSOR - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Error creating CAS Processor with name "{0}".
NOT_A_COLLECTION_READER - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "A CollectionReader descriptor specified implementation class "{0}", but this class does not implement the CollectionReader interface."
NOT_A_DATA_RESOURCE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "For resource "{0}", could not load data from class {1} into class {2}, because class {1} is not a Data Resource."
NOT_A_FLOW_CONTROLLER_DESCRIPTOR - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "An Aggregate Analysis Engine specified a Flow Controller descriptor {0} of an invalid type ({1})).
NOT_A_SHARED_RESOURCE_OBJECT - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The class {0} does not implement org.apache.uima.resource.SharedResourceObject."
NOT_A_STRING - Static variable in exception org.apache.uima.cas.CASException
The structure of type {0} cannot be accessed as a String.
NOT_AN_ANALYSIS_COMPONENT - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The class {0} is not a valid Analysis Component.
NOT_AN_ANNOTATOR - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Class "{0}" is not an Annotator."
NOT_MODIFIABLE - Static variable in exception org.apache.uima.UIMA_UnsupportedOperationException
Message key for a standard UIMA exception message: "Attribute {0} of class {1} is not modifiable."

O

OFF - Static variable in class org.apache.uima.util.Level
message level "OFF"
OFF_INT - Static variable in class org.apache.uima.util.Level
level value for level "OFF"
ONE_PARAM_REQUIRED - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Message key for a standard UIMA exception message: "One of the following parameters must be specified: {0}."
OperationalProperties - Interface in org.apache.uima.resource.metadata
Operational Properties for a UIMA component.
or(FSMatchConstraint, FSMatchConstraint) - Method in class org.apache.uima.cas.ConstraintFactory
Disjoin two constraints.
org.apache.uima - package org.apache.uima
The main package for the Unstructured Information Management Middleware Architecture.
org.apache.uima.analysis_component - package org.apache.uima.analysis_component
 
org.apache.uima.analysis_engine - package org.apache.uima.analysis_engine
The Analysis Engine interface, along with supporting interfaces and exception classes.
org.apache.uima.analysis_engine.annotator - package org.apache.uima.analysis_engine.annotator
The Annotator Interfaces, along with supporting interfaces and exception classes.
org.apache.uima.analysis_engine.asb - package org.apache.uima.analysis_engine.asb
Contains the Analysis Structure Broker (ASB) interface, along with supporting interfaces and exception classes.
org.apache.uima.analysis_engine.metadata - package org.apache.uima.analysis_engine.metadata
Interfaces for objects that represent metadata for an Analysis Engine.
org.apache.uima.cas - package org.apache.uima.cas
Common Analysis System (CAS) Interfaces.
org.apache.uima.cas.admin - package org.apache.uima.cas.admin
 
org.apache.uima.cas.impl - package org.apache.uima.cas.impl
Implementation and Low-Level API for the CAS Interfaces.
org.apache.uima.cas.text - package org.apache.uima.cas.text
Text Common Annotation System (TCAS) Interfaces.
org.apache.uima.cas_data - package org.apache.uima.cas_data
 
org.apache.uima.collection - package org.apache.uima.collection
Classes and interfaces for collection processing.
org.apache.uima.collection.base_cpm - package org.apache.uima.collection.base_cpm
 
org.apache.uima.collection.impl.cpm.engine - package org.apache.uima.collection.impl.cpm.engine
 
org.apache.uima.collection.impl.metadata.cpe - package org.apache.uima.collection.impl.metadata.cpe
 
org.apache.uima.collection.metadata - package org.apache.uima.collection.metadata
Java object representation of a CPE Descriptor.
org.apache.uima.examples - package org.apache.uima.examples
 
org.apache.uima.flow - package org.apache.uima.flow
 
org.apache.uima.jcas - package org.apache.uima.jcas
Interfaces for accessing the JCAS.
org.apache.uima.jcas.cas - package org.apache.uima.jcas.cas
JCAS model for built-in CAS types
org.apache.uima.jcas.tcas - package org.apache.uima.jcas.tcas
JCAS model for built-in TCAS types
org.apache.uima.pear.tools - package org.apache.uima.pear.tools
The org.apache.uima.pear.tools package provides applications and tools that allow installing PEAR packages containing UIMA-compliant components, verifying serviceability of installed components by using UIMA API and browsing PEAR packages.
org.apache.uima.pear.util - package org.apache.uima.pear.util
The org.apache.uima.pear.util package provides utilities that facilitate common operations with general files, strings and XML files, as well as simple process message routing and other useful operations.
org.apache.uima.resource - package org.apache.uima.resource
Interfaces for Resources and ResourceSpecifiers.
org.apache.uima.resource.metadata - package org.apache.uima.resource.metadata
Interfaces for objects that represent metadata for a Resource.
org.apache.uima.search - package org.apache.uima.search
Standard UIMA interfaces for indexing and search.
org.apache.uima.uimacpp - package org.apache.uima.uimacpp
 
org.apache.uima.util - package org.apache.uima.util
Utility classes and interfaces used by UIMA components.
OS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
outMsgPosted(String) - Method in interface org.apache.uima.pear.util.MessageRouter.StdChannelListener
 
outMsgPrinted(String) - Method in interface org.apache.uima.pear.util.ProcessUtil.StdStreamListener
 
OUTPUT_SOFA_NOT_DECLARED_IN_AGGREGATE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The output Sofa "{0}" in component "{1}" is not mapped to any output Sofa in its containing aggregate, "{2}".
OutputQueue - Interface in org.apache.uima.collection.metadata
An object that holds configuration that is part of the CPE descriptor.
outWriter() - Method in class org.apache.uima.pear.util.MessageRouter
 

P

PACKAGE_BIN_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_CONF_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_CONFIG_FILE - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_DATA_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_DESC_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_DOC_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_LIB_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_METADATA_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_RESOURCES_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PACKAGE_SOURCES_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PackageBrowser - Class in org.apache.uima.pear.tools
The PackageBrowser class allows browsing both archived and unarchived PEAR packages, finding package files and directories, loading installation descriptor files and returning run-time environment settings required for installed components.
PackageBrowser(JarFile) - Constructor for class org.apache.uima.pear.tools.PackageBrowser
Constructor that allows browsing a given PEAR package without unarchiving it.
PackageBrowser(File) - Constructor for class org.apache.uima.pear.tools.PackageBrowser
Constructor that allows browsing a given unacrhived PEAR package before or after its installation.
PackageCreator - Class in org.apache.uima.pear.tools
Utility class to generate a pear package.
PackageCreator() - Constructor for class org.apache.uima.pear.tools.PackageCreator
 
PackageCreatorException - Exception in org.apache.uima.pear.tools
Exception thrown if the PEAR package generation fails.
PackageCreatorException(String, String, Object[]) - Constructor for exception org.apache.uima.pear.tools.PackageCreatorException
Creates a new PackageCreatorException with the specified message.
PackageCreatorException(String, String) - Constructor for exception org.apache.uima.pear.tools.PackageCreatorException
Creates a new PackageCreatorException with the specified message.
PackageCreatorException(String, String, Throwable) - Constructor for exception org.apache.uima.pear.tools.PackageCreatorException
Creates a new PackageCreatorException with the specified message and cause.
PackageCreatorException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.pear.tools.PackageCreatorException
Creates a new PackageCreatorException with the specified message and cause.
PackageInstaller - Class in org.apache.uima.pear.tools
The PackageInstaller class is the main user API for installing PEAR packages.
PackageInstaller() - Constructor for class org.apache.uima.pear.tools.PackageInstaller
 
PackageInstallerException - Exception in org.apache.uima.pear.tools
Exception thrown if PEAR installation fails.
PackageInstallerException(String, String, Object[]) - Constructor for exception org.apache.uima.pear.tools.PackageInstallerException
Creates a new PackageInstallerException with the specified message.
PackageInstallerException(String, String) - Constructor for exception org.apache.uima.pear.tools.PackageInstallerException
Creates a new PackageInstallerException with the specified message.
PackageInstallerException(String, String, Throwable) - Constructor for exception org.apache.uima.pear.tools.PackageInstallerException
Creates a new PackageInstallerException with the specified message and cause.
PackageInstallerException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.pear.tools.PackageInstallerException
Creates a new PackageInstallerException with the specified message and cause.
PackageSelectorGUI - Class in org.apache.uima.pear.tools
The PackageSelectorGUI class provides simple Swing-based file dialog windows for selecting root directories of installed PEAR packages, as well as PEAR package files, which contain components that need to be installed.
PackageSelectorGUI() - Constructor for class org.apache.uima.pear.tools.PackageSelectorGUI
Default constructor.
PackageSelectorGUI.PackageDirFilter - Class in org.apache.uima.pear.tools
The PackageDirFilter class allows filtering directories.
PackageSelectorGUI.PackageDirFilter() - Constructor for class org.apache.uima.pear.tools.PackageSelectorGUI.PackageDirFilter
 
PackageSelectorGUI.PackageFileFilter - Class in org.apache.uima.pear.tools
The PackageFileFilter class allows filtering PEAR package files.
PackageSelectorGUI.PackageFileFilter() - Constructor for class org.apache.uima.pear.tools.PackageSelectorGUI.PackageFileFilter
 
ParallelStep - Class in org.apache.uima.flow
Indicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order in which these execute does not matter.
ParallelStep(Collection<String>) - Constructor for class org.apache.uima.flow.ParallelStep
Creates a new ParallelStep
PARAM_AGGREGATE_ANALYSIS_ENGINE_NAME - Static variable in interface org.apache.uima.analysis_engine.asb.ASB
Key for the initialization parameter whose value is the name of the aggregate analysis engine that owns this ASB.
PARAM_AGGREGATE_SOFA_MAPPINGS - Static variable in interface org.apache.uima.resource.Resource
Reserved for future use.
PARAM_CONFIG_PARAM_SETTINGS - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is a ConfigurationParameterSettings object that holds configuration settings that will be used to configure this AnalysisEngine, overridding any conflicting settings specified in this AnalysisEngine's Descriptor.
PARAM_CONFIG_PARAM_SETTINGS - Static variable in interface org.apache.uima.resource.Resource
Key for the initialization parameter whose value is a ConfigurationParameterSettings object that holds configuration settings that will be used to configure this Resource, overridding any conflicting settings specified in this Resource's Descriptor.
PARAM_MBEAN_NAME_PREFIX - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is a String repesenting the prefix that will be added to all of the JMX MBean names that are generated by this AE (and its components, if it is an aggregate).
PARAM_MBEAN_SERVER - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is a JMX MBeanServer instance, with which this AnalysisEngine will register an MBean that allows monitoring of the AE's performance through JMX.
PARAM_NUM_SIMULTANEOUS_REQUESTS - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is the number of simultaneous calls to AnalysisEngine.process(CAS) that will be supported.
PARAM_OVERRIDE_IN_PRIMITIVE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Configuration parameter "{0}" in primitive Analysis Engine "{1}" declares an override.
PARAM_PERFORMANCE_TUNING_SETTINGS - Static variable in interface org.apache.uima.resource.Resource
Key for the initialization parameter whose value is a Properties object that holds settings that tune the performance of the framework.
PARAM_RELATIVE_PATH_RESOLVER - Static variable in interface org.apache.uima.resource.DataResource
Key for the initialization parameter whose value is a reference to the RelativePathResolver that this DataResource should use to resolve relative resource URLs.
PARAM_RESOURCE_MANAGER - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is a reference to the ResourceManager that this AnalysisEngine should use.
PARAM_RESOURCE_MANAGER - Static variable in interface org.apache.uima.resource.Resource
Key for the initialization parameter whose value is a reference to the ResourceManager that this Resource should use to locate and access other Resources.
PARAM_TIMEOUT_PERIOD - Static variable in interface org.apache.uima.analysis_engine.AnalysisEngine
Key for the initialization parameter whose value is the maximum number of milliseconds to wait for a pooled object (see AnalysisEngine.PARAM_NUM_SIMULTANEOUS_REQUESTS) to become available to serve a AnalysisEngine.process(CAS) request.
PARAM_UIMA_CONTEXT - Static variable in interface org.apache.uima.resource.Resource
Key for the initialization parameter whose value is a reference to the UimaContext that is to be used by this Resource to access its external resource and configuration parameters.
Parameter - Interface in org.apache.uima.resource
A general parameter having a name and a value, which are both strings.
PARAMETER_NOT_VALID - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Message key for a standard UIMA exception message: "The value "{0}" is not valid for the {1} parameter."
PARAMETER_TYPE_MISMATCH - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "Parameter type mismatch in component "{0}".
ParameterizedDataResource - Interface in org.apache.uima.resource
A resource that provides access to data, where the data can vary based on parameters.
PARAMETERS_NOT_ALLOWED - Static variable in exception org.apache.uima.resource.ResourceAccessException
Message key for a standard UIMA exception message: "The Resource {0} does not accept parameters."
PARAMETERS_REQUIRED - Static variable in exception org.apache.uima.resource.ResourceAccessException
Message key for a standard UIMA exception message: "The Resource {0} requires parameters, none were specified."
PARAMETERS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
params - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
 
parse(File) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Starts parsing a given XML file.
parse(InputStream) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Starts parsing XML content from a given input stream.
parse(XMLInputSource, String, URL) - Method in interface org.apache.uima.util.XMLParser
Parses an XML input stream and produces an object.
parse(XMLInputSource, String, URL, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses an XML input stream and produces an object.
parse(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses an XML input stream and produces an object.
parse(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses an XML input stream and produces an object.
parseAnalysisEngineDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses an AnalysisEngineDescription from an XML input stream.
parseAnalysisEngineDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses an AnalysisEngineDescription from an XML input stream.
parseCasConsumerDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a CasConsumerDescription from an XML input stream.
parseCasConsumerDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a CasConsumerDescription from an XML input stream.
parseCasInitializerDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a CasInitializerDescription from an XML input stream.
parseCasInitializerDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a CasInitializerDescription from an XML input stream.
parseCollectionReaderDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a CollectionReaderDescription from an XML input stream.
parseCollectionReaderDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a CollectionReaderDescription from an XML input stream.
parseCpeDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a CpeDescription from an XML input stream.
parseCustomResourceSpecifier(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a CustomResourceSpecifier from an XML input stream.
parseCustomResourceSpecifier(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a CustomResourceSpecifier from an XML input stream.
parseFlowControllerDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a FlowControllerDescription from an XML input stream.
parseFlowControllerDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a FlowControllerDescription from an XML input stream.
parseFsIndexCollection(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a FsIndexCollection from an XML input stream.
parseFsIndexCollection(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a FsIndexCollection from an XML input stream.
parseIndexBuildSpecification(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses an IndexBuildSpecification from an XML input stream.
parseIndexBuildSpecification(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses an IndexBuildSpecification from an XML input stream.
parseInstallationDescriptor(JarFile) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Parses XML installation descriptor automatically extracting it from a given PEAR (JAR) file.
parsePearSpecifier(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a PearSpecifier from an XML input stream.
parsePearSpecifier(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a PearSpecifier from an XML input stream.
parseResourceManagerConfiguration(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceManagerConfiguration from an XML input stream.
parseResourceManagerConfiguration(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceManagerConfiguration from an XML input stream.
parseResourceMetaData(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceMetaData object from an XML input stream.
parseResourceMetaData(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceMetaData object from an XML input stream.
parseResourceSpecifier(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceSpecifier from an XML input stream.
parseResourceSpecifier(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a ResourceSpecifier from an XML input stream.
parseResultSpecification(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a ResultSpecification from an XML input stream.
parseResultSpecification(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a ResultSpecification from an XML input stream.
parseTaeDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Deprecated. As of v2.0, XMLParser.parseAnalysisEngineDescription(XMLInputSource) should be used instead.
parseTaeDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Deprecated. As of v2.0, XMLParser.parseAnalysisEngineDescription(XMLInputSource,ParsingOptions) should be used instead.
parseTypePriorities(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a TypePriorities declaration from an XML input stream.
parseTypePriorities(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a TypePriorities declaration from an XML input stream.
parseTypeSystemDescription(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a TypeSystemDescription from an XML input stream.
parseTypeSystemDescription(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a TypeSystemDescription from an XML input stream.
parseURISpecifier(XMLInputSource) - Method in interface org.apache.uima.util.XMLParser
Parses a URISpecifier from an XML input stream.
parseURISpecifier(XMLInputSource, XMLParser.ParsingOptions) - Method in interface org.apache.uima.util.XMLParser
Parses a URISpecifier from an XML input stream.
ParsingException - Exception in org.apache.uima.cas
Deprecated. The Constraint Parser is not supported in externally released versions of UIMA
ParsingException() - Constructor for exception org.apache.uima.cas.ParsingException
Deprecated.  
ParsingException(String) - Constructor for exception org.apache.uima.cas.ParsingException
Deprecated.  
PATH_VAR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
pause() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Pauses processing.
pause() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Pauses processing.
pause() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Pauses processing.
paused() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the processing has been paused.
PEAR_DESC_FILE_POSTFIX - Static variable in class org.apache.uima.pear.tools.InstallationController
 
PEAR_PROPERTIES_FILE - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
PearSpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that locate an installed pear Resource.
Precondition - Interface in org.apache.uima.resource.metadata
A Precondition of a Resource is a condition that an Entity and/or its analysis in the CAS must satisfy before that Entity can be processed by the Resource.
PRECONDITION_TYPE - Static variable in interface org.apache.uima.resource.metadata.SimplePrecondition
The type identifier for this class of precondition.
PRIMITIVE_VAL_FEAT - Static variable in exception org.apache.uima.cas.CASRuntimeException
Trying to access value of feature "{0}" as feature structure, but is primitive type.
PrimitiveArrayFS - Interface in org.apache.uima.cas_data
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
PrimitiveValue - Interface in org.apache.uima.cas_data
Represents a primitive feature value - a string, integer, or float.
print(boolean) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(char) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(char[]) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(double) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(float) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(int) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(long) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(Object) - Method in class org.apache.uima.util.LoggerPrintStream
 
print(String) - Method in class org.apache.uima.util.LoggerPrintStream
 
printAllXMLElements(Properties, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints entries of a given Properties object as XML elements to a given PrintWriter, maintaining a given indentation level.
printAllXMLElements(Properties, String, String[], PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints entries of a given Properties object as XML elements to a given PrintWriter, maintaining a specified tag order and a given indentation level.
printAllXMLElements(Properties, String[], PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints entries of a given Properties object as XML elements to a given PrintWriter, maintaining a specified tag order and a given indentation level.
printError(String, SAXParseException) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints SAX error message.
printInstallationDescriptor(InstallationDescriptor, PrintWriter) - Static method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Prints a given InstallationDescriptor object in XML format to a given PrintWriter.
println() - Method in class org.apache.uima.util.LoggerPrintStream
 
println(boolean) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(char) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(char[]) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(double) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(float) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(int) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(long) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(Object) - Method in class org.apache.uima.util.LoggerPrintStream
 
println(String) - Method in class org.apache.uima.util.LoggerPrintStream
 
printStackTrace(PrintStream) - Method in exception org.apache.uima.uimacpp.UimacppException
Prints the composite message and the embedded stack trace to the specified print stream, ps.
printStackTrace() - Method in exception org.apache.uima.uimacpp.UimacppException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception org.apache.uima.uimacpp.UimacppException
Prints the composite message and the embedded stack trace to the specified print writer, pw
printXMLElement(String, Properties, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains only given attributes, to a given PrintWriter, maintaining a given indentation level.
printXMLElement(String, Properties, String, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains given attributes and a given string value, to a given PrintWriter, maintaining a given indentation level.
printXMLElement(String, Properties, String, boolean, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains given attributes and a given string value, to a given PrintWriter, maintaining a given indentation level.
printXMLElement(String, Properties, String, boolean, PrintWriter, int, boolean) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains given attributes and a given string value, to a given PrintWriter, maintaining a given indentation level.
printXMLElement(String, String, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains only a given string value, to a given PrintWriter, maintaining a given indentation level.
printXMLElement(String, String, boolean, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML element, which contains only a given string value, to a given PrintWriter, maintaining a given indentation level.
printXMLElements(String, String, String, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints multiple values of a given XML element, separated with a specified delimiter, to a given PrintWriter, maintaining a given indentation level.
printXMLElementValue(String, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given element value to a given PrintWriter, maintaining a given indentation level.
printXMLElementValue(String, boolean, PrintWriter, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given element value to a given PrintWriter, maintaining a given indentation level.
printXMLHeader(String, PrintWriter) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints standard XML 1.0 header with a specified encoding to a given PrintStream.
printXMLTag(String, PrintWriter, boolean, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML tag to a given PrintWriter, maintaining a given indentation level.
printXMLTag(String, Properties, PrintWriter, boolean, int) - Static method in class org.apache.uima.pear.util.XMLUtil
Prints a given XML tag with given element attributes to a given PrintWriter, maintaining a given indentation level.
process(AbstractCas) - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Inputs a CAS to the AnalysisComponent.
process(AbstractCas) - Method in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
 
process(CAS) - Method in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
Inputs a CAS to the AnalysisComponent.
process(AbstractCas) - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
 
process(CAS) - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
This method should be overriden by subclasses.
process(AbstractCas) - Method in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
 
process(JCas) - Method in class org.apache.uima.analysis_component.JCasAnnotator_ImplBase
This method should be overriden by subclasses.
process(AbstractCas) - Method in class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
 
process(JCas) - Method in class org.apache.uima.analysis_component.JCasMultiplier_ImplBase
This method should be overriden by subclasses.
process(CAS, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Invokes this AnalysisEngine's analysis logic.
process(CAS) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Invokes this AnalysisEngine's analysis logic.
process(CAS, ResultSpecification, ProcessTrace) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Invokes this AnalysisEngine's analysis logic.
process(AnalysisProcessData, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Deprecated. This is no longer used by the framework and was never intended for users to call. Use {#link #process(CAS)} instead.
process(JCas) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Similar to AnalysisEngine.process(CAS) but uses the Java-object-based JCas interface instead of the general CAS interface.
process(JCas, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Similar to AnalysisEngine.process(CAS,ResultSpecification) but uses the Java-object-based JCas interface instead of the general CAS interface.
process(JCas, ResultSpecification, ProcessTrace) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Similar to AnalysisEngine.process(CAS, ResultSpecification, ProcessTrace) but uses the Java-object-based JCas interface instead of the general CAS interface.
process(CAS, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.annotator.GenericAnnotator
Deprecated. Invokes this annotator's analysis logic.
process(JCas, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.annotator.JTextAnnotator
Deprecated. Invokes this annotator's analysis logic.
process(CAS, ResultSpecification) - Method in interface org.apache.uima.analysis_engine.annotator.TextAnnotator
Deprecated. Invokes this annotator's analysis logic.
process(CAS) - Method in interface org.apache.uima.analysis_engine.asb.ASB
Invokes the processing of the aggregate on the given input CAS.
process() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Initiates processing of a collection.
process(CasData) - Method in interface org.apache.uima.collection.base_cpm.CasDataProcessor
Process a single CasData.
process(CasData[]) - Method in interface org.apache.uima.collection.base_cpm.CasDataProcessor
Process multiple CasData objects.
process() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Initiates processing of a collection.
process(CollectionReader) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Initiates processing of a collection.
process(CollectionReader, int) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Initiates processing of a collection.
process() - Method in class org.apache.uima.pear.tools.InstallationProcessor
Starts processing installation instructions from the specified installation descriptor.
process(String, int[], int[], String[], int[], int[], int, byte[], short[], long[]) - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
process(CAS, ResultSpecification) - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
process(CAS) - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
process(AbstractCas) - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
process(ResultSpecification, CAS, boolean) - Method in class org.apache.uima.uimacpp.UimacppEngine
process the document.
PROCESS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
PROCESS_TRACE_ENABLED - Static variable in class org.apache.uima.UIMAFramework
Key to be used in the Properties object returned by UIMAFramework.getDefaultPerformanceTuningProperties().
processAndOutputNewCASes(CAS) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Processes a CAS, possibly producing multiple CASes as a result.
processAndOutputNewCASes(JCas) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Processes a JCAS, possibly producing multiple JCASes as a result.
processCas(CAS) - Method in interface org.apache.uima.collection.base_cpm.CasObjectProcessor
Process a single CAS.
processCas(CAS[]) - Method in interface org.apache.uima.collection.base_cpm.CasObjectProcessor
Processes multiple CASes.
processCas(CAS[]) - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
ProcessingResourceMetaData - Interface in org.apache.uima.resource.metadata
Metadata that describes a "Processing" Resource - that is, one that reads or writes to the CAS.
processInit() - Method in interface org.apache.uima.jcas.JCas
Deprecated. not required, does nothing
ProcessTrace - Interface in org.apache.uima.util
A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
ProcessTraceEvent - Interface in org.apache.uima.util
Captures information, including timing, about an event that occurred during processing.
ProcessUtil - Class in org.apache.uima.pear.util
The ProcessUtil class encapsulates utilities that help in dealing with Process objects.
ProcessUtil() - Constructor for class org.apache.uima.pear.util.ProcessUtil
 
ProcessUtil.Runner - Class in org.apache.uima.pear.util
The ProcessUtil.Runner class allows collecting, printing and distributing console output (stdout and stderr) of the specified Process without blocking the caller.
ProcessUtil.Runner(Process) - Constructor for class org.apache.uima.pear.util.ProcessUtil.Runner
Constructor that takes a given Process object and assigns default process name.
ProcessUtil.Runner(Process, String) - Constructor for class org.apache.uima.pear.util.ProcessUtil.Runner
Constructor that takes a given Process object and a given process name.
ProcessUtil.Runner(Process, String, boolean) - Constructor for class org.apache.uima.pear.util.ProcessUtil.Runner
Constructor that takes a given Process object, a given process name, and a given boolean flag that enables/disables console printing.
ProcessUtil.StdStreamListener - Interface in org.apache.uima.pear.util
The StdStreamListener interface defines 2 methods that should be implemented by a standard stream listener to get console messages ('stderr' and 'stdout' streams) printed by selected process.
produceAnalysisEngine(ResourceSpecifier) - Static method in class org.apache.uima.UIMAFramework
Produces an AnalysisEngine instance from a ResourceSpecifier.
produceAnalysisEngine(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an AnalysisEngine instance from a ResourceSpecifier.
produceAnalysisEngine(ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an AnalysisEngine instance from a ResourceSpecifier.
produceAnalysisEngine(ResourceSpecifier, int, int) - Static method in class org.apache.uima.UIMAFramework
Produces an AnalysisEngine instance from a ResourceSpecifier.
produceCasConsumer(ResourceSpecifier) - Static method in class org.apache.uima.UIMAFramework
Produces a CasConsumer instance from a ResourceSpecifier.
produceCasConsumer(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces a CasConsumer instance from a ResourceSpecifier.
produceCasConsumer(ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an CasConsumer instance from a ResourceSpecifier.
produceCasInitializer(ResourceSpecifier) - Static method in class org.apache.uima.UIMAFramework
Deprecated. As of v2.0, CAS Initializers are deprecated. A component that performs an operation like HTML detagging should instead be implemented as a "multi-Sofa" annotator. See XmlDetagger for an example.
produceCasInitializer(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces a CasInitializer instance from a ResourceSpecifier.
produceCasInitializer(ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an CasInitializer instance from a ResourceSpecifier.
produceCasProcessor(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorConfigurationParameterSettings() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorDeploymentParams() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorErrorHandling() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorErrorRateThreshold() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorExecArg() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorExecutable() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorFilter(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorMaxRestarts() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessors(CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessors() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessors(int, int, int, CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCasProcessorTimeout() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCollectionProcessingEngine(CpeDescription) - Static method in class org.apache.uima.UIMAFramework
Produces a CollectionProcessingEngine instance from a cpeDescription.
produceCollectionProcessingEngine(CpeDescription, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces a CollectionProcessingEngine instance from a cpeDescription.
produceCollectionProcessingEngine(CpeDescription, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces a CollectionProcessingEngine instance from a cpeDescription.
produceCollectionReader(String, CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCollectionReader(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCollectionReader() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCollectionReader(ResourceSpecifier) - Static method in class org.apache.uima.UIMAFramework
Produces a CollectionReader instance from a ResourceSpecifier.
produceCollectionReader(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces a CollectionReader instance from a ResourceSpecifier.
produceCollectionReader(ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an CollectionReader instance from a ResourceSpecifier.
produceCollectionReaderCasInitializer(String, CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
Deprecated. As of v2.0, CAS Initializers are deprecated.
produceCollectionReaderCasInitializer(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
Deprecated. As of v2.0, CAS Initializers are deprecated.
produceCollectionReaderIterator(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceComponentDescriptor(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceComponentDescriptorInclude() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCpeCheckpoint() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCpeConfiguration(CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCpeConfiguration() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceCpeTimer(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceDeployParam() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceDeployParams() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceDescriptor() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
Produce a new CpeDescription from scratch.
produceDescriptor(XMLInputSource) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
Parse a CpeDescription from a descriptor file.
produceDescriptor(InputStream) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
Parse a CpeDescription from a given input stream.
produceLocalCasProcessor(String, String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceNameValuePair() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceRemoteCasProcessor(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceResource(Class<? extends Resource>, ResourceSpecifier, Map<String, Object>) - Method in interface org.apache.uima.ResourceFactory
Produces an appropriate Resource instance from a ResourceSpecifier.
produceResource(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an appropriate Resource instance from a ResourceSpecifier.
produceResource(Class<? extends Resource>, ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an appropriate Resource instance of a specified class from a ResourceSpecifier.
produceResource(Class<? extends Resource>, ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Produces an appropriate Resource instance of a specified class from a ResourceSpecifier.
produceResource(Class<? extends Resource>, ResourceSpecifier, Map<String, Object>) - Method in class org.apache.uima.util.SimpleResourceFactory
Produces an appropriate Resource instance from a ResourceSpecifier.
produceResourceManagerConfiguration(String, CpeDescription) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceResourceManagerConfiguration(String) - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceRunInSeperateProcess() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceRuntimeEnvParam() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceSofaMapping() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceSofaMappings() - Static method in class org.apache.uima.collection.impl.metadata.cpe.CpeDescriptorFactory
 
produceTAE(ResourceSpecifier) - Static method in class org.apache.uima.UIMAFramework
Deprecated. As of v2.0, UIMAFramework.produceAnalysisEngine(ResourceSpecifier) should be used instead.
produceTAE(ResourceSpecifier, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Deprecated. As of v2.0, UIMAFramework.produceAnalysisEngine(ResourceSpecifier,Map) should be used instead.
produceTAE(ResourceSpecifier, ResourceManager, Map<String, Object>) - Static method in class org.apache.uima.UIMAFramework
Deprecated. As of v2.0, UIMAFramework.produceAnalysisEngine(ResourceSpecifier,ResourceManager,Map) should be used instead.
produceTAE(ResourceSpecifier, int, int) - Static method in class org.apache.uima.UIMAFramework
Deprecated. As of v2.0, UIMAFramework.produceAnalysisEngine(ResourceSpecifier,int,int) should be used instead.
Progress - Interface in org.apache.uima.util
Progress statistics for a process.
ProgressImpl - Class in org.apache.uima.util
 
ProgressImpl(int, int, String, boolean) - Constructor for class org.apache.uima.util.ProgressImpl
 
ProgressImpl(int, int, String) - Constructor for class org.apache.uima.util.ProgressImpl
 
PROPERTIES_FILE_NOT_FOUND - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "Could not load properties file "{0}"."
PROPERTY_DELIMITER - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor
 
props - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
PROTECTED_SOFA_FEATURE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Can''t use standard set methods with SofaFS features.
PROTOCOL_JMS - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "JMS" protocol for service communication.
PROTOCOL_MAIL - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "Mail" protocol for service communication.
PROTOCOL_MQ - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "MQ" protocol for service communication.
PROTOCOL_SOAP - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "SOAP" protocol for service communication.
PROTOCOL_SOAP_WITH_ATTACHMENTS - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "SOAP with Attachments" protocol for service communication.
PROTOCOL_VINCI - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "VINCI" protocol for service communication.
PROTOCOL_VINCI_BINARY_CAS - Static variable in class org.apache.uima.Constants
A constant indicating the name of the "VINCI" protocol, using binary CAS serialization, for service communication.
put(String, Object) - Method in interface org.apache.uima.resource.Session
Stores an object in the Session
putJfsFromCaddr(int, FeatureStructure) - Method in interface org.apache.uima.jcas.JCas
Internal Use - sets the corresponding Java instance for a Cas instance

R

READ_PAST_END_OF_COLLECTION - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: There are no more elements in the collection.
reader2String(Reader) - Static method in class org.apache.uima.util.FileUtils
Read a bufferedReader into a string, using the default platform encoding.
reconfigure() - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Alerts this AnalysisComponent that the values of its configuration parameters or external resources have changed.
reconfigure() - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Notifies this AnalysisComponent that its configuration parameters have changed.
reconfigure() - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Reconfigures this Resource using the most current parameter settings.
reconfigure() - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. This default implementation calls Annotator_ImplBase.destroy() followed by Annotator_ImplBase.initialize(AnnotatorContext) and Annotator_ImplBase.typeSystemInit(TypeSystem).
reconfigure() - Method in interface org.apache.uima.analysis_engine.annotator.BaseAnnotator
Alerts this annotator that the values of its configuration parameters or external resources have changed.
reconfigure() - Method in class org.apache.uima.collection.CasConsumer_ImplBase
Notifies this CAS Consumer that its configuration parameter settings have been changed.
reconfigure() - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated. Notifies this CAS Initializer that its configuration parameter settings have been changed.
reconfigure() - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Notifies this Collection Reader that its configuration parameter settings have been changed.
reconfigure() - Method in interface org.apache.uima.flow.FlowController
Alerts this FlowController that the values of its configuration parameters or external resources have changed.
reconfigure() - Method in class org.apache.uima.flow.FlowController_ImplBase
 
reconfigure() - Method in interface org.apache.uima.resource.ConfigurableResource
Instructs this Resource to re-read its configuration parameter settings.
reconfigure() - Method in class org.apache.uima.resource.ConfigurableResource_ImplBase
 
reconfigure(String) - Method in interface org.apache.uima.resource.ConfigurationManager
Completes the reconfiguration of parameters within the specified context.
reconfigure() - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
RecoverableCollectionReader - Interface in org.apache.uima.collection.base_cpm
Interface facilitating CollectionReader recovery from failures.
REDEFINING_BUILTIN_TYPE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
 
REF_PREFIX - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
ReferenceArrayFS - Interface in org.apache.uima.cas_data
A subtype of FeatureStructure that represents an array of primitive values (Strings, int, or floats).
ReferenceValue - Interface in org.apache.uima.cas_data
A FeatureValue that represents a reference, via ID, to another FeatureStructure.
register(Class) - Static method in class org.apache.uima.jcas.JCasRegistry
Registers a JCas cover class with this registry.
registerFactory(Class<? extends ResourceSpecifier>, ResourceFactory) - Method in interface org.apache.uima.CompositeResourceFactory
Registers a ResourceFactory with this composite factory.
RelativePathResolver - Interface in org.apache.uima.resource
Used by the resource manager to resolve relative URLs to absolute URLs.
release() - Method in interface org.apache.uima.analysis_engine.CasIterator
Releases any CASes owned by this CasIterator.
release() - Method in interface org.apache.uima.analysis_engine.JCasIterator
Releases any CASes owned by this JCasIterator.
release() - Method in interface org.apache.uima.cas.AbstractCas
Indicates that the caller is done using this CAS.
release() - Method in class org.apache.uima.cas.AbstractCas_ImplBase
Default implementation that returns this CAS to its CasManager by calling CasOwner.releaseCas(AbstractCas).
releaseCas(AbstractCas) - Method in interface org.apache.uima.cas.CasOwner
Releases a CAS back to its owner.
releaseCas(CAS) - Method in class org.apache.uima.util.CasPool
Checks in a CAS to the pool.
releaseJCas(JCas) - Method in class org.apache.uima.util.JCasPool
Checks in a JCas to the pool.
remapIDs(Map<String, String>) - Method in interface org.apache.uima.analysis_engine.metadata.FlowConstraints
Remaps the AE identifier Strings used in this FlowConstraints object.
remove(CasProcessorDeploymentParam) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParams
Deletes named instance of CasProcessorDeploymentParam
remove(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArgs
Removes CasProcessorExecArg instance found in the list in a given position.
REMOVE_AE_FROM_FLOW_NOT_SUPPORTED - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "The FlowController class {0} does not support the removeAnalysisEngines method.
removeAllCpeCasProcessors() - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Removes ALL CpeCasProcessor objects from processing pipeline.
removeAnalysisEngines(Collection<String>) - Method in interface org.apache.uima.flow.FlowController
Notifies this FlowController that some Analysis Engines are no longer available to route CASes to.
removeAnalysisEngines(Collection<String>) - Method in class org.apache.uima.flow.FlowController_ImplBase
Throws an AnalysisEngineProcessException by default.
removeCasConsumer(CasConsumer) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Removes a CasConsumer from this CPM.
removeCasInitializer() - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Removes CpeCollectionReaderCasInitializer from CollectionReader
removeCasProcessor(CasProcessor) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Removes a CasProcessor to this CPM's list of consumers.
removeCasProcessorExecArg(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Removes program argument from the list.
removeChannelListener(MessageRouter.StdChannelListener) - Method in class org.apache.uima.pear.util.MessageRouter
Removes a given StdChannelListener object from the list of standard channel listeners.
removeCheckpoint() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Removes checkpoint object
removeCommonParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Removes an Configuration Parameter that is common to all groups.
removeConfigurationGroup(ConfigurationGroup) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Removes an Configuration Group
removeConfigurationParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Removes an Configuration Parameter from this group.
removeConfigurationParameter(ConfigurationParameter) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Removes an Configuration Parameter that is not in any group.
removeCpeCasProcessor(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Removes CpeCasProcessor object from processing pipeline from a given position.
removeCpeTimer() - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
 
removeExternalResource(ExternalResourceDescription) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Removes an ExternalResource from this configuration.
removeExternalResourceBinding(ExternalResourceBinding) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Removes an ExternalResourceBinding from this configuration.
removeFeatureStructure(FeatureStructure) - Method in interface org.apache.uima.cas_data.CasData
Removes a FeatureStructure to this CasData.
removeFromIndexes() - Method in class org.apache.uima.jcas.cas.TOP
remove the corresponding FeatureStructure from all Cas indexes
removeFromIndexes(JCas) - Method in class org.apache.uima.jcas.cas.TOP
 
removeFromIndexes(int) - Method in class org.apache.uima.jcas.cas.TOP_Type
remove the corresponding FeatureStructure from all Cas indexes
removeFS(FeatureStructure) - Method in interface org.apache.uima.cas.FSIndexRepository
Remove a feature structure from all indexes in the repository.
removeFsFromIndexes(FeatureStructure) - Method in interface org.apache.uima.cas.CAS
Remove a feature structure from all indexes in the repository associated with this CAS View.
removeFsFromIndexes(FeatureStructure) - Method in interface org.apache.uima.jcas.JCas
Remove a feature structure from all indexes in the repository associated with this CAS View.
removeFsIndex(FsIndexDescription) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Removes an FS Index description from this collection.
removeListener(ProcessUtil.StdStreamListener) - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
Removes a given StdStreamListener object from the list of standard stream listeners.
removeMsgListener(MessageRouter.StdChannelListener) - Method in class org.apache.uima.pear.tools.InstallationController
Removes a given MessageRouter.StdChannelListener object from the list of standard channel listeners.
removeOverride(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Removes an override from this configuration parameter.
removePriorityList(TypePriorityList) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Removes a TypePriorityList.
removeStatusCallbackListener(BaseStatusCallbackListener) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Unregisters a status callback listener.
removeStatusCallbackListener(StatusCallbackListener) - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Unregisters a status callback listener.
removeStatusCallbackListener(StatusCallbackListener) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Unregisters a status callback listener.
removeSupportedLanguage(String) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that removes a supported language from this Capability.
removeType(String) - Method in interface org.apache.uima.resource.metadata.TypePriorityList
Removes a type from the priority list.
removeTypeOrFeature(TypeOrFeature) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
removes the specified TypeOrFeature from this ResultSpecification.
REPLACE_WITH_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
replaceStringInFile(File, String, String) - Static method in class org.apache.uima.pear.util.FileUtil
Replaces all occurences of a given regular expression with a given string in a given text file.
REPOSITORY_LOCKED - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Can't add index to a committed repository.
REQUESTED_TOO_MANY_CAS_INSTANCES - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "AnalysisComponent "{0}" requested more CASes ({1}) than defined in its getCasInstancesRequired() method ({2}).
REQUIRED_ATTRIBUTE_MISSING - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "Required attribute {0} not found within element type {1}."
REQUIRED_FEATURE_STRUCTURE_MISSING_FROM_CAS - Static variable in exception org.apache.uima.resource.ResourceProcessException
Message key for a standard UIMA exception message: This component requires a FeatureStructure of type {0}, which is not present in the CAS.
REQUIRED_METHOD_CALL - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: "The method {0} must be called before the method {1}."
reset() - Method in interface org.apache.uima.cas.admin.CASMgr
Flush this CAS instance of all transient data.
reset() - Method in interface org.apache.uima.cas.CAS
Reset the CAS, emptying it of all content.
reset() - Method in interface org.apache.uima.jcas.JCas
Reset the CAS, emptying it of all content.
resetStats() - Method in interface org.apache.uima.analysis_engine.AnalysisEngineManagement
Resets all of the performance statistics to zero.
resolveAndValidateResourceDependencies(ExternalResourceDependency[], String) - Method in interface org.apache.uima.resource.ResourceManager
Resolves a component's external resource dependencies using this resource manager.
resolveImports(ResourceManager) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Resolves all import declarations in this AnalysisEngineDescription.
resolveImports(Collection<String>, ResourceManager) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Resolves all import declarations in this AnalysisEngineDescription.
resolveImports() - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Resolves an imported FlowController specifier, if there is one.
resolveImports(ResourceManager) - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Resolves an imported FlowController specifier, if there is one.
resolveImports() - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes list.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes list.
resolveImports(Collection<String>, ResourceManager) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Resolves any import declarations in this FS Index Collection, adding the imported FsIndexDescriptions directly onto this FsIndexCollection's fsIndexes list.
resolveImports() - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Resolves any import declarations.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Resolves any import declarations.
resolveImports() - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and externalResourceBindings lists.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and externalResourceBindings lists.
resolveImports(Collection<String>, ResourceManager) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Resolves any import declarations in this resource manager configruation, adding the imported external resources and external resource bindings directly onto this ResourceManagerConfiguration's externalResources and externalResourceBindings lists.
resolveImports() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Resolves any import declarations throughout this metadata.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Resolves any import declarations throughout this metadata.
resolveImports() - Method in interface org.apache.uima.resource.metadata.TypePriorities
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's priorityLists.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's priorityLists.
resolveImports(Collection<String>, ResourceManager) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Resolves any import declarations in this Type Priorities declaration, adding the imported TypePriorityList objects directly onto this TypePriorities object's priorityLists.
resolveImports() - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list.
resolveImports(ResourceManager) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list.
resolveImports(Collection<String>, ResourceManager) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Resolves any import declarations in this type system, adding the imported types directly onto this TypeSystemDescription's types list.
resolveImports(String, String) - Method in class org.apache.uima.uimacpp.CppUimajEngine
 
resolveRelativePath(URL) - Method in interface org.apache.uima.resource.RelativePathResolver
Resolves a relative URL to an absolute URL.
resolveRelativePath(String) - Method in interface org.apache.uima.resource.ResourceManager
Attempts to resolve a relative path to an absolute path using the same mechanism that the ResourceManager uses to find resources -- a lookup in the datapath followed by a lookup in the classpath.
Resource - Interface in org.apache.uima.resource
Resource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).
RESOURCE_ALREADY_INITIALIZED - Static variable in exception org.apache.uima.UIMA_IllegalStateException
Message key for a standard UIMA exception message: "The initialize(ResourceSpecifier) method on Resource {0} was called more than once.
RESOURCE_DATA_NOT_VALID - Static variable in exception org.apache.uima.resource.ResourceConfigurationException
Message key for a standard UIMA exception message: "The configuration data {0} for Configuraion parameter {1} in the resource is absent or not valid"
RESOURCE_DATA_NOT_VALID - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The configuration data {0} for Configuraion parameter {1} in the resource is absent or not valid"
RESOURCE_DATA_NOT_VALID - Static variable in exception org.apache.uima.resource.ResourceProcessException
Message key for a standard UIMA exception message: Configuration setting for {0} is absent
RESOURCE_DEPENDENCY_NOT_SATISFIED - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "There is no resource satisfying the required resource dependency with key "{0}"."
RESOURCE_DOES_NOT_IMPLEMENT_INTERFACE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The resource with name "{0}" does not implement the required interface {1}."
Resource_ImplBase - Class in org.apache.uima.resource
Implementation base class for Resources.
Resource_ImplBase() - Constructor for class org.apache.uima.resource.Resource_ImplBase
 
RESOURCE_NOT_FOUND - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorConfigurationException
Message key for a standard UIMA exception message: "The resource "{0}" could not be found."
RESOURCE_SPECIFIER_NAMESPACE - Static variable in interface org.apache.uima.util.XMLParser
XML namespace for ResourceSpecifiers.
RESOURCE_SPECIFIER_SCHEMA_NAME - Static variable in interface org.apache.uima.util.XMLParser
Name of schema for ResourceSpecifiers.
RESOURCE_TYPE_ANALYSIS_ENGINE - Static variable in interface org.apache.uima.resource.URISpecifier
Value for URISpecifier.getResourceType() representing an Analysis Engine.
RESOURCE_TYPE_CAS_CONSUMER - Static variable in interface org.apache.uima.resource.URISpecifier
Value for URISpecifier.getResourceType() representing a CAS Consumer.
RESOURCE_UNAVAILABLE - Static variable in exception org.apache.uima.resource.ResourceServiceException
Message key for a standard UIMA exception message: "The requested resource is currently unavailable.
ResourceAccessException - Exception in org.apache.uima.resource
Thrown to indicate a failure has occurred in attempting to access an external resource.
ResourceAccessException() - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with a null message.
ResourceAccessException(Throwable) - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with the specified cause and a null message.
ResourceAccessException(String, String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with a the specified message.
ResourceAccessException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with the specified message and cause.
ResourceAccessException(String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceAccessException(String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceAccessException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceConfigurationException - Exception in org.apache.uima.resource
Thrown to indicate that a Resource's configuration paramters could not be set.
ResourceConfigurationException() - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with a null message.
ResourceConfigurationException(Throwable) - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with the specified cause and a null message.
ResourceConfigurationException(String, String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with a the specified message.
ResourceConfigurationException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with the specified message and cause.
ResourceConfigurationException(String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceConfigurationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceConfigurationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceCreationSpecifier - Interface in org.apache.uima.resource
A ResourceCreationSpecifier is the supertype of AnalysisEngineDescription, CasConsumerDescription, CollectionReaderDescription, and CasInitializerDescription.
ResourceFactory - Interface in org.apache.uima
A ResourceFactory is used to acquire instances of Resources.
ResourceInitializationException - Exception in org.apache.uima.resource
Thrown by Resource.initialize(ResourceSpecifier,Map) to indicate that a failure has occurred during initialization.
ResourceInitializationException() - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with a null message.
ResourceInitializationException(Throwable) - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with the specified cause and a null message.
ResourceInitializationException(String, String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with a the specified message.
ResourceInitializationException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with the specified message and cause.
ResourceInitializationException(String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceInitializationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceInitializationException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceManager - Interface in org.apache.uima.resource
A ResourceManager holds a collection of Resource objects, each registered under a specified key.
ResourceManagerConfiguration - Interface in org.apache.uima.resource.metadata
Defines a set of external resources and their bindings to ExternalResourceDependencies.
ResourceManagerPearWrapper - Interface in org.apache.uima.resource
A ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent, except for the class path and data path fields.
ResourceMetaData - Interface in org.apache.uima.resource.metadata
Encapsulates all metadata for a Resource.
ResourceProcessException - Exception in org.apache.uima.resource
Thrown to indicate that a Resource has encountered a problem during its processing.
ResourceProcessException() - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with a null message.
ResourceProcessException(Throwable) - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with the specified cause and a null message.
ResourceProcessException(String, String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with a the specified message.
ResourceProcessException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with the specified message and cause.
ResourceProcessException(String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceProcessException(String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceProcessException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
RESOURCES_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
ResourceServiceException - Exception in org.apache.uima.resource
Thrown to indicate that an error has occurred during communication with a remote resource service.
ResourceServiceException() - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with a null message.
ResourceServiceException(Throwable) - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with the specified cause and a null message.
ResourceServiceException(String, String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with a the specified message.
ResourceServiceException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with the specified message and cause.
ResourceServiceException(String, Object[]) - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceServiceException(String, Object[], Throwable) - Constructor for exception org.apache.uima.resource.ResourceServiceException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResourceServiceSpecifier - Interface in org.apache.uima.resource
A ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service.
ResourceServiceStub - Interface in org.apache.uima.resource
A stub that calls a remote AnalysisEngine service.
ResourceSpecifier - Interface in org.apache.uima.resource
A ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating an existing resource available as a service.
ResourceSpecifierFactory - Interface in org.apache.uima
A factory used to create ResourceSpecifier instances and instances of other objects needed to compose ResourceSpecifiers.
ResourceSpecifierList - Interface in org.apache.uima.resource
A type of ResourceSpecifier that is an aggregate of other ResourceSpecifiers.
ResultNotSupportedException - Exception in org.apache.uima.analysis_engine
This exception is thrown by an Analysis Engine when it receives a request to generate results that it cannot produce.
ResultNotSupportedException() - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with a null message.
ResultNotSupportedException(Throwable) - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with the specified cause and a null message.
ResultNotSupportedException(String, String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with a the specified message.
ResultNotSupportedException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with the specified message and cause.
ResultNotSupportedException(String, Object[]) - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResultNotSupportedException(String, Object[], Throwable) - Constructor for exception org.apache.uima.analysis_engine.ResultNotSupportedException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
ResultSpecification - Interface in org.apache.uima.analysis_engine
A ResultSpecification is a set of desired outputs from a Analysis Engine or Annotator.
resume(boolean) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Resumes processing that has been paused.
resume() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Resumes processing that has been paused.
resume() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Resumes processing that has been paused.
resume(boolean) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Resumes processing that has been paused.
resume() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Resumes processing that has been paused.
resumed() - Method in interface org.apache.uima.collection.base_cpm.BaseStatusCallbackListener
Called when the processing has been resumed (after it had been previously paused).
returnedCAS(AbstractCas) - Method in interface org.apache.uima.UimaContextAdmin
Called internally by the framework whenever the AnalysisComponent returns a CAS from its next() method or calls cas.release().
REUSABLE_RESOURCE_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
Reusable Resource
REVERSE_STANDARD_COMPARE - Static variable in interface org.apache.uima.cas.admin.FSIndexComparator
Compare key1 of fs1 with key2 of fs2 so that the order of fs1 and fs2 is the reverse as that of key1 and key2 (with respect to the standard order of that key).
REVERSE_STANDARD_COMPARE - Static variable in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Comparator that orders FeatureStructures according to the reverse order of their key features (the opposite order as that defined by STANDARD_COMPARE.
ROOT_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
rootDirPath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
run() - Method in class org.apache.uima.pear.util.MessageRouter
Implements the main service method that runs in a separate thread.
run() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
Implements the Runnable.run() method, collecting and printing standard output or standard error messages during the process execution.

S

saveInstallationDescriptor(InstallationDescriptor, File) - Static method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Saves a given InstallationDescriptor object in a given XML file.
saveInstallationDescriptor(File) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Saves created InstallationDescriptor object to a given XML file.
saveInstallationDescriptorFile() - Method in class org.apache.uima.pear.tools.InstallationController
Saves modified installation descriptor file.
saveString2File(String, File) - Static method in class org.apache.uima.util.FileUtils
Write a string to a file, using platform encoding.
saveString2File(String, File, String) - Static method in class org.apache.uima.util.FileUtils
Write a string to a file using the specified encoding.
SaxDeserializer - Interface in org.apache.uima.util
Deserializes an XMLizable object from SAX events.
SCHEMA_FULL_CHECKING_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
 
SCHEMA_VALIDATION_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
 
SEARCH_STRATEGY_DEFAULT_FALLBACK - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
A value for the searchStrategy property indicating that if there is no value declared in a group, look in the default group.
SEARCH_STRATEGY_LANGUAGE_FALLBACK - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
A value for the searchStrategy property that is useful when ISO language and country codes are used as configuration group names.
SEARCH_STRATEGY_NONE - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
A value for the searchStrategy property indicating that there is no fallback.
selectPackageDirectory(String) - Method in interface org.apache.uima.pear.tools.InstallationController.PackageSelector
Selects root directory of an installed PEAR package in the local file system.
selectPackageDirectory(String) - Method in class org.apache.uima.pear.tools.PackageSelectorGUI
Opens dialog window to select root directory of desired installed component package.
selectPackageDirectory(String) - Method in class org.apache.uima.pear.tools.SimplePackageSelector
Allows entering the installation directory path for a given component from the console window.
selectPackageFile(String) - Method in interface org.apache.uima.pear.tools.InstallationController.PackageSelector
Selects a PEAR package file in the local file system.
selectPackageFile(String) - Method in class org.apache.uima.pear.tools.PackageSelectorGUI
Opens dialog window to select desired PEAR package file for a given component.
selectPackageFile(String) - Method in class org.apache.uima.pear.tools.SimplePackageSelector
Allows entering the PEAR file path for a given component from the console window.
selectPackageUrl(String) - Method in interface org.apache.uima.pear.tools.InstallationController.PackageSelector
Selects a PEAR package URL in the network.
selectPackageUrl(String) - Method in class org.apache.uima.pear.tools.PackageSelectorGUI
This method is not implemented.
selectPackageUrl(String) - Method in class org.apache.uima.pear.tools.SimplePackageSelector
Allows entering the PEAR package URL for a given component from the console window.
SERIALIZATION_FAILURE - Static variable in exception org.apache.uima.resource.ResourceServiceException
Message key for a standard UIMA exception message: "A failure occurred while serializing objects."
serialize(CAS, ContentHandler) - Method in class org.apache.uima.cas.impl.XCASSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, ContentHandler, boolean) - Method in class org.apache.uima.cas.impl.XCASSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, ContentHandler, boolean, OutOfTypeSystemData) - Method in class org.apache.uima.cas.impl.XCASSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, OutputStream) - Static method in class org.apache.uima.cas.impl.XCASSerializer
Serializes an XCAS to a stream.
serialize(CAS, OutputStream, boolean) - Static method in class org.apache.uima.cas.impl.XCASSerializer
Serializes an XCAS to a stream.
serialize(CAS, ContentHandler) - Method in class org.apache.uima.cas.impl.XmiCasSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, ContentHandler, ErrorHandler) - Method in class org.apache.uima.cas.impl.XmiCasSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, ContentHandler, ErrorHandler, XmiSerializationSharedData) - Method in class org.apache.uima.cas.impl.XmiCasSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, ContentHandler, ErrorHandler, XmiSerializationSharedData, Marker) - Method in class org.apache.uima.cas.impl.XmiCasSerializer
Write the CAS data to a SAX content handler.
serialize(CAS, OutputStream) - Static method in class org.apache.uima.cas.impl.XmiCasSerializer
Serializes a CAS to an XMI stream.
serialize(CAS, TypeSystem, OutputStream) - Static method in class org.apache.uima.cas.impl.XmiCasSerializer
Serializes a CAS to an XMI stream.
serialize(CAS, TypeSystem, OutputStream, boolean, XmiSerializationSharedData) - Static method in class org.apache.uima.cas.impl.XmiCasSerializer
Serializes a CAS to an XMI stream.
serialize(CAS, TypeSystem, OutputStream, boolean, XmiSerializationSharedData, Marker) - Static method in class org.apache.uima.cas.impl.XmiCasSerializer
Serializes a Delta CAS to an XMI stream.
serialize(CAS, OutputStream) - Static method in class org.apache.uima.util.XmlCasSerializer
Serializes a CAS to XMI format and writes it to an output stream.
serialize(CAS, TypeSystem, OutputStream) - Static method in class org.apache.uima.util.XmlCasSerializer
Serializes a CAS to XMI format and writes it to an output stream.
serialize(Node) - Method in class org.apache.uima.util.XMLSerializer
 
serializeToXML() - Method in interface org.apache.uima.collection.base_cpm.SynchPoint
Serializes internal representation of the SynchPoint to XML
SERVICE - Static variable in interface org.apache.uima.util.ProcessTraceEvent
Constant for the SERVICE event type.
SERVICE_CALL - Static variable in interface org.apache.uima.util.ProcessTraceEvent
Constant for the SERVICE_CALL event type.
SERVICE_COMMAND_ARGS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
SERVICE_COMMAND_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
SERVICE_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
SERVICE_WORKING_DIR_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
serviceInfo - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ComponentInfo
 
Session - Interface in org.apache.uima.resource
An object that encapsulates all conversational state between a UIMA Resource and a particular client.
set(int, FeatureStructure) - Method in interface org.apache.uima.cas.ArrayFS
Set the i-th value.
set(int, boolean) - Method in interface org.apache.uima.cas.BooleanArrayFS
Set the i-th value.
set(int, byte) - Method in interface org.apache.uima.cas.ByteArrayFS
Set the i-th value.
set(int, double) - Method in interface org.apache.uima.cas.DoubleArrayFS
Set the i-th value.
set(int, float) - Method in interface org.apache.uima.cas.FloatArrayFS
Set a given element.
set(int, int) - Method in interface org.apache.uima.cas.IntArrayFS
Set a given element.
set(int, long) - Method in interface org.apache.uima.cas.LongArrayFS
Set the i-th value.
set(int, short) - Method in interface org.apache.uima.cas.ShortArrayFS
Set the i-th value.
set(int, String) - Method in interface org.apache.uima.cas.StringArrayFS
Set the i-th value.
set(Object) - Method in interface org.apache.uima.collection.base_cpm.SynchPoint
Sets data from which to recover
set(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorTimeout
Sets the timeout value
set(String) - Method in interface org.apache.uima.collection.metadata.CpeInclude
Sets a path to component descriptor
set(String) - Method in interface org.apache.uima.collection.metadata.CpeResourceManagerConfiguration
Sets a path of the Resource Manager configuration file
set(String) - Method in interface org.apache.uima.collection.metadata.CpeTimer
Plug-in a custom timer class to be used for measuring performance.
set(int, boolean) - Method in class org.apache.uima.jcas.cas.BooleanArray
 
set(int, int, boolean) - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, byte) - Method in class org.apache.uima.jcas.cas.ByteArray
 
set(int, int, byte) - Method in class org.apache.uima.jcas.cas.ByteArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, double) - Method in class org.apache.uima.jcas.cas.DoubleArray
 
set(int, int, double) - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, float) - Method in class org.apache.uima.jcas.cas.FloatArray
update the Cas, setting the indexed value to the passed in Java float value.
set(int, int, float) - Method in class org.apache.uima.jcas.cas.FloatArray_Type
updates the Cas, setting the indexed value to the passed in Java float value.
set(int, FeatureStructure) - Method in class org.apache.uima.jcas.cas.FSArray
updates the Cas, setting the indexed value with the corresponding Cas FeatureStructure.
set(int, int, FeatureStructure) - Method in class org.apache.uima.jcas.cas.FSArray_Type
updates the Cas, setting the indexed value to the passed in FeatureStructure value.
set(int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray
update the Cas, setting the indexed value to the passed in Java int value.
set(int, int, int) - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, long) - Method in class org.apache.uima.jcas.cas.LongArray
 
set(int, int, long) - Method in class org.apache.uima.jcas.cas.LongArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, short) - Method in class org.apache.uima.jcas.cas.ShortArray
 
set(int, int, short) - Method in class org.apache.uima.jcas.cas.ShortArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
set(int, String) - Method in class org.apache.uima.jcas.cas.StringArray
 
set(int, int, String) - Method in class org.apache.uima.jcas.cas.StringArray_Type
updates the Cas, setting the indexed value to the passed in Java String value.
SET_ENV_FILE - Static variable in class org.apache.uima.pear.tools.InstallationController
 
SET_ENV_VARIABLE_ACT - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor.ActionInfo
 
SET_INDEX - Static variable in interface org.apache.uima.cas.FSIndex
Indexing strategy: set index.
setAction(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Sets a strategy for dealing with exceeding error thresholds.
setAction(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
Sets a strategy to apply by the CPE when max restart count is exceeded.
setActionOnMaxError(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets a strategy for dealing with exceeding error thresholds.
setActionOnMaxRestart(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets strategy for dealing with exceeding error thresholds.
setAggregateSofaName(String) - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Set the sofa name assigned by the aggregate.
setAllAnnotatorFeatures(boolean) - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
For Type references, sets whether this reference should be considered to also refer to all features of the Type that are known to the annotator.
setAllCollectionCollectionReaders(CpeCollectionReader[]) - Method in interface org.apache.uima.collection.metadata.CpeDescription
 
setAllowedValues(AllowedValue[]) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Sets the allowed values for instances of this Type.
setAnalysisEngine(AnalysisEngine) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Sets the AnalysisEngine that is assigned to this CPM.
setAnalysisEngineKey(String) - Method in class org.apache.uima.flow.SimpleStep
Sets the key of the Analysis Engine to which the CAS should be routed.
setAnalysisEngineKeys(Collection<String>) - Method in class org.apache.uima.flow.ParallelStep
Sets the keys of the Analysis Engines to which the CAS should be routed.
setAnnotatorImplementationName(String) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For a primitive AnalysisEngine only, sets the name of the annotator implementation.
setArgValue(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecArg
Sets argument value.
setAsynchronousModeSupported(boolean) - Method in interface org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData
Sets whether this AnalysisEngine supports asynchronous communication.
setAttributeMappings(Mapping[]) - Method in interface org.apache.uima.search.Style
Sets the mappings that specify which features (properties) of the annotation should be indexed, and under which names.
setAttributes(Attribute[]) - Method in interface org.apache.uima.search.Style
Sets the Attributes for this style.
setAttributeValue(String, Object) - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Sets the value of an attribute of this MetaDataObject.
setBatchSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets CasProcessor's batch size.
setBatchSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
 
setBegin(int) - Method in class org.apache.uima.jcas.tcas.Annotation
setter for begin - sets beginning of span of annotation
setBegin(int, int) - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
setBooleanValue(Feature, boolean) - Method in interface org.apache.uima.cas.FeatureStructure
Set the boolean value of a feature.
setByteValue(Feature, byte) - Method in interface org.apache.uima.cas.FeatureStructure
Set the byte (8 bit) value of a feature.
setCapabilities(Capability[]) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Sets this Processing Resource's Capabilities.
setCapabilityLanguageFlow(String[]) - Method in interface org.apache.uima.analysis_engine.metadata.CapabilityLanguageFlow
Sets the CapabilityLanguageFlow.
setCAS(CAS) - Method in interface org.apache.uima.cas.admin.CASMgr
 
setCas(CAS) - Method in class org.apache.uima.flow.CasFlow_ImplBase
Deprecated. this is automatically done by the framework after a new flow object is created
setCasInitializer(CasDataInitializer) - Method in interface org.apache.uima.collection.base_cpm.CasDataCollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
setCasInitializer(CasInitializer) - Method in interface org.apache.uima.collection.CollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
setCasInitializer(CasInitializer) - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Deprecated. As of v2.0 CAS Initializers are deprecated.
setCasInitializer(CpeCollectionReaderCasInitializer) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Deprecated. As of v2.0 CAS Initializers are deprecated.
setCasManager(CasManager) - Method in interface org.apache.uima.resource.ResourceManager
Sets the CasManager, which manages the creation and pooling of CASes.
setCasProcessorFilter(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets CasProcessor filter expression used by the CPE to route CASs.
setCheckpoint(CpeCheckpoint) - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Sets Checkpoint object containing checkpoint file and frequency of checkpoints.
setCheckpoint(String, int) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Add checkpoint file and frequency (in millis) of checkpoints
setCollectionIterator(CpeCollectionReaderIterator) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
 
setCollectionReader(BaseCollectionReader) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Sets the Collection Reader for this CPM.
setCommonParameters(ConfigurationParameter[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Sets the configuration parameters that are common to all groups.
setComparator(int) - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Sets the comparator for this key.
setComparisonValue(Object) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the literal value to which features' values will be compared.
setCompleted(int) - Method in class org.apache.uima.util.ProgressImpl
 
setComponentKey(String) - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Set the component key.
setComponentSofaName(String) - Method in interface org.apache.uima.analysis_engine.metadata.SofaMapping
Set the component assigned sofa name.
setComponentSofaName(String) - Method in interface org.apache.uima.cas.SofaID
Deprecated. Set the component Sofa name that was used to obtain this SofaID by calling UimaContext.mapToSofaID().
setComponentSofaName(String) - Method in interface org.apache.uima.collection.metadata.CpeSofaMapping
 
setConcurrentPUCount(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Sets ProcessingUnit replication.
setConfigParameterValue(String, Object) - Method in interface org.apache.uima.resource.ConfigurableResource
Sets the value of a configuration parameter.
setConfigParameterValue(String, String, Object) - Method in interface org.apache.uima.resource.ConfigurableResource
Sets the value of a configuration parameter in a group.
setConfigParameterValue(String, Object) - Method in class org.apache.uima.resource.ConfigurableResource_ImplBase
 
setConfigParameterValue(String, String, Object) - Method in class org.apache.uima.resource.ConfigurableResource_ImplBase
 
setConfigParameterValue(String, Object) - Method in interface org.apache.uima.resource.ConfigurationManager
Sets the value of a configuration parameter.
setConfigParameterValue(String, String, Object) - Method in interface org.apache.uima.resource.ConfigurationManager
Sets the value of a configuration parameter in a group.
setConfigurationGroups(ConfigurationGroup[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Sets the configuration parameter groups for this Resource.
setConfigurationParameterDeclarations(ConfigurationParameterDeclarations) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Gets the configuration parameter declarations for this Resource.
setConfigurationParameters(ConfigurationParameter[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Sets the configuration parameters in this group.
setConfigurationParameters(ConfigurationParameter[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Sets the configuration parameters for this Resource.
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets the CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CAS Processor.
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Sets the CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CollectionReader.
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated. Sets the CasProcessorConfigurationParameterSettings object containing overrides to parameter settings for this CasInitializer.
setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Set parameters that will override params defined in the Collection Reader component descriptor.
setConfigurationParameterSettings(ConfigurationParameterSettings) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the configuration parameter settings for this Resource.
setCopyright(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the copyright notice for this Resource.
setCpeCasProcessors(CpeCasProcessors) - Method in interface org.apache.uima.collection.metadata.CpeDescription
 
setCpeComponentDescriptor(CpeComponentDescriptor) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets the CpeComponentDescriptor instance associated with this Cas Processor.
setCpeConfiguration(CpeConfiguration) - Method in interface org.apache.uima.collection.metadata.CpeDescription
 
setCpeResourceManagerConfiguration(CpeResourceManagerConfiguration) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines the path to Resource Manager Configuration
setCpeSofaName(String) - Method in interface org.apache.uima.collection.metadata.CpeSofaMapping
 
setCpeTimer(CpeTimer) - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Sets the timer class implementing UimeTimer interface.
setCurrentComponentInfo(ComponentInfo) - Method in interface org.apache.uima.cas.CAS
Informs the CAS of relevant information about the component that is currently procesing it.
setDataPath(String) - Method in interface org.apache.uima.resource.RelativePathResolver
Sets the data path used to resolve relative paths.
setDataPath(String) - Method in interface org.apache.uima.resource.ResourceManager
Sets the data path used to resolve relative paths.
setDefault(boolean) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the deafult value for this precondition.
setDefaultGroupName(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Sets the name of the default configuration group.
setDelegateComponentDesc(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given descriptor file path to a given delegate component.
setDelegateComponentName(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Assignes a given name to a given delegate component.
setDelegateComponentProperty(String, String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Assignes a given property to a given delegate component.
setDelegateComponentRoot(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given directory path as the root path for a given delegate component.
setDeployment(String) - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Sets CPE deployment mode as "immediate", "vinceService", "interactive".
setDeployment(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Define startup mode for the CPE.
setDequeueTimeout(int) - Method in interface org.apache.uima.collection.metadata.OutputQueue
Define the time (in ms) to wait for a new message
setDescription(String) - Method in interface org.apache.uima.resource.ExternalResourceDependency
Retrieves the textual description of the resource.
setDescription(String) - Method in interface org.apache.uima.resource.ExternalResourceDescription
Retrieves the textual description of the resource.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.AllowedValue
Sets the verbose description of this allowed value.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.Capability
Sets the description of this Capability.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets the description of this configuration parameter.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Sets the verbose description of this Feature.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Sets the description of this FS Index Collection.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the description of this Resource Manager Configuration.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the description of this Resource.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Sets the verbose description of this Type.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the description of this TypePriorities declaration.
setDescription(String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the description of this Type System.
setDescriptor(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Deprecated. Doesn't support the new import syntax. Use setCpeComponentDescriptor() instead.
setDescriptor(CpeComponentDescriptor) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReader
Sets descriptor path containing configuration for the CollectionReader
setDescriptor(CpeComponentDescriptor) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated. Sets descriptor path containing configuration for the CasInitializer
setDescriptor(CpeComponentDescriptor) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Associate Descriptor with the Collection Reader Iterator
setDocumentLanguage(String) - Method in interface org.apache.uima.cas.CAS
Sets the language for this document.
setDocumentLanguage(String) - Method in interface org.apache.uima.jcas.JCas
Sets the language for this document.
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.
setDocumentSize(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
setDocumentText(String) - Method in interface org.apache.uima.cas.CAS
Set the document text.
setDocumentText(String) - Method in interface org.apache.uima.jcas.JCas
Set the document text.
setDocumentTextFeature(String) - Method in class org.apache.uima.cas.impl.XCASSerializer
Sets the name of the feature holding the documeng text.
setDocumentTypeName(String) - Method in class org.apache.uima.cas.impl.XCASDeserializer
Gets the name of the type representing the document.
setDocumentTypeName(String) - Method in class org.apache.uima.cas.impl.XCASSerializer
Gets the name of the type representing the document.
setDoubleValue(Feature, double) - Method in interface org.apache.uima.cas.FeatureStructure
Set the double value of a feature.
setElementType(String) - Method in interface org.apache.uima.resource.metadata.FeatureDescription
For a multi-valued (array or list) feature, sets the expected type of the elements of that array or list.
setEnd(int) - Method in class org.apache.uima.jcas.tcas.Annotation
setter for end - sets ending of span of annotation
setEnd(int, int) - Method in class org.apache.uima.jcas.tcas.Annotation_Type
 
SETENV_TXT_FILE - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
setEnvParamName(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParam
Sets a name for new parameter
setEnvParamValue(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorRuntimeEnvParam
Sets a value for new parameter
setEnvs(ArrayList<CasProcessorRuntimeEnvParam>) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
 
setErrorRateThreshold(CasProcessorErrorRateThreshold) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Sets max number of errors allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
setExecutable(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorExecutable
Sets an executable program that the CPE will use for launching CasProcessor.
setExecutable(CasProcessorExecutable) - Method in interface org.apache.uima.collection.metadata.CasProcessorRunInSeperateProcess
Sets CasProcessorExecutable executable program used by the CPE to launch CasProcessor.
setExecutable(String) - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
Defines the name of a program to run when launching this Cas Processor.
setExpression(String) - Method in interface org.apache.uima.search.Filter
Sets the filter expression.
setExtensionClassPath(String, boolean) - Method in interface org.apache.uima.resource.ResourceManager
Sets the classpath for the UIMA extension ClassLoader and specifies if the extension ClassLoader should also be used to resolve resources.
setExtensionClassPath(ClassLoader, String, boolean) - Method in interface org.apache.uima.resource.ResourceManager
Sets the classpath for the UIMA extension ClassLoader and specifies if the extension ClassLoader should also be used to resolve resources.
setExternalResourceBindings(ExternalResourceBinding[]) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the bindings between an Analysis Engine's ExternalResourceDependencies and the ExternalResourceDescription objects defined in this configuration.
setExternalResourceDependencies(ExternalResourceDependency[]) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Sets the descriptions of this ResourceCreationSpecifier's dependencies on external resources.
setExternalResources(ExternalResourceDescription[]) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the descriptions of the external resources to be instantiated and managed by the resource manager.
setFeature(String) - Method in interface org.apache.uima.search.Mapping
Sets the name of the feature that should be indexed.
setFeatureFinal(Type) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Make type feature final in the sense that no new features can be added to this type.
setFeatureName(String) - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Sets the name of the key's Feature.
setFeatureName(String) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the name of the feature to be tested.
setFeatures(FeatureDescription[]) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Sets the descriptions of the features for this Type.
setFeatureValue(Feature, FeatureStructure) - Method in interface org.apache.uima.cas.FeatureStructure
Set a feature value to another FS.
setFeatureValue(String, FeatureValue) - Method in interface org.apache.uima.cas_data.FeatureStructure
Sets the value of a feature
setFeatureValue(Feature, FeatureStructure) - Method in class org.apache.uima.jcas.cas.Sofa
 
setFeatureValueFromString(Feature, String) - Method in interface org.apache.uima.cas.FeatureStructure
Sets the value of a feature from a string input if the feature type is one of the primitive types.
setFilePath(String) - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
Sets the file where checkpoint information will be stored
setFileUrl(String) - Method in interface org.apache.uima.resource.FileResourceSpecifier
Sets the URL of the file.
setFileUrlPrefix(String) - Method in interface org.apache.uima.resource.FileLanguageResourceSpecifier
Sets the URL prefix.
setFileUrlSuffix(String) - Method in interface org.apache.uima.resource.FileLanguageResourceSpecifier
Sets the URL suffix.
setFilter(Filter) - Method in interface org.apache.uima.search.IndexBuildItem
Sets the Filter that identifies which instances of the named CAS type are governed by the index rule for this item.
setFilterString(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorFilter
Sets filter expression
setFixedFlow(String[]) - Method in interface org.apache.uima.analysis_engine.metadata.FixedFlow
Sets the fixed flow.
setFloatValue(Feature, float) - Method in interface org.apache.uima.cas.FeatureStructure
Set the float value of a feature.
setFlowConstraints(FlowConstraints) - Method in interface org.apache.uima.analysis_engine.metadata.AnalysisEngineMetaData
For an aggregate AnalysisEngine only, sets the constraints on the execution sequence of the delegate AnalysisEngines within the aggregate.Flow constraints are optional.
setFlowControllerDeclaration(FlowControllerDeclaration) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
For an aggregate AnalysisEngine only, sets the declaration of which FlowController should be used by the AnalysisEngine.
setFrameworkImplementation(String) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Sets the name of the framework implementation within which the AnalysisEngine executes.
setFrameworkImplementation(String) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Sets the name of the AE framework implementation within which the ResourceCreationSpecifier executes.
setFrequency(int, boolean) - Method in interface org.apache.uima.collection.metadata.CpeCheckpoint
Sets frequency of checkpoints.
setFsIndexCollection(FsIndexCollection) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Sets the Feature Structure Index collection used by this Processing Resource.
setFsIndexDescriptions(FsIndexDescription[]) - Method in class org.apache.uima.resource.CasDefinition
 
setFsIndexes(FsIndexDescription[]) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Retrieves the FS Index descriptions that are part of this collection.
setFsIndexes(FsIndexDescription[]) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Sets the Feature Structure indexes by this Processing Resource.
setFsIndexName(String) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the name of the FeatureStructure index containing FeatureStructures to be tested by this precondition.
setFsMatchConstraint(FSMatchConstraint) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition.
setHead(float) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList
setter for head *
setHead(int, float) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
setHead(TOP) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList
setter for head *
setHead(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
setHead(int) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList
setter for head *
setHead(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
setHead(String) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList
setter for head *
setHead(int, String) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
setHostAddress(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the hostAddress.
setHostImapPort(int) - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Sets the hostImapPort.
setHostInitialContextFactory(String) - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Sets the hostInitialContextFactory.
setHostMessagingServer(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the hostMessagingServer.
setHostPassword(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the hostPassword.
setHostProviderURL(String) - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Sets the hostProviderURL.
setHostServerChannelPort(int) - Method in interface org.apache.uima.resource.MQMessagingSpecifier
Sets the host serverChannelPort.
setHostSmtpPort(int) - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Sets the hostSmtpPort.
setHostUser(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the hostUser.
setId(String) - Method in interface org.apache.uima.cas_data.FeatureStructure
Sets the ID of this FeatureStructure.
setImplementationName(String) - Method in interface org.apache.uima.resource.ExternalResourceDescription
Sets the name of the Java class to be instantiated from the resource data.
setImplementationName(String) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Sets the name of this ResourceCreationSpecifier's implementation.
setImport(Import) - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Sets the import that references the FlowController specifier.
setImport(Import) - Method in interface org.apache.uima.collection.metadata.CpeComponentDescriptor
Sets the Import object that declares where the component descriptor is located.
setImport(Import) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Deprecated. Use ResourceManagerConfiguration.setImports(Import[]) instead.
setImports(Import[]) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Sets the imports declared by this FS Index Collection.
setImports(Import[]) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the imports declared by this Resource Manager Configuration.
setImports(Import[]) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the imports declared by this TypePriorities declaration.
setImports(Import[]) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the imports declared by this Type System.
setInclude(CpeInclude) - Method in interface org.apache.uima.collection.metadata.CpeComponentDescriptor
Sets component's descriptor file path
setIndexBuildItems(IndexBuildItem[]) - Method in interface org.apache.uima.search.IndexBuildSpecification
Sets the IndexBuildItem objects that comprise this index build specification.
setIndexed(boolean) - Method in interface org.apache.uima.cas_data.FeatureStructure
Deprecated. Use FeatureStructure.setIndexed(int[]) instead
setIndexed(int[]) - Method in interface org.apache.uima.cas_data.FeatureStructure
Sets the index repositories that this FeatureStrucutre should be indexed in if the CasData is converted to a CAS Object.
setIndexName(String) - Method in interface org.apache.uima.search.Mapping
Sets the name that will be used to represent this feature in the index.
setIndexRule(IndexRule) - Method in interface org.apache.uima.search.IndexBuildItem
Sets the IndexRule that defines how annotations matching this build item should be indexed.
setInheritanceFinal(Type) - Method in interface org.apache.uima.cas.admin.TypeSystemMgr
Block any further inheritance from this type.
setInputQueueSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Sets the size of the InputQueue.
setInputQueueSize(int) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines the size for the InputQueue.
setInputs(TypeOrFeature[]) - Method in interface org.apache.uima.resource.metadata.Capability
Sets the inputs of this Capability.
setInputSofas(String[]) - Method in interface org.apache.uima.resource.metadata.Capability
Reserved for future use.
setInstallationDescriptorFile(File) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Assignes a given installation descriptor file to this object.
setInstallationError(Exception) - Method in class org.apache.uima.pear.tools.InstallationController
Prints the stack trace of a given Exception object as the installation error message.
setInstallationLocation(String, String) - Method in interface org.apache.uima.pear.tools.InstallationController.InstallationMonitor
Notifies of the installed PEAR package location for a given component.
setInstallationMonitor(InstallationController.InstallationMonitor) - Method in class org.apache.uima.pear.tools.InstallationController
Plugs-in a given implementation of the InstallationMonitor interface.
setInstallationStatus(String, String) - Method in interface org.apache.uima.pear.tools.InstallationController.InstallationMonitor
Notifies of the installation status of a given component.
setInterfaceName(String) - Method in interface org.apache.uima.resource.ExternalResourceDependency
Sets the name of the Java interface through which this resource will be accessed.
setIntValue(Feature, int) - Method in interface org.apache.uima.cas.FeatureStructure
Set the int value of a feature.
setIntValue(Feature, Integer) - Method in class org.apache.uima.jcas.cas.Sofa
 
setIsJava(boolean) - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
Defines if this Cas Processor is a java program
setIsParallelizable(boolean) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
setJCas(JCas) - Method in class org.apache.uima.flow.JCasFlow_ImplBase
Deprecated. this is done automatically by the framework with the Flow object is created
setJCasClassLoader(ClassLoader) - Method in interface org.apache.uima.cas.admin.CASMgr
Sets the ClassLoader that should be used by the JCas to load the generated FS cover classes for this CAS.
setJmxInfo(Object, String) - Method in interface org.apache.uima.resource.CasManager
Configures this CAS Manager so it can register an MBean for each of its CAS pools.
setKey(String) - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Sets the key that can be used to refer to the FlowController in configuration parameter overrides and Sofa mappings.
setKey(String) - Method in interface org.apache.uima.resource.ExternalResourceDependency
Sets the key by which the resource is identified.
setKey(String) - Method in interface org.apache.uima.resource.metadata.ExternalResourceBinding
Sets the key that identifies the ExternalResourceDependency being bound.
setKeys(FsIndexKeyDescription[]) - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Sets the keys for this index.
setKind(String) - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Sets the "kind" of index.
setLabel(String) - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Sets the label of this index.
setLanguage(String) - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation
setter for language
setLanguage(int, String) - Method in class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
setLanguages(String[]) - Method in interface org.apache.uima.resource.metadata.LanguagePrecondition
Sets the languages that satisfy this precondition.
setLanguagesSupported(String[]) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that sets the languages that this Resource supports.
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.
setLastSegment(int, boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
setLevel(Level) - Method in interface org.apache.uima.util.Logger
Sets the level of messages that will be logged by this logger.
setLocalCache(String) - Method in interface org.apache.uima.resource.FileResourceSpecifier
Sets the file name for the local cache of a remote resource file.
setLocalMode(boolean) - Static method in class org.apache.uima.pear.tools.InstallationController
Switches between the 'local' and 'DB' modes, depending on a given boolean flag.
setLocalSofaData(FeatureStructure) - Method in interface org.apache.uima.cas.SofaFS
Set the Local Subject of Analysis to be a predefined ArrayFS.
setLocalSofaData(String) - Method in interface org.apache.uima.cas.SofaFS
Set the Local Subject of Analysis to be a String.
setLocalSofaData(FeatureStructure) - Method in class org.apache.uima.jcas.cas.Sofa
 
setLocalSofaData(String) - Method in class org.apache.uima.jcas.cas.Sofa
 
setLocation(String) - Method in interface org.apache.uima.resource.metadata.Import
Sets the location of this import's target.
setLogger(Logger) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Sets the Logger that this Analysis Engine will use.
setLogger(Logger) - Method in interface org.apache.uima.resource.Resource
Sets the Logger that this Resource will use.
setLogger(Logger) - Method in class org.apache.uima.resource.Resource_ImplBase
 
setLogger(Logger) - Method in interface org.apache.uima.UimaContextAdmin
Sets the Logger for this UimaContext.
setLongValue(Feature, long) - Method in interface org.apache.uima.cas.FeatureStructure
Set the long (64 bit) value of a feature.
setMainCasConsumerDesc(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main CAS consumer descriptor file.
setMainCasInitializerDesc(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main CAS initializer descriptor file.
setMainCollIteratorDesc(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main Collection iterator descriptor file.
setMainComponent(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component using a given component ID.
setMainComponent(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component using given component ID and name.
setMainComponentDeployment(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component deployment type: standard, service or network.
setMainComponentDesc(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component descriptor file.
setMainComponentId(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Replaces existing main component ID with a given new ID.
setMainComponentName(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component name.
setMainComponentNetworkParam(String, Properties) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a specifications of a given network component parameter.
setMainComponentProperty(String, String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component property.
setMainComponentRoot(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component root directory.
setMainComponentService(InstallationDescriptor.ServiceInfo) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Sets a given main component service specifications.
setMandatory(boolean) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets whether this parameter is mandatory.
setMaxConsecutiveRestarts(CasProcessorMaxRestarts) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Sets max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
setMaxErrorCount(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Sets the max number of errors tolerated by the CPE.
setMaxErrorCount(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets the max number of errors tolerated by the CPE.
setMaxErrorSampleSize(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorRateThreshold
Sets the sample size.
setMaxErrorSampleSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets the sample size.
setMaxRestartCount(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets max tolerated restarts threshold for CasProcessor
setMessage(String) - Method in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
setMessagingType(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the messagingType.
setMetaData(ResourceMetaData) - Method in interface org.apache.uima.resource.ConfigurableDataResourceSpecifier
Sets the metadata for this resource.
setMetaData(ResourceMetaData) - Method in class org.apache.uima.resource.Resource_ImplBase
Sets the ResourceMetaData object associated with this Resource.
setMetaData(ResourceMetaData) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Sets the MetaData for this ResourceCreationSpecifier.
setMimeTypes(String[]) - Method in interface org.apache.uima.resource.metadata.MimeTypePrecondition
Sets the MIME types that satisfy this precondition.
setMimeTypesSupported(String[]) - Method in interface org.apache.uima.resource.metadata.Capability
A convenience method that sets the MIME types that this Resource can take as input.
setModifiesCas(boolean) - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Sets whether this component will modify the CAS.
setMultipleDeploymentAllowed(boolean) - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Sets whether multiple instances of this component can be run in parallel, each receiving a subset of the documents from a collection.
setMultipleReferencesAllowed(Boolean) - Method in interface org.apache.uima.resource.metadata.FeatureDescription
For a feature with a range type that is an array or list, sets whether value of the feature may also be referenced from another feature elsewhere in the CAS.
setMultiValued(boolean) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets whether this parameter is multi-valued.
setName(String) - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
Sets the fully-qualified Type or Feature name.
setName(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets CasProcessor's name
setName(String) - Method in interface org.apache.uima.collection.metadata.NameValuePair
Sets the name.
setName(String) - Method in interface org.apache.uima.resource.ExternalResourceDescription
Sets the name by which the resource is identified.
setName(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets the name of this configuration parameter.
setName(String) - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Sets the name of this Feature.
setName(String) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Sets the name of this FS Index Collection.
setName(String) - Method in interface org.apache.uima.resource.metadata.Import
Sets the name of this import's target.
setName(String) - Method in interface org.apache.uima.resource.metadata.NameValuePair
Sets the name.
setName(String) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the name of this Resource Manager Configuration.
setName(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the name of this Resource.
setName(String) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Sets the name of this Type.
setName(String) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the name of this TypePriorities declaration.
setName(String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the name of this Type System.
setName(String) - Method in interface org.apache.uima.resource.Parameter
Sets the name of the parameter
setName(String) - Method in interface org.apache.uima.search.Attribute
Sets the name of this attribute.
setName(String) - Method in interface org.apache.uima.search.IndexBuildItem
Sets the name of the CAS type for which this item defines the indexing behavior.
setName(String) - Method in interface org.apache.uima.search.Style
Sets the name of this style.
setNames(String[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationGroup
Sets the group names for this ConfigurationGroup object.
setNumToProcess(int) - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Sets number of entities to process by the CPE.
setNumToProcess(long) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines number of entities to process by the CPE.
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.
setOffsetInSource(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
setOperationalProperties(OperationalProperties) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Sets this Processing Resource's OperationalProperties.
setOptional(boolean) - Method in interface org.apache.uima.resource.ExternalResourceDependency
Sets whether this resource dependency is optional.
setOutputProperty(String, String) - Method in class org.apache.uima.util.XMLSerializer
 
setOutputQueueSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
Sets the size of the OutputQueue.
setOutputQueueSize(int) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines the size for the OutputQueue.
setOutputs(TypeOrFeature[]) - Method in interface org.apache.uima.resource.metadata.Capability
Sets the outputs of this Capability.
setOutputsNewCASes(boolean) - Method in interface org.apache.uima.resource.metadata.OperationalProperties
Sets whether this AnalysisEngine may output new CASes.
setOutputSofas(String[]) - Method in interface org.apache.uima.resource.metadata.Capability
Sets the output Sofa names of this capabilitty
setOutputStream(PrintStream) - Method in interface org.apache.uima.util.Logger
Deprecated. use external configuration possibility
setOutputStream(OutputStream) - Method in interface org.apache.uima.util.Logger
Deprecated. use external configuration possibility
setOutputStream(OutputStream) - Method in class org.apache.uima.util.XMLSerializer
 
setOverrides(String[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets the parameters that are this parameter overrides.
setOwner(CasOwner) - Method in class org.apache.uima.cas.AbstractCas_ImplBase
Provides this CAS with a handle to the CASOwner that owns it.
setPackageSelector(InstallationController.PackageSelector) - Method in class org.apache.uima.pear.tools.InstallationController
Plugs-in a given implementation of the PackageSelector interface.
setParameterName(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Sets the name of the parameter
setParameters(Parameter[]) - Method in interface org.apache.uima.resource.CustomResourceSpecifier
Sets parameters that may be read by the custom resource class when it is initialized.
setParameters(Parameter[]) - Method in interface org.apache.uima.resource.PearSpecifier
Sets parameters that may be read by the pear resource class when it is initialized.
setParameters(Parameter[]) - Method in interface org.apache.uima.resource.URISpecifier
 
setParameterSettings(NameValuePair[]) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Sets the settings for configuration parameters that are not in any group.
setParameterType(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Sets deployment parameter value type
setParameterValue(String, Object) - Method in interface org.apache.uima.collection.metadata.CasProcessorConfigurationParameterSettings
Sets the value of a parameter.
setParameterValue(String) - Method in interface org.apache.uima.collection.metadata.CasProcessorDeploymentParam
Sets the value of the deploymnet parameter
setParameterValue(String, Object) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Sets the value of a parameter.
setParameterValue(String, String, Object) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterSettings
Sets the value of a parameter in a group.
setPathResolverClassLoader(ClassLoader) - Method in interface org.apache.uima.resource.RelativePathResolver
Sets the ClassLoader that should be used to resolve the resources.
setPauseOnException(boolean) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Sets whether this CPM will automatically pause processing if an exception occurs.
setPauseOnException(boolean) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Sets whether this CPM will automatically pause processing if an exception occurs.
setPearPath(String) - Method in interface org.apache.uima.resource.PearSpecifier
Sets the PEAR path at which a Resource is located.
setPoolSize(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessors
 
setPreconditions(Precondition[]) - Method in interface org.apache.uima.resource.metadata.Capability
Sets the Preconditions of this Capability.
setPredicate(String) - Method in interface org.apache.uima.resource.metadata.SimplePrecondition
Sets the predicate used to compare the test value to the comparison value.
setPrimitive(boolean) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Sets whether the AnalysisEngine is primitive (consisting of one annotator), as opposed to aggregate (containing multiple delegate AnalysisEngines).
setPriorityLists(TypePriorityList[]) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the TypePriorityLists that define the priorities.
setProcessingUnitThreadCount(int) - Method in interface org.apache.uima.collection.metadata.CpeDescription
 
setProcessTrace(ProcessTrace) - Method in interface org.apache.uima.UimaContextAdmin
Sets the current ProcessTrace object, which will receive trace events generated by the InstrumentationFacility.
setProtocol(String) - Method in interface org.apache.uima.resource.URISpecifier
Sets the name of the Protocol used to communicate with the service.
setQueueClass(String) - Method in interface org.apache.uima.collection.metadata.OutputQueue
Define a class for a queue object
setRangeTypeName(String) - Method in interface org.apache.uima.resource.metadata.FeatureDescription
Sets the name of the range Type of this Feature.
setRemoteSofaURI(String) - Method in interface org.apache.uima.cas.SofaFS
Set the URI for a Remote Subject of Analysis.
setRemoteSofaURI(String) - Method in class org.apache.uima.jcas.cas.Sofa
 
setResourceClassName(String) - Method in interface org.apache.uima.resource.CustomResourceSpecifier
Setss the name of the Java class that will be instantiated when one of the UIMAFramework.produceXXX(ResourceSpecifier,...) methods is called with this resource specifier.
setResourceManager(ResourceManager) - Method in class org.apache.uima.resource.CasDefinition
 
setResourceManager(ResourceManager) - Method in interface org.apache.uima.util.Logger
Sets the ResourceManager to use for message localization.
setResourceManagerConfiguration(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines the path to Resource Manager Configuration
setResourceManagerConfiguration(ResourceManagerConfiguration) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Sets the Resource Manager configuration, which declares the resources that satisfy the dependencies defined by ResourceCreationSpecifier.getExternalResourceDependencies().
setResourceName(String) - Method in interface org.apache.uima.resource.metadata.ExternalResourceBinding
Sets the name of the actual Resource instance that will satisfy this dependency.
setResourceSpecifier(ResourceSpecifier) - Method in interface org.apache.uima.resource.ExternalResourceDescription
Sets the ResourceSpecifier that describes how to create the resource.
setResourceType(String) - Method in interface org.apache.uima.resource.URISpecifier
Sets the type of Resource (e.g.
setRestartCount(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
Sets max tolerated restarts threshold for CasProcessor
setResultSpecification(ResultSpecification) - Method in interface org.apache.uima.analysis_component.AnalysisComponent
Sets the ResultSpecification that this AnalysisComponent should use.
setResultSpecification(ResultSpecification) - Method in class org.apache.uima.analysis_component.AnalysisComponent_ImplBase
Sets the Result Specification for this Analysis Component.
setResultSpecification(ResultSpecification) - Method in interface org.apache.uima.analysis_engine.AnalysisEngine
Sets the list of output types and features that the application wants this AnalysisEngine to produce.
setResultSpecification(ResultSpecification) - Method in class org.apache.uima.flow.SimpleStepWithResultSpec
Deprecated. Sets the key of the Analysis Engine to which the CAS should be routed.
setResultTypesAndFeatures(TypeOrFeature[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Sets the Types and Features that the AnalysisEngine or Annotator is requested to produce for the language x-unspecified, and removes all other type or feature information, that may be previously present (e.g., for other languages)
setResultTypesAndFeatures(TypeOrFeature[], String[]) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
Sets the Types and Features that the AnalysisEngine or Annotator is requested to produce for the specified languages, and removes all other type or feature information, that may be previously present (e.g., for other languages).
setRetCode(int) - Method in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
setRunInSeperateProcess(CasProcessorRunInSeperateProcess) - Method in interface org.apache.uima.collection.metadata.CpeLocalCasProcessor
 
setSearchStrategy(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameterDeclarations
Sets the configuration parameter search strategy.
setSerialProcessingRequired(boolean) - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Sets whether this CPM is required to process the collection's elements serially (as opposed to perfoming parallelization).
setSerialProcessingRequired(boolean) - Method in interface org.apache.uima.collection.CollectionProcessingManager
Sets whether this CPM is required to process the collection's elements serially* (as opposed to perfoming parallelization).
setSession(Session) - Method in interface org.apache.uima.resource.ConfigurationManager
Sets the current Session.
setSession(Session) - Method in interface org.apache.uima.UimaContextAdmin
Sets the current session object.
setShortValue(Feature, short) - Method in interface org.apache.uima.cas.FeatureStructure
Set the short (16 bit) value of a feature.
setSOFA(String) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
setSofaDataArray(FeatureStructure, String) - Method in interface org.apache.uima.cas.CAS
Set the Sofa data as an ArrayFS.
setSofaDataArray(FeatureStructure, String) - Method in interface org.apache.uima.jcas.JCas
Set the Sofa data as an ArrayFS.
setSofaDataString(String, String) - Method in interface org.apache.uima.cas.CAS
Set the document text.
setSofaDataString(String, String) - Method in interface org.apache.uima.jcas.JCas
Set the document text.
setSofaDataURI(String, String) - Method in interface org.apache.uima.cas.CAS
Set the Sofa data as a URI.
setSofaDataURI(String, String) - Method in interface org.apache.uima.jcas.JCas
Set the Sofa data as a URI.
setSofaID(String) - Method in interface org.apache.uima.cas.SofaID
Deprecated. Set the Sofa ID of a Sofa FS in the CAS.
setSofaMappings(SofaMapping[]) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Reserved for future use.
setSofaNameMappings(CpeSofaMappings) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
 
setSofaNameMappings(CpeSofaMappings) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderCasInitializer
Deprecated.  
setSofaNameMappings(CpeSofaMappings) - Method in interface org.apache.uima.collection.metadata.CpeCollectionReaderIterator
Set Sofa Name Mappings
setSofaNameMappings(CpeSofaMapping[]) - Method in interface org.apache.uima.collection.metadata.CpeSofaMappings
Set Sofa Name Mappings
setSourceUrl(URL) - Method in interface org.apache.uima.resource.metadata.MetaDataObject
Sets the URL from which this object was parsed.
setSpecifier(ResourceSpecifier) - Method in interface org.apache.uima.analysis_engine.metadata.FlowControllerDeclaration
Sets the ResourceSpecifier used to determine which FlowController is used by the AnalysisEngine.
setStartingEntityId(String) - Method in interface org.apache.uima.collection.metadata.CpeConfiguration
Sets id of the first entity the CPE will beging processing.
setStartingEntityId(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Defines an id of the first entity to process.
setString(String) - Method in interface org.apache.uima.resource.metadata.AllowedValue
Sets the allowed value.
setStringValue(Feature, String) - Method in interface org.apache.uima.cas.FeatureStructure
Set the string value of a feature.
setStringValue(Feature, String) - Method in class org.apache.uima.jcas.cas.Sofa
 
setStyles(Style[]) - Method in interface org.apache.uima.search.IndexRule
Sets the styles that comprise this index rule.
setSupertypeName(String) - Method in interface org.apache.uima.resource.metadata.TypeDescription
Sets the name of the supertype for this Type.
setSyntax(String) - Method in interface org.apache.uima.search.Filter
Sets the declared syntax for this this filter's expression.
setTail(FloatList) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList
setter for tail *
setTail(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
setTail(FSList) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList
setter for tail *
setTail(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
setTail(IntegerList) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList
setter for tail *
setTail(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
setTail(StringList) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList
setter for tail *
setTail(int, int) - Method in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
setTargetAddress(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the targetAddress.
setTargetId(String) - Method in interface org.apache.uima.cas_data.ReferenceValue
Sets the ID of the target FeatureStructure.
setTargetImapPort(int) - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Sets the targetImapPort.
setTargetInitialContextFactory(String) - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Sets the targetInitialContextFactory.
setTargetMessagingServer(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the targetMessagingServer.
setTargetPassword(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the targetPassword.
setTargetProviderURL(String) - Method in interface org.apache.uima.resource.JMSMessagingSpecifier
Sets the targetProviderURL.
setTargetServerChannelPort(int) - Method in interface org.apache.uima.resource.MQMessagingSpecifier
Sets the target serverChannelPort.
setTargetSmtpPort(int) - Method in interface org.apache.uima.resource.MailMessagingSpecifier
Sets the targetSmtpPort.
setTargetUser(String) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the targetUser.
setTimeout(CasProcessorTimeout) - Method in interface org.apache.uima.collection.metadata.CasProcessorErrorHandling
Sets the timeout the CPE will wait for a response from CasProcessor.
setTimeout(int) - Method in interface org.apache.uima.collection.metadata.CpeCasProcessor
Sets the timeout value.
setTimeout(Integer) - Method in interface org.apache.uima.resource.MessagingSpecifier
Sets the timeout period in milliseconds.
setTimeout(Integer) - Method in interface org.apache.uima.resource.URISpecifier
Sets the timeout period in milliseconds.
setTimer(String) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Add name of the class that implements (@link org.apache.uima.util.UimaTimer} interface.
setTotal(int) - Method in class org.apache.uima.util.ProgressImpl
 
setType(boolean) - Method in interface org.apache.uima.analysis_engine.TypeOrFeature
Sets whether this object refers to a Type or to a Feature.
setType(Type) - Method in interface org.apache.uima.cas.admin.FSIndexComparator
Set the type of this comparator.
setType(String) - Method in interface org.apache.uima.cas_data.FeatureStructure
Sets the type of this FeatureStructure
setType(String) - Method in interface org.apache.uima.resource.metadata.ConfigurationParameter
Sets the data type of this configuration parameter.
setTypeName(String) - Method in interface org.apache.uima.resource.metadata.FsIndexDescription
Sets the Type name for this index.
setTypePriorities(TypePriorities) - Method in class org.apache.uima.resource.CasDefinition
 
setTypePriorities(TypePriorities) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the Type Priorites for this Processing Resource.
setTypePriority(boolean) - Method in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Gets whether this is a special "type priority" key.
setTypes(String[]) - Method in interface org.apache.uima.resource.metadata.TypePriorityList
Sets the type names, in order of their priority.
setTypes(TypeDescription[]) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the descriptions of all Types in this TypeSystem fragment.
setTypeSystem(TypeSystem) - Method in interface org.apache.uima.analysis_engine.ResultSpecification
set the type system associated with this result specification.
setTypeSystem(TypeSystemDescription) - Method in interface org.apache.uima.resource.metadata.ProcessingResourceMetaData
Retrieves the Type System used by this Processing Resource.
setTypeSystemDescription(TypeSystemDescription) - Method in class org.apache.uima.resource.CasDefinition
 
setUimaHomePath(String) - Method in class org.apache.uima.pear.tools.InstallationController
Sets a given UIMA local home directory path.
setUimaHomePath(String) - Method in class org.apache.uima.pear.tools.LocalInstallationAgent
Sets a given UIMA local home directory path.
setup(Map<String, ResourceSpecifier>, UimaContextAdmin, FlowControllerDeclaration, AnalysisEngineMetaData) - Method in interface org.apache.uima.analysis_engine.asb.ASB
Called by the Aggregate Analysis Engine to provide this ASB with information it needs to operate.
setupIndexes(CASMgr, FsIndexDescription[]) - Static method in class org.apache.uima.util.CasCreationUtils
Adds FeatureStructure indexes to a CAS.
setupTypePriorities(CASMgr, TypePriorities) - Static method in class org.apache.uima.util.CasCreationUtils
Adds TypePriorities to a CAS.
setupTypeSystem(CASMgr, TypeSystemDescription) - Static method in class org.apache.uima.util.CasCreationUtils
Installs a TypeSystem in a CAS.
setUri(String) - Method in class org.apache.uima.examples.SourceDocumentInformation
setter for uri - sets URI of document.
setUri(int, String) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
 
setUri(String) - Method in interface org.apache.uima.resource.URISpecifier
Sets the URI at which a Resource may be located.
setUrl(String) - Method in interface org.apache.uima.resource.ConfigurableDataResourceSpecifier
Sets the URL of the data.
setUUID(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the UUID (Universally Unique Identifier) for this Resource.
setValue(Object) - Method in interface org.apache.uima.collection.metadata.NameValuePair
Sets the value.
setValue(Object) - Method in interface org.apache.uima.resource.metadata.NameValuePair
Sets the value.
setValue(String) - Method in interface org.apache.uima.resource.Parameter
Sets the value of the parameter.
setValue(String) - Method in interface org.apache.uima.search.Attribute
Sets the value of this attribute.
setVendor(String) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Sets the vendor of this FS Index Collection.
setVendor(String) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the vendor of this Resource Manager Configuration.
setVendor(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the vendor of this Resource.
setVendor(String) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the vendor of this TypePriorities declaration.
setVendor(String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the vendor of this Type System.
setVerificationError(Exception) - Method in class org.apache.uima.pear.tools.InstallationController
Prints the stack trace of a given Exception object as the verification error message.
setVersion(String) - Method in interface org.apache.uima.resource.metadata.FsIndexCollection
Sets the version number of this FS Index Collection.
setVersion(String) - Method in interface org.apache.uima.resource.metadata.ResourceManagerConfiguration
Sets the version number of this Resource Manager Configuration.
setVersion(String) - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Sets the version number of this Resource.
setVersion(String) - Method in interface org.apache.uima.resource.metadata.TypePriorities
Sets the version number of this TypePriorities declaration.
setVersion(String) - Method in interface org.apache.uima.resource.metadata.TypeSystemDescription
Sets the version number of this Type System.
setWaitTimeBetweenRetries(int) - Method in interface org.apache.uima.collection.metadata.CasProcessorMaxRestarts
 
setWriter(Writer) - Method in class org.apache.uima.util.XMLSerializer
 
SEVERE - Static variable in class org.apache.uima.util.Level
message level "SEVERE"
SEVERE_INT - Static variable in class org.apache.uima.util.Level
level value for level "SEVERE"
SHARED_RESOURCE_NOT_RECONFIGURABLE - Static variable in exception org.apache.uima.UIMA_UnsupportedOperationException
Message key for a standard UIMA exception message: "This is a shared resource and cannot be reconfigured."
SharedResourceObject - Interface in org.apache.uima.resource
The SharedResourceObject interface must be implemented by all classes that provide access to resource data.
ShortArray - Class in org.apache.uima.jcas.cas
JCas class model for ShortArray
ShortArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.ShortArray
Internal - Constructor used by generator
ShortArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.ShortArray
Make a new ShortArray of given size
ShortArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS ShortArray_Type
ShortArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.ShortArray_Type
 
ShortArrayFS - Interface in org.apache.uima.cas
Short array interface.
SimplePackageSelector - Class in org.apache.uima.pear.tools
The SimplePackageSelector class provides simple command line dialog for selecting root directories of installed PEAR packages, as well as PEAR package files, which contain components that need to be installed.
SimplePackageSelector(PrintWriter, PrintWriter) - Constructor for class org.apache.uima.pear.tools.SimplePackageSelector
Constructor that takes given standard console streams writers.
SimplePackageSelector() - Constructor for class org.apache.uima.pear.tools.SimplePackageSelector
Default constructor.
SimplePrecondition - Interface in org.apache.uima.resource.metadata
SimplePrecondition defines a few simple conditions that can be evaluted against a CAS.
SimpleResourceFactory - Class in org.apache.uima.util
A simple implementation of a ResourceFactory.
SimpleResourceFactory() - Constructor for class org.apache.uima.util.SimpleResourceFactory
 
SimpleStep - Class in org.apache.uima.flow
Indicates that a CAS should be routed to a single AnalysisEngine.
SimpleStep(String) - Constructor for class org.apache.uima.flow.SimpleStep
Creates a new SimpleStep
SimpleStepWithResultSpec - Class in org.apache.uima.flow
Deprecated. For backwards compatibility with Capability Language Flow only. User-developed Flow Controllers should not use this.
SimpleStepWithResultSpec(String, ResultSpecification) - Constructor for class org.apache.uima.flow.SimpleStepWithResultSpec
Deprecated.  
size() - Method in interface org.apache.uima.cas.ArrayFS
Return the size of the array.
size() - Method in interface org.apache.uima.cas.CAS
Estimate the memory consumption of this CAS instance (in bytes).
size() - Method in interface org.apache.uima.cas.CommonArrayFS
Return the size of the array.
size() - Method in interface org.apache.uima.cas.FeaturePath
Get length of path.
size() - Method in interface org.apache.uima.cas.FSIndex
Return the number of feature structures in this index.
size() - Method in interface org.apache.uima.cas.StringArrayFS
Return the size of the array.
size() - Method in interface org.apache.uima.cas_data.PrimitiveArrayFS
Get the size of this array.
size() - Method in interface org.apache.uima.cas_data.ReferenceArrayFS
Get the size of this array.
size() - Method in class org.apache.uima.jcas.cas.BooleanArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.ByteArray
return the size of the array
size(int) - Method in class org.apache.uima.jcas.cas.CommonArray_Type
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.DoubleArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.FloatArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.FSArray
return the size of the array.
size() - Method in class org.apache.uima.jcas.cas.IntegerArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.LongArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.ShortArray
return the size of the array
size() - Method in class org.apache.uima.jcas.cas.StringArray
return the size of the array
size() - Method in interface org.apache.uima.jcas.JCas
Estimate the memory consumption of this CAS instance (in bytes).
SkipCasException - Exception in org.apache.uima.collection.base_cpm
Exception to notify the CPM to skip a Cas Processor for the current CAS.
SkipCasException(String) - Constructor for exception org.apache.uima.collection.base_cpm.SkipCasException
 
SOCKET_KEEPALIVE_ENABLED - Static variable in class org.apache.uima.UIMAFramework
Key to be used in the Properties object returned by UIMAFramework.getDefaultPerformanceTuningProperties().
Sofa - Class in org.apache.uima.jcas.cas
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005
Sofa() - Constructor for class org.apache.uima.jcas.cas.Sofa
Never called.
Sofa(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.Sofa
Internal - constructor used by generator
Sofa(JCas, SofaID, String) - Constructor for class org.apache.uima.jcas.cas.Sofa
Deprecated. As of v2.0, use JCasImpl.createView(String) to create a view, which will also create the Sofa for that view.
SOFA_INDEX_NAME - Static variable in interface org.apache.uima.cas.CAS
Sofa Index name.
SOFA_MAPPING_CONFLICT - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The Sofa "{0}" in component "{1}" of aggregate "{2}" has conflicting mappings to aggregate sofas "{3}" and "{4}".
SOFA_MAPPING_HAS_UNDEFINED_COMPONENT_KEY - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Undefined component key "{1}", referenced in Sofa mapping for Sofa "{2}" of aggregate "{3}".
SOFA_MAPPING_HAS_UNDEFINED_COMPONENT_SOFA - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Component "{0}" does not contain Sofa "{1}", referenced in Sofa mapping for Sofa "{2}" of aggregate "{3}".
SOFA_MAPPING_NOT_SUPPORTED_FOR_REMOTE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Sofa mappings were specified for the remote Analysis Engine {0}.
Sofa_Type - Class in org.apache.uima.jcas.cas
Updated by JCasGen Fri Apr 29 16:05:04 EDT 2005
Sofa_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.Sofa_Type
initialize variables to correspond with Cas Type and Features
SOFADATA_ALREADY_SET - Static variable in exception org.apache.uima.cas.CASRuntimeException
Data for Sofa feature {0} has already been set.
SOFADATASTREAM_ERROR - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error trying to open a stream to Sofa data.
SofaFS - Interface in org.apache.uima.cas
Interface for "Subject of Analysis" (Sofa) feature structures.
SofaID - Interface in org.apache.uima.cas
Deprecated. As of v2.0, this is no longer needed. CAS views can now be obtained directly using String identifiers, through the method CAS.getView(String).
SofaMapping - Interface in org.apache.uima.analysis_engine.metadata
Sofa Name mapping is required to connect the output Sofas from one component to the input Sofa of another component.
SOFANAME_ALREADY_EXISTS - Static variable in exception org.apache.uima.cas.CASRuntimeException
A sofaFS with name {0} has already been created.
SOFANAME_NOT_FOUND - Static variable in exception org.apache.uima.cas.CASRuntimeException
No sofaFS with name {0} found.
SOFAREF_NOT_FOUND - Static variable in exception org.apache.uima.cas.CASRuntimeException
No sofaFS for specified sofaRef found.
SORTED_INDEX - Static variable in interface org.apache.uima.cas.FSIndex
Indexing strategy: sorted index.
sortFileListByTime(Collection<File>) - Static method in class org.apache.uima.pear.util.FileUtil
Sorts a given list of files by the 'last modified' time in the descending order.
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(int, TOP_Type) - 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
 
SourceDocumentInformation_Type - Class in org.apache.uima.examples
Stores detailed information about the original source document from which the current CAS was initialized.
SourceDocumentInformation_Type(JCas, Type) - Constructor for class org.apache.uima.examples.SourceDocumentInformation_Type
initialize variables to correspond with Cas Type and Features
SOURCES_DIR - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
STANDARD_COMPARE - Static variable in interface org.apache.uima.cas.admin.FSIndexComparator
Compare key1 of fs1 with key2 of fs2 so that the order of fs1 and fs2 is the same as that of key1 and key2 in the standard order for that kind of key.
STANDARD_COMPARE - Static variable in interface org.apache.uima.resource.metadata.FsIndexKeyDescription
Comparator that orders FeatureStructures according to the standard order of their key features.
STANDARD_MESSAGE_CATALOG - Static variable in exception org.apache.uima.UIMAException
The name of the ResourceBundle containing the standard UIMA Exception messages.
STANDARD_MESSAGE_CATALOG - Static variable in exception org.apache.uima.UIMARuntimeException
The name of the ResourceBundle containing the standard UIMA Exception messages.
STANDARD_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
start() - Method in class org.apache.uima.pear.util.MessageRouter
Starts the main service thread.
startDocument() - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Receives notification of the beginning of the document.
startElement(String, String, String, Attributes) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
Receives notification of the start of an element.
startEvent(String, String, String) - Method in interface org.apache.uima.util.InstrumentationFacility
Records the start of an event.
startEvent(String, String, String) - Method in interface org.apache.uima.util.ProcessTrace
Records the start of an event.
startIt() - Method in interface org.apache.uima.util.UimaTimer
Starts the timer.
StatusCallbackListener - Interface in org.apache.uima.collection
Interface for a Listener that receives notification from the CollectionProcessingManager as various events occur.
STD_ANNOTATION_INDEX - Static variable in interface org.apache.uima.cas.CAS
Name of the built-in index on annotations.
Step - Class in org.apache.uima.flow
Represents the next destination or destinations to which a CAS should be routed.
Step() - Constructor for class org.apache.uima.flow.Step
 
stop() - Method in interface org.apache.uima.collection.base_cpm.BaseCPM
Stops processing.
stop() - Method in interface org.apache.uima.collection.CollectionProcessingEngine
Stops processing.
stop() - Method in interface org.apache.uima.collection.CollectionProcessingManager
Stops processing.
stopIt() - Method in interface org.apache.uima.util.UimaTimer
Stops the timer.
StringArray - Class in org.apache.uima.jcas.cas
JCas class model for StringArray
StringArray(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.StringArray
Internal - Constructor used by generator
StringArray(JCas, int) - Constructor for class org.apache.uima.jcas.cas.StringArray
Make a new StringArray of given size
StringArray_Type - Class in org.apache.uima.jcas.cas
The java Cas model for the CAS StringArray Type This is not final because the migration from pre v08 has the old xxx_Type as a subclass of this.
StringArray_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.StringArray_Type
 
StringArrayFS - Interface in org.apache.uima.cas
String array interface.
StringList - Class in org.apache.uima.jcas.cas
 
StringList() - Constructor for class org.apache.uima.jcas.cas.StringList
 
StringList(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.StringList
Internal - Constructor used by generator
StringList(JCas) - Constructor for class org.apache.uima.jcas.cas.StringList
 
StringList_Type - Class in org.apache.uima.jcas.cas
 
StringList_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.StringList_Type
 
StringList_Type() - Constructor for class org.apache.uima.jcas.cas.StringList_Type
 
StringUtil - Class in org.apache.uima.pear.util
The StringUtil class provides utility methods for working with strings.
StringUtil() - Constructor for class org.apache.uima.pear.util.StringUtil
 
Style - Interface in org.apache.uima.search
An indexing style.
subiterator(AnnotationFS) - Method in interface org.apache.uima.cas.text.AnnotationIndex
Return a subiterator whose bounds are defined by the input annotation.
subiterator(AnnotationFS, boolean, boolean) - Method in interface org.apache.uima.cas.text.AnnotationIndex
Return a subiterator whose bounds are defined by the input annotation.
SUBMISSION_PROPERTIES_FILE - Static variable in class org.apache.uima.pear.tools.PackageBrowser
 
SUBMITTED_COMPONENT_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
substituteCompIdRootInString(String, String, String) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Substitutes '$dlg_comp_id$root_url' and '$dlg_comp_id$root' macros in a given string for a given delegate component.
substituteMainRootInString(String, String) - Static method in class org.apache.uima.pear.tools.InstallationProcessor
Substitutes '$main_root_url' and '$main_root' macros in a given string.
substituteStringVariablesInAction(Properties) - Method in class org.apache.uima.pear.tools.InstallationProcessor
Substitutes two $main_root as well as two $comp_id$root macros in a given 'action' Properties object values.
substituteStringVariablesInFiles(File) - Method in class org.apache.uima.pear.tools.InstallationProcessor
Substitutes two $main_root as well as three $comp_id$root macros in all files in a given directory, including its sub-directories.
subsumes(Type, Type) - Method in interface org.apache.uima.cas.TypeSystem
Does one type inherit from the other?
subsumes(String, String, Map<String, ? extends TypeDescription>) - Static method in class org.apache.uima.util.CasCreationUtils
Determines whether one type subsumes another.
SynchPoint - Interface in org.apache.uima.collection.base_cpm
Interface facilitating recovery of CollectionReaders to the last known entity

T

TaeDescription - Interface in org.apache.uima.analysis_engine
Deprecated. As of v2.0, AnalysisEngineDescription should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngineDescription.
TAF_VERSION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
TCasFormatter - Interface in org.apache.uima.util
Interface for components that generate a String representation of a CAS.
TCasToInlineXml - Class in org.apache.uima.util
Deprecated. As of v2.0, use CasToInlineXml instead.
TCasToInlineXml() - Constructor for class org.apache.uima.util.TCasToInlineXml
Deprecated.  
TERM - Static variable in interface org.apache.uima.search.Style
Constant for the name of the Term style.
terminate() - Method in class org.apache.uima.pear.tools.InstallationController
Terminates the MessageRouter thread.
terminate() - Method in class org.apache.uima.pear.util.MessageRouter
Terminates the main service thread.
TEST_NOT_SUCCESSFUL - Static variable in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
TEST_SUCCESSFUL - Static variable in class org.apache.uima.pear.tools.InstallationController.TestStatus
 
TEXT_ANNOTATOR_CANNOT_BE_SOFA_AWARE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The primitive AnalysisEngine "{0}" has an annotator of type {1} but its descriptor declares input or output Sofas.
TEXT_EXPECTED - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: expected text but found element: <{3}>.
TextAnalysisEngine - Interface in org.apache.uima.analysis_engine
Deprecated. As of v2.0, AnalysisEngine should be used instead. This interface no longer defines any additional methods beyond those in AnalysisEngine.
TextAnnotator - Interface in org.apache.uima.analysis_engine.annotator
Deprecated. As of release 2.3.0, use CasAnnotator_ImplBase or JCasAnnotator_ImplBase instead
THROWABLE_WHEN_INITIALIZING_CUSTOM_RESOURCE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: Unexpected Throwable or Error thrown when initializing Custom Resource "{0}" from descriptor "{1}".
throwFeatMissing(String, String) - Method in interface org.apache.uima.jcas.JCas
Internal Use - throw missing feature exception at runtime.
TIMEOUT_ELAPSED - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "This AnalysisEngine is serving too many simultaneous requests.
toArray() - Method in interface org.apache.uima.cas.ArrayFS
Creates a new array the this array is copied to.
toArray() - Method in interface org.apache.uima.cas.BooleanArrayFS
Create a Java array that is a copy of the internal CAS array.
toArray() - Method in interface org.apache.uima.cas.ByteArrayFS
Create a Java array that is a copy of the internal CAS array.
toArray() - Method in interface org.apache.uima.cas.DoubleArrayFS
Create a Java array that is a copy of the internal CAS array.
toArray() - Method in interface org.apache.uima.cas.FloatArrayFS
Create a Java array that is a copy of the internal CAS array.
toArray() - Method in interface org.apache.uima.cas.IntArrayFS
Create a Java array that is a copy of the internal CAS array.
toArray() - Method in interface org.apache.uima.cas.LongArrayFS
Creates a new array the this array is copied to.
toArray() - Method in interface org.apache.uima.cas.ShortArrayFS
Creates a new array the this array is copied to.
toArray() - Method in interface org.apache.uima.cas.StringArrayFS
Creates a new array the this array is copied to.
toArray() - Method in class org.apache.uima.jcas.cas.BooleanArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.BooleanArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.ByteArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.ByteArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.DoubleArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.DoubleArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.FloatArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.FloatArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.FSArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.FSArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.IntegerArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.IntegerArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.LongArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.LongArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.ShortArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.ShortArray_Type
 
toArray() - Method in class org.apache.uima.jcas.cas.StringArray
 
toArray(int) - Method in class org.apache.uima.jcas.cas.StringArray_Type
 
toFloat() - Method in interface org.apache.uima.cas_data.PrimitiveValue
Gets this value as a float.
toFloatArray() - Method in interface org.apache.uima.cas_data.PrimitiveArrayFS
Gets this value as an float array.
toInt() - Method in interface org.apache.uima.cas_data.PrimitiveValue
Gets this value as an integer.
toIntArray() - Method in interface org.apache.uima.cas_data.PrimitiveArrayFS
Gets this value as an integer array.
toInteger() - Method in class org.apache.uima.util.Level
Returns the integer representation of this level.
TOOLKITS_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
TOP - Class in org.apache.uima.jcas.cas
The Java Class model corresponding to the Cas TOP type.
TOP() - Constructor for class org.apache.uima.jcas.cas.TOP
 
TOP(int, TOP_Type) - Constructor for class org.apache.uima.jcas.cas.TOP
(Internal) make a new instance of TOP, linking it with a pre-existing Cas FeatureStructure object.
TOP(JCas) - Constructor for class org.apache.uima.jcas.cas.TOP
(Internal) create a new instance of TOP (or subclass of TOP) in Java and Cas, and make them correspond.
TOP_Type - Class in org.apache.uima.jcas.cas
hold Cas type information, link to JCas instance.
TOP_Type() - Constructor for class org.apache.uima.jcas.cas.TOP_Type
protected constructor - disable default constructor - never called.
TOP_Type(JCas, Type) - Constructor for class org.apache.uima.jcas.cas.TOP_Type
Internal - this constructor is called when new CAS creates corresponding jcas instance.
TOP_Type(JCas, Type, boolean) - Constructor for class org.apache.uima.jcas.cas.TOP_Type
DO NOT USE - for backwards compatibility only.
toRegExpReplacement(String) - Static method in class org.apache.uima.pear.util.StringUtil
Converts a given input string to another string that can be used as a 'replacement' string in the String::replaceAll(String regex, String replacement) method.
toRegExpString(String) - Static method in class org.apache.uima.pear.util.StringUtil
Converts a given input string to another string that can be used in all 'reqular expression' methods.
toString() - Method in exception org.apache.uima.cas.admin.CASAdminException
 
toString() - Method in exception org.apache.uima.cas.impl.XCASParsingException
 
toString() - Method in class org.apache.uima.cas.impl.XmiSerializationSharedData
For debugging purposes only.
toString() - Method in class org.apache.uima.cas.text.Language
 
toString() - Method in interface org.apache.uima.cas_data.PrimitiveValue
Gets this value as a string.
toString() - Method in class org.apache.uima.pear.tools.InstallationDescriptor
 
toString() - Method in class org.apache.uima.util.AnalysisEnginePerformanceReports
 
toString() - Method in class org.apache.uima.util.Level
Returns the string representation of this priority.
toString() - Method in class org.apache.uima.util.NameClassPair
Gets string representation of this object; useful for debugging.
toString() - Method in interface org.apache.uima.util.ProcessTrace
Generates a user-readable representation of all events in this ProcessTrace.
toString() - Method in interface org.apache.uima.util.ProcessTraceEvent
Generates a user-readable representation of this event and its sub-events.
toString(StringBuffer, int) - Method in interface org.apache.uima.util.ProcessTraceEvent
Generates a user-readable representation of this event and its subevents, using the given indentation level and writing to a StringBuffer.
toString(StringBuffer, int, int) - Method in interface org.apache.uima.util.ProcessTraceEvent
Generates a user-readable representation of this event and its subevents, using the given indentation level and writing to a StringBuffer.
toString() - Method in class org.apache.uima.util.ProgressImpl
 
toStringArray() - Method in interface org.apache.uima.cas.CommonArrayFS
Creates a new string array and copies this array values into it.
toStringArray() - Method in interface org.apache.uima.cas_data.PrimitiveArrayFS
Gets this value as an string array.
toStringArray() - Method in class org.apache.uima.jcas.cas.BooleanArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.ByteArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.DoubleArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.FloatArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.FSArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.IntegerArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.LongArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.ShortArray
 
toStringArray() - Method in class org.apache.uima.jcas.cas.StringArray
 
toXML(Writer, boolean) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Writes this object's XML representation as a string.
toXML(OutputStream, boolean) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Writes this object's XML representation as a string in UTF-8 encoding.
toXML(ContentHandler, boolean, boolean) - Method in interface org.apache.uima.analysis_engine.AnalysisEngineDescription
Writes this object's XML representation by making calls on a SAX ContentHandler.
toXML(OutputStream) - Method in interface org.apache.uima.collection.metadata.CpeDescription
Generates XML for the CPE Descriptor and writes it out to prvided OutputStream.
toXML(Writer) - Method in interface org.apache.uima.util.XMLizable
Writes this object's XML representation as a string.
toXML(OutputStream) - Method in interface org.apache.uima.util.XMLizable
Writes this object's XML representation as a string in UTF-8 encoding.
toXML(ContentHandler) - Method in interface org.apache.uima.util.XMLizable
Writes this object's XML representation by making calls on a SAX ContentHandler.
toXML(ContentHandler, boolean) - Method in interface org.apache.uima.util.XMLizable
Writes this object's XML representation by making calls on a SAX ContentHandler.
tree(T) - Method in interface org.apache.uima.cas.text.AnnotationIndex
Create an annotation tree with annot as root node.
TRUE_VALUE - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
Type - Interface in org.apache.uima.cas
The interface describing types in the type system.
type - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
type - Static variable in class org.apache.uima.jcas.cas.AnnotationBase
 
type - Static variable in class org.apache.uima.jcas.cas.BooleanArray
 
type - Static variable in class org.apache.uima.jcas.cas.ByteArray
 
type - Static variable in class org.apache.uima.jcas.cas.DoubleArray
 
type - Static variable in class org.apache.uima.jcas.cas.EmptyFloatList
 
type - Static variable in class org.apache.uima.jcas.cas.EmptyFSList
 
type - Static variable in class org.apache.uima.jcas.cas.EmptyIntegerList
 
type - Static variable in class org.apache.uima.jcas.cas.EmptyStringList
 
type - Static variable in class org.apache.uima.jcas.cas.FloatArray
 
type - Static variable in class org.apache.uima.jcas.cas.FloatList
 
type - Static variable in class org.apache.uima.jcas.cas.FSArray
 
type - Static variable in class org.apache.uima.jcas.cas.FSList
 
type - Static variable in class org.apache.uima.jcas.cas.IntegerArray
 
type - Static variable in class org.apache.uima.jcas.cas.IntegerList
 
type - Static variable in class org.apache.uima.jcas.cas.LongArray
 
type - Static variable in class org.apache.uima.jcas.cas.NonEmptyFloatList
 
type - Static variable in class org.apache.uima.jcas.cas.NonEmptyFSList
 
type - Static variable in class org.apache.uima.jcas.cas.NonEmptyIntegerList
 
type - Static variable in class org.apache.uima.jcas.cas.NonEmptyStringList
 
type - Static variable in class org.apache.uima.jcas.cas.ShortArray
 
type - Static variable in class org.apache.uima.jcas.cas.Sofa
 
type - Static variable in class org.apache.uima.jcas.cas.StringArray
 
type - Static variable in class org.apache.uima.jcas.cas.StringList
 
type - Static variable in class org.apache.uima.jcas.cas.TOP
 
type - Static variable in class org.apache.uima.jcas.tcas.Annotation
 
type - Static variable in class org.apache.uima.jcas.tcas.DocumentAnnotation
 
type2TypeDescription(Type, TypeSystem) - Static method in class org.apache.uima.util.TypeSystemUtil
Convert a Type to an equivalent TypeDescription.
TYPE_BOOLEAN - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameter
Identifies the Boolean data type.
TYPE_CLASS_FLOATLIST - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
TYPE_CLASS_FSLIST - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
TYPE_CLASS_INTLIST - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
TYPE_CLASS_STRINGLIST - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
TYPE_FLOAT - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameter
Identifies the Float data type.
TYPE_INTEGER - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameter
Identifies the Integer data type.
TYPE_IS_FEATURE_FINAL - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Can't add feature to type "{0}" since it is feature final.
TYPE_IS_INH_FINAL - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Can't derive from type "{0}" since it is inheritance final.
TYPE_NAME_ANNOTATION - Static variable in interface org.apache.uima.cas.CAS
Name of annotation type.
TYPE_NAME_ANNOTATION_BASE - Static variable in interface org.apache.uima.cas.CAS
Name of annotation base type.
TYPE_NAME_ARRAY_BASE - Static variable in interface org.apache.uima.cas.CAS
ArrayBase type.
TYPE_NAME_BOOLEAN - Static variable in interface org.apache.uima.cas.CAS
Boolean type.
TYPE_NAME_BOOLEAN_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Boolean array type.
TYPE_NAME_BYTE - Static variable in interface org.apache.uima.cas.CAS
Byte type.
TYPE_NAME_BYTE_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Byte array type.
TYPE_NAME_DOCUMENT_ANNOTATION - Static variable in interface org.apache.uima.cas.CAS
Name of document annotation type.
TYPE_NAME_DOUBLE - Static variable in interface org.apache.uima.cas.CAS
Double type.
TYPE_NAME_DOUBLE_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Double array type.
TYPE_NAME_EMPTY_FLOAT_LIST - Static variable in interface org.apache.uima.cas.CAS
Empty float type.
TYPE_NAME_EMPTY_FS_LIST - Static variable in interface org.apache.uima.cas.CAS
Empty feature structure list type.
TYPE_NAME_EMPTY_INTEGER_LIST - Static variable in interface org.apache.uima.cas.CAS
Empty integer list type.
TYPE_NAME_EMPTY_STRING_LIST - Static variable in interface org.apache.uima.cas.CAS
Empty string list type.
TYPE_NAME_FLOAT - Static variable in interface org.apache.uima.cas.CAS
Float type.
TYPE_NAME_FLOAT_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Float array type.
TYPE_NAME_FLOAT_LIST - Static variable in interface org.apache.uima.cas.CAS
Float list type.
TYPE_NAME_FS_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Feature structure array type.
TYPE_NAME_FS_LIST - Static variable in interface org.apache.uima.cas.CAS
Feature structure list type.
TYPE_NAME_INTEGER - Static variable in interface org.apache.uima.cas.CAS
Integer type.
TYPE_NAME_INTEGER_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Integer array type.
TYPE_NAME_INTEGER_LIST - Static variable in interface org.apache.uima.cas.CAS
Integer list type.
TYPE_NAME_LIST_BASE - Static variable in interface org.apache.uima.cas.CAS
Abstract list base type.
TYPE_NAME_LONG - Static variable in interface org.apache.uima.cas.CAS
Long type.
TYPE_NAME_LONG_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Long array type.
TYPE_NAME_NON_EMPTY_FLOAT_LIST - Static variable in interface org.apache.uima.cas.CAS
Non-empty float list type.
TYPE_NAME_NON_EMPTY_FS_LIST - Static variable in interface org.apache.uima.cas.CAS
Non-empty feature structure list type.
TYPE_NAME_NON_EMPTY_INTEGER_LIST - Static variable in interface org.apache.uima.cas.CAS
Non-empty integer list type.
TYPE_NAME_NON_EMPTY_STRING_LIST - Static variable in interface org.apache.uima.cas.CAS
Non-empty string list type.
TYPE_NAME_SHORT - Static variable in interface org.apache.uima.cas.CAS
Short type.
TYPE_NAME_SHORT_ARRAY - Static variable in interface org.apache.uima.cas.CAS
Short array type.
TYPE_NAME_SOFA - Static variable in interface org.apache.uima.cas.CAS
Sofa type.
TYPE_NAME_STRING - Static variable in interface org.apache.uima.cas.CAS
String type.
TYPE_NAME_STRING_ARRAY - Static variable in interface org.apache.uima.cas.CAS
String array type.
TYPE_NAME_STRING_LIST - Static variable in interface org.apache.uima.cas.CAS
String list type.
TYPE_NAME_TOP - Static variable in interface org.apache.uima.cas.CAS
Top type.
TYPE_NOT_FOUND - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Message key for a standard UIMA exception message: "Annotator class {0} requires Type {1}, which was not found in the CAS."
TYPE_NOT_FOUND_DURING_CAS_COPY - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "Attempted to copy a FeatureStructure of type "{0}", which is not defined in the type system of the destination CAS."
TYPE_NOT_IN_INDEX - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error accessing index "{0}" for type "{1}".
TYPE_ORDER_KEY - Static variable in interface org.apache.uima.cas.admin.FSIndexComparator
 
TYPE_STRING - Static variable in interface org.apache.uima.resource.metadata.ConfigurationParameter
Identifies the String data type.
TYPE_SYSTEM_CTG - Static variable in class org.apache.uima.pear.util.UIMAUtil
Type System
TYPE_SYSTEM_LOCKED - Static variable in exception org.apache.uima.cas.admin.CASAdminException
Type system is committed; can't add types or features.
TypeClass - Enum in org.apache.uima.cas
 
TypeDescription - Interface in org.apache.uima.resource.metadata
A description of a CAS Type.
typeIndexID - Static variable in class org.apache.uima.examples.SourceDocumentInformation
 
typeIndexID - Static variable in class org.apache.uima.examples.SourceDocumentInformation_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.AnnotationBase
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.AnnotationBase_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.BooleanArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.BooleanArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.ByteArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.ByteArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.DoubleArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.DoubleArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyFloatList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyFloatList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyFSList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyFSList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyIntegerList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyIntegerList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyStringList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.EmptyStringList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FloatArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FloatArray_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FloatList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FloatList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FSArray
each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FSArray_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FSList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.FSList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.IntegerArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.IntegerArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.IntegerList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.IntegerList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.LongArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.LongArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyFloatList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyFloatList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyFSList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyFSList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyIntegerList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyStringList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.NonEmptyStringList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.ShortArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.ShortArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.Sofa
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.Sofa_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.StringArray
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.StringArray_Type
this types ID - used to index a localTypeArray in JCas to get an index which indexes the global typeArray in JCas instance to get a ref to this instance
typeIndexID - Static variable in class org.apache.uima.jcas.cas.StringList
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.StringList_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.cas.TOP
Each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.cas.TOP_Type
each cover class when loaded sets an index.
typeIndexID - Static variable in class org.apache.uima.jcas.tcas.Annotation
 
typeIndexID - Static variable in class org.apache.uima.jcas.tcas.Annotation_Type
 
typeIndexID - Static variable in class org.apache.uima.jcas.tcas.DocumentAnnotation
 
typeIndexID - Static variable in class org.apache.uima.jcas.tcas.DocumentAnnotation_Type
 
typeInit(Type) - Method in interface org.apache.uima.cas.FeaturePath
Check the feature path for the given type and initialize internal structures for faster access to the feature path value.
TypeNameSpace - Interface in org.apache.uima.cas
An object holding the namespace string for a type.
TYPEORDER_UNKNOWN_TYPE - Static variable in exception org.apache.uima.cas.CASException
The type sort order cannot be built because type {0} is unknown.
TypeOrFeature - Interface in org.apache.uima.analysis_engine
A reference to a Type or Feature in the Analysis Engine's TypeSystem.
TypePriorities - Interface in org.apache.uima.resource.metadata
A declaration of priorities between CAS Types.
TypePriorityList - Interface in org.apache.uima.resource.metadata
Declares a relative priority between CAS types.
TypeSystem - Interface in org.apache.uima.cas
The interface to the type system.
typeSystem2TypeSystemDescription(TypeSystem) - Static method in class org.apache.uima.util.TypeSystemUtil
Convert a TypeSystem to an equivalent TypeSystemDescription.
TYPESYSTEM_NOT_LOCKED - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error accessing type system: the type system has not been committed.
TypeSystemDescription - Interface in org.apache.uima.resource.metadata
Description of a CAS TypeSystem.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.analysis_component.CasAnnotator_ImplBase
Informs this annotator that the CAS TypeSystem has changed.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.analysis_component.CasMultiplier_ImplBase
Informs this annotator that the CAS TypeSystem has changed.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.analysis_engine.annotator.Annotator_ImplBase
Deprecated. The only thing this implementation does is store the TypeSystem so that it can be accessed by the Annotator_ImplBase.getTypeSystem() method, and also so that it can be passed back to the Annotator_ImplBase.typeSystemInit(TypeSystem) method by the default implementation of Annotator_ImplBase.reconfigure().
typeSystemInit(TypeSystem) - Method in interface org.apache.uima.analysis_engine.annotator.BaseAnnotator
Informs this annotator that the CAS TypeSystem has changed.
typeSystemInit(int, LowLevelTypeSystem) - Method in interface org.apache.uima.cas.FeatureValuePath
Deprecated.  
typeSystemInit(TypeSystem) - Method in interface org.apache.uima.collection.base_cpm.CasObjectProcessor
Informs this CasConsumer that the CAS TypeSystem has changed.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.collection.CasConsumer_ImplBase
 
typeSystemInit(TypeSystem) - Method in interface org.apache.uima.collection.CasInitializer
Deprecated. Informs this CasInitializer that the CAS TypeSystem has changed.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.collection.CasInitializer_ImplBase
Deprecated.  
typeSystemInit(TypeSystem) - Method in interface org.apache.uima.collection.CollectionReader
Informs this CollectionReader that the CAS TypeSystem has changed.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.collection.CollectionReader_ImplBase
Default implementation of typeSystemInit, which calls the CAS Initializer's typeSystemInit method if a CAS Initializer is present.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.flow.CasFlowController_ImplBase
This method may be overriden by subclasses.
typeSystemInit(TypeSystem) - Method in class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
TypeSystemMgr - Interface in org.apache.uima.cas.admin
Writable version of type system.
TypeSystemUtil - Class in org.apache.uima.util
 
TypeSystemUtil() - Constructor for class org.apache.uima.util.TypeSystemUtil
 

U

UIMA_CAS_PREFIX - Static variable in interface org.apache.uima.cas.CAS
UIMA CAS name space prefix to prepend to type names (adds an extra period to the name space proper.
UIMA_DATAPATH_PROP - Static variable in interface org.apache.uima.resource.RelativePathResolver
 
UIMA_ECORE_NOT_FOUND - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "The Ecore model for the UIMA built-in types (uima.ecore) was not found in the classpath."
UIMA_FRAMEWORK_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
UIMA_HOME_ENV - Static variable in class org.apache.uima.pear.tools.InstallationController
 
UIMA_IllegalArgumentException - Exception in org.apache.uima
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
UIMA_IllegalArgumentException() - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with a null message.
UIMA_IllegalArgumentException(Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with the specified cause and a null message.
UIMA_IllegalArgumentException(String, String, Object[]) - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with a the specified message.
UIMA_IllegalArgumentException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with the specified message and cause.
UIMA_IllegalArgumentException(String, Object[]) - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_IllegalArgumentException(String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalArgumentException
Creates a new exception with the specified cause and a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_IllegalStateException - Exception in org.apache.uima
Signals that a method has been invoked at an illegal or inappropriate time.
UIMA_IllegalStateException() - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with a null message.
UIMA_IllegalStateException(Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with the specified cause and a null message.
UIMA_IllegalStateException(String, String, Object[]) - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with a the specified message.
UIMA_IllegalStateException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with the specified message and cause.
UIMA_IllegalStateException(String, Object[]) - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_IllegalStateException(String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_IllegalStateException
Creates a new exception with the specified cause and a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_LIB_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
UIMA_UnsupportedOperationException - Exception in org.apache.uima
Thrown to indicate that the requested operation is not supported.
UIMA_UnsupportedOperationException() - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with a null message.
UIMA_UnsupportedOperationException(Throwable) - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with the specified cause and a null message.
UIMA_UnsupportedOperationException(String, String, Object[]) - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with a the specified message.
UIMA_UnsupportedOperationException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with the specified message and cause.
UIMA_UnsupportedOperationException(String, Object[]) - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_UnsupportedOperationException(String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMA_UnsupportedOperationException
Creates a new exception with the specified cause and a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMA_VERSION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
UimaContext - Interface in org.apache.uima
Provides access to external resources (other than the CAS).
UimaContextAdmin - Interface in org.apache.uima
Admin interface to the UIMA Context.
UimacppAnalysisComponent - Class in org.apache.uima.uimacpp
 
UimacppAnalysisComponent(ResourceCreationSpecifier, AnalysisEngineImplBase) - Constructor for class org.apache.uima.uimacpp.UimacppAnalysisComponent
 
UimacppEngine - Class in org.apache.uima.uimacpp
 
UimacppEngine() - Constructor for class org.apache.uima.uimacpp.UimacppEngine
 
UimacppException - Exception in org.apache.uima.uimacpp
Use this class to signalize a fatal (internal) error to the API user.
UimacppException(Exception) - Constructor for exception org.apache.uima.uimacpp.UimacppException
Constructs a JTafRuntimeException with the specified nested exception.
UIMAException - Exception in org.apache.uima
This is the superclass for all exceptions in UIMA.
UIMAException() - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with a null message.
UIMAException(Throwable) - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with the specified cause and a null message.
UIMAException(String, String, Object[]) - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with a the specified message.
UIMAException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with the specified message and cause.
UIMAException(String, Object[]) - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
UIMAException(String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMAException
Creates a new exception with the specified cause and a message from the UIMAException.STANDARD_MESSAGE_CATALOG.
UIMAFramework - Class in org.apache.uima
This is an application's main interface point to the UIMA Framework.
UIMAFramework() - Constructor for class org.apache.uima.UIMAFramework
 
UIMARuntimeException - Exception in org.apache.uima
This is the superclass for all runtime exceptions in UIMA.
UIMARuntimeException() - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with a null message.
UIMARuntimeException(Throwable) - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with the specified cause and a null message.
UIMARuntimeException(String, String, Object[]) - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with a the specified message.
UIMARuntimeException(String, String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with the specified message and cause.
UIMARuntimeException(String, Object[]) - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UIMARuntimeException(String, Object[], Throwable) - Constructor for exception org.apache.uima.UIMARuntimeException
Creates a new exception with the specified cause and a message from the UIMARuntimeException.STANDARD_MESSAGE_CATALOG.
UimaTimer - Interface in org.apache.uima.util
Interface for a timer, used to collect performance statistics for UIMA components.
UIMAUtil - Class in org.apache.uima.pear.util
The UIMAUtil class provides convenient methods for handling UIMA specific objects.
UIMAUtil() - Constructor for class org.apache.uima.pear.util.UIMAUtil
 
UNDEFINED_FEATURE - Static variable in exception org.apache.uima.cas.CASException
The value of the feature {0} on the structure of type {1} cannot be accessed, because {0} is not defined for {1}.
UNDEFINED_KEY_IN_FLOW - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: The descriptor for Aggregate Analysis Engine "{0}" specified an invalid flow.
UNDEFINED_RANGE_TYPE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Undefined type "{0}", referenced in feature "{1}" declared on type "{2}"."
UNDEFINED_SUPERTYPE - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Undefined type "{0}", referenced as supertype of type "{1}"."
UNDEFINED_TYPE_FOR_INDEX - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Undefined type "{0}", referenced in definition of index "{1}"."
UNDEFINED_TYPE_FOR_PRIORITY_LIST - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Undefined type "{0}" in type priority list."
undoComponentLocalization() - Method in class org.apache.uima.pear.tools.LocalInstallationAgent
Restores original files in the 'conf' and 'desc' directories from the back-up copies (with extension '.$').
UNEXPECTED_SERVICE_RETURN_VALUE_TYPE - Static variable in exception org.apache.uima.resource.ResourceServiceException
Message key for a standard UIMA exception message: "Unexpected service return value type.
UNKNOWN_CONSTRAINT_FEAT - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error applying FS constraString: no feature "{0}" in current type system.
UNKNOWN_CONSTRAINT_TYPE - Static variable in exception org.apache.uima.cas.CASRuntimeException
Error applying FS constraString: no type "{0}" in current type system.
UNKNOWN_ELEMENT - Static variable in exception org.apache.uima.util.InvalidXMLException
Message key for a standard UIMA exception message: "The XML parser encountered an unknown element type: {0}."
UNKNOWN_FEATURE - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: unknown feature: {3}.
UNKNOWN_FEATURE_IN_BUILD_ITEM - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: Feature {0} referenced in build item {1} is not known.
UNKNOWN_ID - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XMI-CAS from source {0} at line {1}, column {2}: xmi id {3} is referenced but not defined.
UNKNOWN_ID_IN_SEQUENCE - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "The ASB encountered an unknown Analysis Engine ID "{0}" in the execution sequence."
UNKNOWN_PROTOCOL - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "Unknown Protocol: "{0}"."
UNKNOWN_RESOURCE_NAME - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "No resource with name "{0}" has been declared in this Analysis Engine."
UNKNOWN_TYPE - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: unknown type: {3}.
UNSPECIFIED_LANGUAGE - Static variable in class org.apache.uima.cas.text.Language
 
UNSUPPORTED_CAS_INTERFACE - Static variable in exception org.apache.uima.UIMARuntimeException
Message key for a standard UIMA exception message: "Unsupported CAS interface {0}."
UNSUPPORTED_CAS_TYPE - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "AnalysisEngine subclass {0} does not support CAS class {1}."
UNSUPPORTED_FILTER_SYNTAX - Static variable in exception org.apache.uima.search.IndexingException
Message key for a standard UIMA exception message: The filter syntax {0} is not supported by this implementation.
UNSUPPORTED_FRAMEWORK_IMPLEMENTATION - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "{0} is not a supported framework implementation"
UNSUPPORTED_METHOD - Static variable in exception org.apache.uima.UIMA_UnsupportedOperationException
Message key for a standard UIMA exception message: "Class {0} does not support method {1}."
UNSUPPORTED_OBJECT_TYPE_IN_CREATE_CAS - Static variable in exception org.apache.uima.resource.ResourceInitializationException
Message key for a standard UIMA exception message: "The CasCreationUtils.createCas method was passed a collection containing an object of class {0}, which is not supported.
UNSUPPORTED_STEP_TYPE - Static variable in exception org.apache.uima.analysis_engine.AnalysisEngineProcessException
Message key for a standard UIMA exception message: "The FlowController returned a Step object of class {0}, which is not supported by this framework implementation."
updateMainComponentId(String) - Method in class org.apache.uima.pear.tools.InstallationDescriptor
Deprecated. Use setMainComponentId() method instead.
URISpecifier - Interface in org.apache.uima.resource
A type of ResourceSpecifier that locates an existing Resource service by its URI.
USE_JCAS_CACHE_DEFAULT - Static variable in class org.apache.uima.cas.admin.CASFactory
 
useExistingInstance - Variable in class org.apache.uima.jcas.cas.TOP_Type
 

V

validate() - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Checks that this ResourceCreationSpecifier is valid.
validate(ResourceManager) - Method in interface org.apache.uima.resource.ResourceCreationSpecifier
Checks that this ResourceCreationSpecifier is valid.
validateConfigurationParameterSettings() - Method in interface org.apache.uima.resource.metadata.ResourceMetaData
Validates configuration parameter settings within this Resource MetaData, and throws an exception if they are not valid.
VALIDATION_FEATURE_ID - Static variable in class org.apache.uima.pear.util.XMLUtil
 
value - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ArgInfo
 
VALUE_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
valueOf(String) - Static method in enum org.apache.uima.cas.TypeClass
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.uima.cas.TypeClass
Returns an array containing the constants of this enum type, in the order they're declared.
VAR_NAME_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
VAR_VALUE_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
VERIFICATION_CANCELLED - Static variable in class org.apache.uima.pear.tools.InstallationController
 
VERIFICATION_COMPLETED - Static variable in class org.apache.uima.pear.tools.InstallationController
 
VERIFICATION_FAILED - Static variable in class org.apache.uima.pear.tools.InstallationController
 
VERIFICATION_IN_PROGRESS - Static variable in class org.apache.uima.pear.tools.InstallationController
 
verifyComponent() - Method in class org.apache.uima.pear.tools.InstallationController
Verifies installations of the main component, and sets appropriate component status in the SITH DB.
verifyComponentInstallation(PackageBrowser) - Static method in class org.apache.uima.pear.tools.InstallationController
Runs the installation test for a given installed pear component, and returns the TestStatus object with the test results.
verifyLocalizedComponent() - Method in class org.apache.uima.pear.tools.LocalInstallationAgent
Performs verification of the localized component by running the InstallationTester application.
VERSION_ATTR - Static variable in class org.apache.uima.cas.impl.XCASSerializer
 
VERSION_TAG - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
VINCI_LIB_DIR - Static variable in class org.apache.uima.pear.tools.InstallationController
 
VNS_HOST - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor
 
VNS_PORT - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor
 
VNS_SPECS - Static variable in class org.apache.uima.pear.tools.InstallationDescriptor
 
VS_DESCRIPTOR_PATH - Static variable in class org.apache.uima.pear.tools.InstallationProcessor
 

W

waitFor() - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
Allows the caller to wait for the completion of the process.
waitFor(long) - Method in class org.apache.uima.pear.util.ProcessUtil.Runner
Allows the caller to wait for the completion of the process, but no longer than a given timeout value.
warning(SAXParseException) - Method in class org.apache.uima.pear.tools.InstallationDescriptorHandler
XML parser warning handler.
WARNING - Static variable in class org.apache.uima.util.Level
message level "WARNING"
WARNING_INT - Static variable in class org.apache.uima.util.Level
level value for level "WARNING"
workingDirPath - Variable in class org.apache.uima.pear.tools.InstallationDescriptor.ServiceInfo
 
write(byte[], int, int) - Method in class org.apache.uima.util.LoggerPrintStream
 
write(int) - Method in class org.apache.uima.util.LoggerPrintStream
 
WRONG_CAS_TYPE - Static variable in exception org.apache.uima.analysis_engine.annotator.AnnotatorInitializationException
Message key for a standard UIMA exception message: "Annotator class {0} was initialized with a CAS that does not implement the required interface {1}."
WRONG_ROOT_TAG - Static variable in exception org.apache.uima.cas.impl.XCASParsingException
Error parsing XCAS from source {0} at line {1}, column {2}: expected root tag but found: <{3}>.

X

XCASDeserializer - Class in org.apache.uima.cas.impl
XCAS Deserializer.
XCASDeserializer(TypeSystem, UimaContext) - Constructor for class org.apache.uima.cas.impl.XCASDeserializer
Create a new deserializer from a type system.
XCASDeserializer(TypeSystem) - Constructor for class org.apache.uima.cas.impl.XCASDeserializer
 
XCASParsingException - Exception in org.apache.uima.cas.impl
Exception class for package org.apache.uima.cas.impl.
XCASParsingException(int) - Constructor for exception org.apache.uima.cas.impl.XCASParsingException
Create a new XCASParsingException
XCASSerializer - Class in org.apache.uima.cas.impl
XCAS serializer.
XCASSerializer(TypeSystem, UimaContext) - Constructor for class org.apache.uima.cas.impl.XCASSerializer
 
XCASSerializer(TypeSystem) - Constructor for class org.apache.uima.cas.impl.XCASSerializer
 
XMI_NS_PREFIX - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_NS_URI - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_TAG - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_TAG_LOCAL_NAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_TAG_QNAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_VERSION_LOCAL_NAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_VERSION_QNAME - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMI_VERSION_VALUE - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XmiCasDeserializer - Class in org.apache.uima.cas.impl
XMI CAS deserializer.
XmiCasDeserializer(TypeSystem, UimaContext) - Constructor for class org.apache.uima.cas.impl.XmiCasDeserializer
Create a new deserializer from a type system.
XmiCasDeserializer(TypeSystem) - Constructor for class org.apache.uima.cas.impl.XmiCasDeserializer
 
XmiCasSerializer - Class in org.apache.uima.cas.impl
XMI CAS serializer.
XmiCasSerializer(TypeSystem, Map<String, String>) - Constructor for class org.apache.uima.cas.impl.XmiCasSerializer
Creates a new XmiCasSerializer.
XmiCasSerializer(TypeSystem) - Constructor for class org.apache.uima.cas.impl.XmiCasSerializer
Creates a new XmiCasSerializer.
XmiCasSerializer(TypeSystem, UimaContext, Map<String, String>) - Constructor for class org.apache.uima.cas.impl.XmiCasSerializer
Deprecated. Use XmiCasSerializer.XmiCasSerializer(TypeSystem, Map) instead. The UimaContext reference is never used by this implementation.
XmiCasSerializer(TypeSystem, UimaContext) - Constructor for class org.apache.uima.cas.impl.XmiCasSerializer
Deprecated. Use XmiCasSerializer.XmiCasSerializer(TypeSystem) instead. The UimaContext reference is never used by this implementation.
XmiSerializationSharedData - Class in org.apache.uima.cas.impl
A container for data that is shared between the XmiCasSerializer and the XmiCasDeserializer.
XmiSerializationSharedData() - Constructor for class org.apache.uima.cas.impl.XmiSerializationSharedData
 
XML_ENCODING_TAG - Static variable in class org.apache.uima.pear.util.XMLUtil
 
XML_HEADER - Static variable in class org.apache.uima.pear.tools.InstallationDescriptorHandler
 
XML_HEADER_BEG - Static variable in class org.apache.uima.pear.util.XMLUtil
 
XML_HEADER_END - Static variable in class org.apache.uima.pear.util.XMLUtil
 
XmlCasDeserializer - Class in org.apache.uima.util
Deserializes a CAS from a standoff-XML format.
XmlCasDeserializer() - Constructor for class org.apache.uima.util.XmlCasDeserializer
 
XmlCasSerializer - Class in org.apache.uima.util
Serializes a CAS to inline XML format.
XmlCasSerializer() - Constructor for class org.apache.uima.util.XmlCasSerializer
 
XMLInputSource - Class in org.apache.uima.util
An input source used by the XMLParser to read XML documents for parsing.
XMLInputSource(File) - Constructor for class org.apache.uima.util.XMLInputSource
Creates an XMLInputSource from a descriptor file.
XMLInputSource(String) - Constructor for class org.apache.uima.util.XMLInputSource
Creates an XMLInputSource from a descriptor file.
XMLInputSource(InputStream, File) - Constructor for class org.apache.uima.util.XMLInputSource
Creates an XMLInputSource from an existing InputStream.
XMLInputSource(URL) - Constructor for class org.apache.uima.util.XMLInputSource
Creates an XMLInputSource from a URL.
XMLizable - Interface in org.apache.uima.util
An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLNS_NS_URI - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 
XMLParser - Interface in org.apache.uima.util
A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions - Class in org.apache.uima.util
Option settings for the parser.
XMLParser.ParsingOptions(boolean, boolean) - Constructor for class org.apache.uima.util.XMLParser.ParsingOptions
Deprecated. XInclude is no longer supported
XMLParser.ParsingOptions(boolean) - Constructor for class org.apache.uima.util.XMLParser.ParsingOptions
Creates a new ParsingOptions object.
XMLSerializer - Class in org.apache.uima.util
Utility class that generates XML output from SAX events or DOM nodes.
XMLSerializer() - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLSerializer(boolean) - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLSerializer(OutputStream) - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLSerializer(OutputStream, boolean) - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLSerializer(Writer) - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLSerializer(Writer, boolean) - Constructor for class org.apache.uima.util.XMLSerializer
 
XMLUtil - Class in org.apache.uima.pear.util
The XMLUtil class provides miscellaneous XML utilities.
XMLUtil() - Constructor for class org.apache.uima.pear.util.XMLUtil
XMLUtil constructor comment.
XSI_NS_URI - Static variable in class org.apache.uima.cas.impl.XmiCasSerializer
 

Z

ZH - Static variable in class org.apache.uima.cas.text.Language
 
ZH_CN - Static variable in class org.apache.uima.cas.text.Language
 
ZH_TW - Static variable in class org.apache.uima.cas.text.Language
 
zipDirectory(File) - Static method in class org.apache.uima.pear.util.FileUtil
Zips the contents of a given directory.
zipDirectory(File, File) - Static method in class org.apache.uima.pear.util.FileUtil
Zips the contents of a given directory to a given output ZIP file.
zipDirectory(File, ZipOutputStream, File, File[]) - Static method in class org.apache.uima.pear.util.FileUtil
Zips the contents of a given directory to a given ZIP output stream.
zipFile(File) - Static method in class org.apache.uima.pear.util.FileUtil
Zips a given file.
zipFile(File, File) - Static method in class org.apache.uima.pear.util.FileUtil
Zips a given file to a given output ZIP file.

_

_getBuildRevision() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return the build revision number of this implementation.
_getDefaultPerformanceTuningProperties() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a Properties object representing the default performance tuning settings for the framework.
_getLogger() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a reference to the default UIMA Logger used by this implementation.
_getLogger(Class<?>) - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a reference to the UIMA Logger of the specified source class.
_getMajorVersion() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return the major version number of this implementation.
_getMinorVersion() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return the minor version number of this implementation.
_getResourceFactory() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a reference to the ResourceFactory used by this implementation, which must implement CompositeResourceFactory.
_getResourceSpecifierFactory() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a reference to the ResourceSpecifierFactory used by this implementation.
_getXMLParser() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a reference to the UIMA XMLParser used by this implementation.
_initialize() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; called from this class's static initializer to complete initialization of the singleton instance.
_newCollectionProcessingManager(ResourceManager) - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should create a new instance of a class implementing CollectionProcessingManager.
_newConfigurationManager() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new instance of the default ConfigurationManager used by this implementation.
_newDefaultResourceManager() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new instance of the default ResourceManager used by this implementation.
_newDefaultResourceManagerPearWrapper() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new instance of the default ResourceManagerPearWrapper used by this implementation.
_newLogger() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new UIMA Logger instance.
_newTimer() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new UIMA UimaTimer instance.
_newUimaContext() - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should return a new instance of the default UimaContextAdmin used by this implementation.
_produceCollectionProcessingEngine(CpeDescription, Map<String, Object>) - Method in class org.apache.uima.UIMAFramework
To be implemented by subclasses; this should produce a CollectionProcessingEngine instance from a cpeDescription.

A B C D E F G H I J K L M N O P R S T U V W X Z _

Copyright © 2010 The Apache Software Foundation. All Rights Reserved.