Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.uima Classes and Interfaces - 403 results found.
NameDescriptionTypePackageFramework
AbortCasProcessorExceptionException to notify the CPM to disable a Cas Processor.Classorg.apache.uima.collection.base_cpmApache Uima
AbortCPMException/** Exception to notify the CPM to terminate itself.Classorg.apache.uima.collection.base_cpmApache Uima
AbstractCasThe base interface extended by all CAS (Common Analysis System) interfaces in the UIMA SDK.Interfaceorg.apache.uima.casApache Uima
AbstractCas_ImplBaseBase class from which CAS implementations should extend.Classorg.apache.uima.casApache Uima
AllowedValueRepresents an allowed value for an enumerated type.Interfaceorg.apache.uima.resource.metadataApache Uima
AnalysisComponentAnalysis Components are the primitive building blocks from which UIMA solutions are built.Interfaceorg.apache.uima.analysis_componentApache Uima
AnalysisComponent_ImplBase directly.Classorg.apache.uima.analysis_componentApache Uima
AnalysisEngineAn Analysis Engine is a component responsible for analyzing unstructured information, discovering and representing semantic content.Interfaceorg.apache.uima.analysis_engineApache Uima
AnalysisEngineDescriptionAn AnalysisEngineDescription contains all of the information needed to instantiate and use an AnalysisEngine.Interfaceorg.apache.uima.analysis_engineApache Uima
AnalysisEngineManagementMonitoring and management interface to an AnalysisEngine.Interfaceorg.apache.uima.analysis_engineApache Uima
AnalysisEngineMetaDataEncapsulates all of the metadata for an Analysis Engine.Interfaceorg.apache.uima.analysis_engine.metadataApache Uima
AnalysisEnginePerformanceReportsA class that is useful for generating an Analysis Engine performance report from a ProcessTrace object.Classorg.apache.uima.utilApache Uima
AnalysisEngineProcessExceptionAn AnalysisEngineProcessException may be thrown by an Analysis Engine's process method, indicating that a failure occurred during processing.Classorg.apache.uima.analysis_engineApache Uima
AnalysisEngineServiceStubA stub that calls a remote AnalysisEngine service.Interfaceorg.apache.uima.analysis_engineApache Uima
AnalysisEngineUtilsStatic utility methods relating to analysis engines.Classorg.apache.uima.utilApache Uima
AnalysisProcessDataEncapsulates all data that is modified by an AnalysisEngine's AnalysisEngine.Interfaceorg.apache.uima.analysis_engineApache Uima
Annotationthe JCas class model for the CAS type uima.Classorg.apache.uima.jcas.tcasApache Uima
Annotation_TypeClassorg.apache.uima.jcas.tcasApache Uima
AnnotationBasethe JCas class model for the CAS type uima.Classorg.apache.uima.jcas.casApache Uima
AnnotationBase_TypeClassorg.apache.uima.jcas.casApache Uima
AnnotationBaseFSAnnotation Base API.Interfaceorg.apache.uima.casApache Uima
AnnotationFSInterface for Annotation Feature Structures.Interfaceorg.apache.uima.cas.textApache Uima
AnnotationIndexAn annotation index provides additional iterator functionality that applies only to instances of uima.Interfaceorg.apache.uima.cas.textApache Uima
AnnotationTreeRepresents an annotation tree.Interfaceorg.apache.uima.cas.textApache Uima
AnnotationTreeNodeRepresents a node in an annotation tree.Interfaceorg.apache.uima.cas.textApache Uima
Annotator_ImplBaseBase class for all annotators.Classorg.apache.uima.analysis_componentApache Uima
Annotator_ImplBaseBase class for annotators in UIMA SDK v1.Classorg.apache.uima.analysis_engine.annotatorApache Uima
AnnotatorConfigurationExceptionAn AnnotatorConfigurationException is thrown by an annotator if the settings of its configuration parameters are invalid.Classorg.apache.uima.analysis_engine.annotatorApache Uima
AnnotatorContextThis interface is maintained only for backwards compatibility with annotators developed in UIMA SDK v1.Interfaceorg.apache.uima.analysis_engine.annotatorApache Uima
AnnotatorContextExceptionAn AnnotatorContextException is thrown by an AnnotatorContext if it cannot complete the invoked operation due to a failure in the underlying implementation.Classorg.apache.uima.analysis_engine.annotatorApache Uima
AnnotatorInitializationExceptionAn AnnotatorInitializationException may be thrown by an annotator's initialize method, indicating that the annotator failed to successfully initialize itself.Classorg.apache.uima.analysis_engine.annotatorApache Uima
AnnotatorProcessExceptionAn AnnotatorProcessException may be thrown by an annotator's process method, indicating that a failure occurred during processing.Classorg.apache.uima.analysis_engine.annotatorApache Uima
ArrayFSFeature structure array interface.Interfaceorg.apache.uima.casApache Uima
ASBThe Analysis Structure Broker (ASB) is the component responsible for the details of communicating with Analysis Engines that may potentially be distributed across differentInterfaceorg.apache.uima.analysis_engine.asbApache Uima
AttributeA simple name, value pair that is specified as part of a Style to further define its This object implements the XMLizable interface and can be parsed from an XMLInterfaceorg.apache.uima.searchApache Uima
BaseAnnotatorBase interface for annotators in UIMA SDK v1.Interfaceorg.apache.uima.analysis_engine.annotatorApache Uima
BaseCollectionReaderThe Base CollectionReader interface.Interfaceorg.apache.uima.collection.base_cpmApache Uima
BaseCPMThe Base CPM interface is a lower-level interface to the Collection Processing Manager.Interfaceorg.apache.uima.collection.base_cpmApache Uima
BaseStatusCallbackListenerInterface for a Listener that receives notification from the BaseCPM as various events occur.Interfaceorg.apache.uima.collection.base_cpmApache Uima
BooleanArrayClassorg.apache.uima.jcas.casApache Uima
BooleanArray_TypeClassorg.apache.uima.jcas.casApache Uima
BooleanArrayFSBoolean array interface.Interfaceorg.apache.uima.casApache Uima
ByteArrayClassorg.apache.uima.jcas.casApache Uima
ByteArray_TypeClassorg.apache.uima.jcas.casApache Uima
ByteArrayFSByte array interface.Interfaceorg.apache.uima.casApache Uima
CapabilityA Capability defines an operation that an Resource can carry out.Interfaceorg.apache.uima.resource.metadataApache Uima
CapabilityLanguageFlowA CapabilityLanguageFlow is a simple type of FlowConstraints that specifies the complete flow as a capabilityLanguage sequence.Interfaceorg.apache.uima.analysis_engine.metadataApache Uima
CASObject-oriented CAS (Common Analysis System) API.Interfaceorg.apache.uima.casApache Uima
CASAdminExceptionException class for package org.Classorg.apache.uima.cas.adminApache Uima
CasAnnotator_ImplBaseBase class to be extended by Annotators that use the CAS interface.Classorg.apache.uima.analysis_componentApache Uima
CasConsumerAny component that operates on analysis results produced by a UIMA analysis engine.Interfaceorg.apache.uima.collectionApache Uima
CasConsumer_ImplBaseBase class for CAS Consumers in UIMA SDK v1.Classorg.apache.uima.collectionApache Uima
CasConsumerDescriptionAn CasConsumerDescription contains all of the information needed to instantiate and use an CasConsumer.Interfaceorg.apache.uima.collectionApache Uima
CasCopierUtility class for doing deep copies of FeatureStructures from one CAS to another.Classorg.apache.uima.utilApache Uima
CasCreationUtilsUtilities for creating and setting up CASes.Classorg.apache.uima.utilApache Uima
CasDataInterface for directly accessing and manipulating the data in the Common Analysis Structure.Interfaceorg.apache.uima.cas_dataApache Uima
CasDataCollectionReaderA CasDataCollectionReader is used to iterate over the elements of a Collection.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasDataCollectionReader_ImplBaseBase class from which to extend when writing Collection Readers that use the CasData interface to access the CAS.Classorg.apache.uima.collection.base_cpmApache Uima
CasDataConsumerAny component that operates on analysis results produced by a UIMA CasDataProcessor.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasDataConsumer_ImplBaseBase class from which to extend when writing CAS Consumers that use the CasData interfaceFields inherited from interface org.Classorg.apache.uima.collection.base_cpmApache Uima
CasDataInitializerA component that takes an Object (for text analysis applications, this will often be a String) and creates a CasData.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasDataInitializer_ImplBaseBase class from which to extend when writing CAS Initializers that use the CasData interface to access the CAS.Classorg.apache.uima.collection.base_cpmApache Uima
CasDataProcessorInterface for CAS processors that want to interact directly with the CasData.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasDataStatusCallbackListenerInterface for a Listener that receives notification from the CollectionProcessingManager as various events occur.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasDefinitionEncapsulates information that defines how to create a CAS.Classorg.apache.uima.resourceApache Uima
CASExceptionException class for package org.Classorg.apache.uima.casApache Uima
CASFactoryFactory class to create CASMgr objects.Classorg.apache.uima.cas.adminApache Uima
CasFlow_ImplBaseConvenience base class for Flow objects that use the CAS interface.Classorg.apache.uima.flowApache Uima
CasFlowController_ImplBaseBase class to be extended by FlowControllers that use the CAS interface.Classorg.apache.uima.flowApache Uima
CasInitializerA component that takes an Object and initializes a CAS.Interfaceorg.apache.uima.collectionApache Uima
CasInitializer_ImplBaseBase class for CAS Initializers, which developers should extend with their own CAS Initializer implementation classes.Classorg.apache.uima.collectionApache Uima
CasInitializerDescriptionAn CasInitializerDescription contains all of the information needed to instantiate and use an CasInitializer.Interfaceorg.apache.uima.collectionApache Uima
CasIteratorAn iterator over a collection of CASes.Interfaceorg.apache.uima.analysis_engineApache Uima
CasManagerManages creation and pooling of CAS instances within an AnalysisEngine.Interfaceorg.apache.uima.resourceApache Uima
CASMgrClass comment for CASMgr.Interfaceorg.apache.uima.cas.adminApache Uima
CasMultiplier_ImplBaseBase class to be extended by CAS Multipliers that use the CAS interface.Classorg.apache.uima.analysis_componentApache Uima
CasObjectProcessorInterface for CAS Processors that want to use the full CAS implementation.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasOwnerRepresents the owner of a CAS.Interfaceorg.apache.uima.casApache Uima
CasPoolThis class represents a simple pool of CAS instances.Classorg.apache.uima.utilApache Uima
CasPoolManagementManagement interface to a CasPool.Interfaceorg.apache.uima.utilApache Uima
CasProcessorBase interface for a component that can process a CAS.Interfaceorg.apache.uima.collection.base_cpmApache Uima
CasProcessorConfigurationParameterSettingsContains configuration parameter settings for a CAS Processor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorDeploymentParamAn object that holds configuration information used for bulding CPE Descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorDeploymentParamsAn object that contains all CasProcessorDeploymentParam instances.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorErrorHandlingAn object to contains configuration specific to error handling applicable to every CasProcossor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorErrorRateThresholdAn object to contains configuration specific to error handling applicable to every CasProcessor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorExecArgAn object containing an arbitrary value that will passed to a program launched by the CPE.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorExecArgsAn object containing all CasProcessorExecArg instances.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorExecutableAn object containing configuration for a program that the CPE will use to launch CasProcessor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorFilterObject containing a filter expression used by the CPE to route CAS's to CasProcessor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorMaxRestartsAn object that holds configuration related to handling max restarts for CasProcessors.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorRunInSeperateProcessAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorRuntimeEnvParamAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CasProcessorTimeoutAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CASRuntimeExceptionRuntime exception class for package org.Classorg.apache.uima.casApache Uima
CasToInlineXmlGenerates an inline XML representation of a CAS.Classorg.apache.uima.utilApache Uima
CollectionExceptionThrown to indicate that there is a problem with some aspect of a Collection.Classorg.apache.uima.collectionApache Uima
CollectionProcessingEngineA CollectionProcessingEngine (CPE) processes a collection of artifacts (for text analysis applications, this will be a collection of documents) and produces collection-levelInterfaceorg.apache.uima.collectionApache Uima
CollectionProcessingManagerA CollectionProcessingManager (CPM) manages the application of an AnalysisEngine to a collection of artifacts.Interfaceorg.apache.uima.collectionApache Uima
CollectionReaderA CollectionReader is used to iterate over the elements of a Collection.Interfaceorg.apache.uima.collectionApache Uima
CollectionReader_ImplBaseBase class for Collection Readers, which developers should extend with their own Collection Reader implementation classes.Classorg.apache.uima.collectionApache Uima
CollectionReaderDescriptionAn CollectionReaderDescription contains all of the information needed to instantiate and use an CollectionReader.Interfaceorg.apache.uima.collectionApache Uima
CommonArray_TypeFields inherited from class org.Classorg.apache.uima.jcas.casApache Uima
CommonArrayFSCommon parts of the Array interfaces.Interfaceorg.apache.uima.casApache Uima
ComponentInfoInformation that a CAS needs to know about the component that's currently operating on it.Interfaceorg.apache.uima.casApache Uima
CompositeResourceFactoryA type of ResourceFactory that produces resources by delegating to other Resource Resource Factories are registered with the composite factory by calling theInterfaceorg.apache.uimaApache Uima
ConfigurableDataResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL.Interfaceorg.apache.uima.resourceApache Uima
ConfigurableResourceA Resource that has configuration parameters that can be changed after the Resource has To set configuration parameters, call the setConfigParameterValue(String,String,Object)Interfaceorg.apache.uima.resourceApache Uima
ConfigurableResource_ImplBase parameters as well as basic reconfiguration capability.Classorg.apache.uima.resourceApache Uima
ConfigurationGroupA group of ConfigurationParameters.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationManagerManages the configuration parameters of all components within a possibly aggregate Resource.Interfaceorg.apache.uima.resourceApache Uima
ConfigurationParameterCompletely specifies a configuration parameter on a UIMA resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationParameterDeclarationsThe declarations of configuration parameters in a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ConfigurationParameterSettingsThe values for ConfigurationParameters in a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ConstantsSome constants used by the UIMA framework.Classorg.apache.uimaApache Uima
ConstraintFactoryMethods to create FSMatchConstraints for filtered iterators or other use.Classorg.apache.uima.casApache Uima
ConsumerCasUtilsClassorg.apache.uima.utilApache Uima
CpeCasProcessorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeCasProcessorsAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeCheckpointAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeCollectionReaderAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeCollectionReaderCasInitializerAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeCollectionReaderIteratorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeComponentDescriptorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeConfigurationAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeDescriptionJava representation of a Collection Processing Engine (CPE) XML descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeDescriptorExceptionClassorg.apache.uima.collection.metadataApache Uima
CpeDescriptorFactoryFactory class for creating CpeDescriptors and their constituent objects.Classorg.apache.uima.collection.impl.metadata.cpeApache Uima
CpeIncludeAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeIntegratedCasProcessorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeLocalCasProcessorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeRemoteCasProcessorAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeResourceManagerConfigurationAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
CpeSofaMappingInterfaceorg.apache.uima.collection.metadataApache Uima
CpeSofaMappingsInterfaceorg.apache.uima.collection.metadataApache Uima
CpeTimerInterfaceorg.apache.uima.collection.metadataApache Uima
CPMChunkTimeoutExceptionSee Also:Serialized FormFields inherited from class org.Classorg.apache.uima.collection.impl.cpm.engineApache Uima
CppUimajEngineClassorg.apache.uima.uimacppApache Uima
CustomResourceSpecifierA type of ResourceSpecifier that specifically names the Java class that should be created.Interfaceorg.apache.uima.resourceApache Uima
DataResourceDataResource is a simple resource that provides access to data.Interfaceorg.apache.uima.resourceApache Uima
DocumentAnnotationThe JCas class definition for the CAS DocumentAnnotation type.Classorg.apache.uima.jcas.tcasApache Uima
DocumentAnnotation_TypeClassorg.apache.uima.jcas.tcasApache Uima
DoubleArrayClassorg.apache.uima.jcas.casApache Uima
DoubleArray_TypeClassorg.apache.uima.jcas.casApache Uima
DoubleArrayFSDouble array interface.Interfaceorg.apache.uima.casApache Uima
EmptyFloatListClassorg.apache.uima.jcas.casApache Uima
EmptyFloatList_TypeClassorg.apache.uima.jcas.casApache Uima
EmptyFSListClassorg.apache.uima.jcas.casApache Uima
EmptyFSList_TypeClassorg.apache.uima.jcas.casApache Uima
EmptyIntegerListClassorg.apache.uima.jcas.casApache Uima
EmptyIntegerList_TypeClassorg.apache.uima.jcas.casApache Uima
EmptyStringListClassorg.apache.uima.jcas.casApache Uima
EmptyStringList_TypeClassorg.apache.uima.jcas.casApache Uima
EntityProcessStatusContains information about the successful or unsuccessful processing of an entity (an element of a collection) by the CollectionProcessingManager.Interfaceorg.apache.uima.collectionApache Uima
ExternalResourceBindingBinds an ExternalResourceDependency to an ExternalResourceDescription.Interfaceorg.apache.uima.resource.metadataApache Uima
ExternalResourceDependencyAn ExternalResourceDependency object describes an resources's requirements on an external resource.Interfaceorg.apache.uima.resourceApache Uima
ExternalResourceDescriptionAn ExternalResourceDescription object describes a resource that is loaded in the ResourceManager and may be shared between components.Interfaceorg.apache.uima.resourceApache Uima
FeatureThe interface that describes features in the type system.Interfaceorg.apache.uima.casApache Uima
FeatureDescriptionA description of a CAS feature.Interfaceorg.apache.uima.resource.metadataApache Uima
FeaturePathInterface for a feature path.Interfaceorg.apache.uima.casApache Uima
FeatureStructureInterface for feature structures.Interfaceorg.apache.uima.casApache Uima
FeatureStructureAn object in the CAS.Interfaceorg.apache.uima.cas_dataApache Uima
FeatureValueThe base interface for the value of a feature.Interfaceorg.apache.uima.cas_dataApache Uima
FeatureValuePathContains CAS Type and Feature objects to represent a feature path of the form feature1/.Interfaceorg.apache.uima.casApache Uima
FileLanguageResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL, where the URL depends on an ISO language identifier.Interfaceorg.apache.uima.resourceApache Uima
FileResourceSpecifierA type of ResourceSpecifier that locates a resource file using its URL.Interfaceorg.apache.uima.resourceApache Uima
FileUtilThe FileUtil class provides utility methods for working with general files.Classorg.apache.uima.pear.utilApache Uima
FileUtil .DirFileFilterThe DirFileFilter class allows to filter files based on specified directory path and filename extension.Classorg.apache.uima.pear.utilApache Uima
FileUtil .ExtFilenameFilterThe ExtFileFilter allows to filter file names based on the specified filenameConstructor SummaryFileUtil.Classorg.apache.uima.pear.utilApache Uima
FileUtil .FileTimeComparatorThe FileTimeComparator class allows comparing 'last modified' time in 2 givenConstructor SummaryFileUtil.Classorg.apache.uima.pear.utilApache Uima
FileUtil .NameFileFilterThe NameFileFilter class allows to filter files based on specified file name.Classorg.apache.uima.pear.utilApache Uima
FileUtilsSome utilities for handling files.Classorg.apache.uima.utilApache Uima
FilterSpecifies a constraint that matches against annotations in the CAS.Interfaceorg.apache.uima.searchApache Uima
FinalStepIndicates that a CAS has finished being processed by the aggregate.Classorg.apache.uima.flowApache Uima
FixedFlowA FixedFlow is a simple type of FlowConstraints that specifies the complete flow as a fixed sequence.Interfaceorg.apache.uima.analysis_engine.metadataApache Uima
FloatArrayJava Cas model for Cas FloatArray.Classorg.apache.uima.jcas.casApache Uima
FloatArray_TypeThe 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.Classorg.apache.uima.jcas.casApache Uima
FloatArrayFSInterface for CAS float arrays.Interfaceorg.apache.uima.casApache Uima
FloatListClassorg.apache.uima.jcas.casApache Uima
FloatList_TypeClassorg.apache.uima.jcas.casApache Uima
FlowA Flow object is responsible for routing a single CAS through an Aggregate Analysis Engine.Interfaceorg.apache.uima.flowApache Uima
FlowConstraintsA FlowConstraints object represents constraints on the order of execution of delegate Analysis Engines within an aggregate Analysis Engine.Interfaceorg.apache.uima.analysis_engine.metadataApache Uima
FlowControllerFlowControllers are components that decide how to route CASes within Aggregate Analysis Engines.Interfaceorg.apache.uima.flowApache Uima
FlowController_ImplBase directly.Classorg.apache.uima.flowApache Uima
FlowControllerContextA subtype of UimaContext used by FlowController components.Interfaceorg.apache.uima.flowApache Uima
FlowControllerDeclarationDeclares which FlowController is used by the Aggregate Analysis Engine.Interfaceorg.apache.uima.analysis_engine.metadataApache Uima
FlowControllerDescriptionA FlowControllerDescription contains all of the information needed to instantiate and use a FlowController.Interfaceorg.apache.uima.flowApache Uima
FSArrayClassorg.apache.uima.jcas.casApache Uima
FSArray_TypeThe 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.Classorg.apache.uima.jcas.casApache Uima
FSBooleanConstraintInterface for a boolean constraint.Interfaceorg.apache.uima.casApache Uima
FSConstraintInterfaceorg.apache.uima.casApache Uima
FSFloatConstraintInterface for a float constraint.Interfaceorg.apache.uima.casApache Uima
FSIndexFeature structure index access interface.Interfaceorg.apache.uima.casApache Uima
FsIndexCollectionDescription of a collection of CAS feature structure indexes.Interfaceorg.apache.uima.resource.metadataApache Uima
FSIndexComparatorInterface for creating comparators, which in turn are used to create indexes.Interfaceorg.apache.uima.cas.adminApache Uima
FsIndexDescriptionA description of a CAS feature structure index.Interfaceorg.apache.uima.resource.metadataApache Uima
FsIndexKeyDescriptionA description of a key defining a CAS feature structure index.Interfaceorg.apache.uima.resource.metadataApache Uima
FSIndexRepositoryRepository of indexes over feature structures.Interfaceorg.apache.uima.casApache Uima
FSIndexRepositoryMgrRepository of indexes.Interfaceorg.apache.uima.cas.adminApache Uima
FSIntConstraintInterface for an integer constraint.Interfaceorg.apache.uima.casApache Uima
FSIteratorIterator over feature structures.Interfaceorg.apache.uima.casApache Uima
FSListClassorg.apache.uima.jcas.casApache Uima
FSList_TypeClassorg.apache.uima.jcas.casApache Uima
FSMatchConstraintInterface for feature structure matching constraints.Interfaceorg.apache.uima.casApache Uima
FSStringConstraintInterface for a String constraint.Interfaceorg.apache.uima.casApache Uima
FSTypeConstraintInterface for type constraint.Interfaceorg.apache.uima.casApache Uima
GenericAnnotatorInterface implemented for multiple-sofa annotators in UIMA SDK v1.Interfaceorg.apache.uima.analysis_engine.annotatorApache Uima
GenericAnnotator_ImplBaseBase interface for annotators in UIMA SDK v1.Classorg.apache.uima.analysis_engine.annotatorApache Uima
ImportAn import declaration.Interfaceorg.apache.uima.resource.metadataApache Uima
IndexBuildItemAn individual item within a IndexBuildSpecification.Interfaceorg.apache.uima.searchApache Uima
IndexBuildSpecificationDetermines how a CAS get indexed with a UIMA-compliant search engine.Interfaceorg.apache.uima.searchApache Uima
IndexingExceptionThrown by the Index to indicate that a failure has occurred during indexing.Classorg.apache.uima.searchApache Uima
IndexRuleA rule that specifies indexing behavior.Interfaceorg.apache.uima.searchApache Uima
InstallationControllerThe InstallationController class allows installing PEAR files that contain UIMA compliant components.Classorg.apache.uima.pear.toolsApache Uima
InstallationController .InstallationMonitorThe InstallationMonitor interface defines methods required for notifying of component installation status and location of the installed PEAR packages.Interfaceorg.apache.uima.pear.toolsApache Uima
InstallationController .PackageSelectorThe PackageSelector interface defines methods required for manually or automatically selecting installed PEAR package root directories and PEAR package files.Interfaceorg.apache.uima.pear.toolsApache Uima
InstallationController .TestStatusThe TestStatus class encapsulates attributes related to the results of the 'serviceability' verification test.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptorThe InstallationDescriptor class encapsulates all elements and parameters included in the XML Installation Descriptor file.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptor .ActionInfoThe ActionInfo class defines 'installation action' attributes.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptor .ArgInfoThe ArgInfo class defines attributes of a service command argument.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptor .ComponentInfoThe ComponentInfo class defines UIMA component attributes.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptor .ServiceInfoThe ServiceInfo class defines attributes of a 'service' component.Classorg.apache.uima.pear.toolsApache Uima
InstallationDescriptorHandlerThe InstallationDescriptorHandler class allows parsing XML installation descriptor files, creating instances of the InstallationDescriptor class.Classorg.apache.uima.pear.toolsApache Uima
InstallationProcessorThe InstallationProcessor class implements operations specified in the installation descriptor.Classorg.apache.uima.pear.toolsApache Uima
InstallationTesterThe InstallationTester application allows performing simple verification of the installed UIMA compliant component by using standard UIMA framework interface.Classorg.apache.uima.pear.toolsApache Uima
InstrumentationFacilityThe InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.Interfaceorg.apache.uima.utilApache Uima
IntArrayFSInterface for CAS int arrays.Interfaceorg.apache.uima.casApache Uima
IntegerArrayThe Java Class model corresponding to the Cas IntegerArray_JCasImpl type.Classorg.apache.uima.jcas.casApache Uima
IntegerArray_TypeThe 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.Classorg.apache.uima.jcas.casApache Uima
IntegerListClassorg.apache.uima.jcas.casApache Uima
IntegerList_TypeClassorg.apache.uima.jcas.casApache Uima
InternationalizedExceptionThe InternationalizedException class adds internationalization support to the standard functionality provided byClassorg.apache.uimaApache Uima
InternationalizedRuntimeExceptionThe InternationalizedRuntimeException class adds internationalization support to the standard functionality provided by java.Classorg.apache.uimaApache Uima
InvalidXMLExceptionThrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.Classorg.apache.uima.utilApache Uima
JCasJava Cover Classes based Object-oriented CAS (Common Analysis System) API.Interfaceorg.apache.uima.jcasApache Uima
JCasAnnotator_ImplBaseBase class to be extended by Annotators that use the JCas interface.Classorg.apache.uima.analysis_componentApache Uima
JCasFlow_ImplBaseConvenience base class for Flow objects that use the JCas interface.Classorg.apache.uima.flowApache Uima
JCasFlowController_ImplBaseBase class to be extended by FlowControllers that use the JCas interface.Classorg.apache.uima.flowApache Uima
JCasIteratorAn iterator over a collection of JCAS objects.Interfaceorg.apache.uima.analysis_engineApache Uima
JCasMultiplier_ImplBaseBase class to be extended by CAS Multipliers that use the CAS interface.Classorg.apache.uima.analysis_componentApache Uima
JCasPoolThis class represents a simple pool of JCas instances.Classorg.apache.uima.utilApache Uima
JCasRegistryMaintains a registry of JCas cover classes that have been loaded.Classorg.apache.uima.jcasApache Uima
JFSIndexRepositoryProvides the same function as the FSIndexRepository except that the variants that take a type argument take type arguments obtainable easily from the JCas type.Interfaceorg.apache.uima.jcasApache Uima
JMSMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
JTextAnnotatorInterface for JCAS annotators in UIMA SDK v1.Interfaceorg.apache.uima.analysis_engine.annotatorApache Uima
JTextAnnotator_ImplBaseBase class for JCAS annotators in UIMA SDK v1.Classorg.apache.uima.analysis_engine.annotatorApache Uima
LanguageClassorg.apache.uima.cas.textApache Uima
LanguagePreconditionA precondition on the language of the document.Interfaceorg.apache.uima.resource.metadataApache Uima
LevelClassorg.apache.uima.utilApache Uima
LinearTypeOrderLinear order on types.Interfaceorg.apache.uima.cas.adminApache Uima
LinearTypeOrderBuilderDefines a pre-order on types.Interfaceorg.apache.uima.cas.adminApache Uima
LocalInstallationAgentThe LocalInstallationAgent allows localizing files of UIMA compliant components within the single PEAR structure, and verifying localized component's files using UIMA frameworkClassorg.apache.uima.pear.toolsApache Uima
LoggerA Logger is a component used to log messages.Interfaceorg.apache.uima.utilApache Uima
LoggerPrintStreamA PrintStream implementation that writes to a UIMA logger.Classorg.apache.uima.utilApache Uima
LongArrayClassorg.apache.uima.jcas.casApache Uima
LongArray_TypeClassorg.apache.uima.jcas.casApache Uima
LongArrayFSLong array interface.Interfaceorg.apache.uima.casApache Uima
MailMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
ManagementObjectBase interface for objects that expose a monitoring and management interface to a UIMA component or some part of the UIMA framework.Interfaceorg.apache.uima.resourceApache Uima
MappingMapping from a CAS feature name to its name in the index.Interfaceorg.apache.uima.searchApache Uima
MarkerAn object obtained from the CAS that is used to query when FSs were created or modified with respect to the marker.Interfaceorg.apache.uima.casApache Uima
MessageRouterThe MessageRouter class facilitates intra-process message routing.Classorg.apache.uima.pear.utilApache Uima
MessageRouter .StdChannelListenerThe StdChannelListener interface declares methods that should be implemented by each standard message channel listener.Interfaceorg.apache.uima.pear.utilApache Uima
MessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
MetaDataObjectAn object used to represent metadata of a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
MimeTypePreconditionA precondition on the MIME Type of the entity.Interfaceorg.apache.uima.resource.metadataApache Uima
MQMessagingSpecifierTo change this generated comment edit the template variable typecomment: Window>Preferences>Java>Templates.Interfaceorg.apache.uima.resourceApache Uima
NameClassPairA class that stores the name of an attribute and the Class of that attribute's value.Classorg.apache.uima.utilApache Uima
NameValuePairStores a name (String) and value (Object).Interfaceorg.apache.uima.collection.metadataApache Uima
NameValuePairA type of MetaDataObject that stores a name (String) and value (Object).Interfaceorg.apache.uima.resource.metadataApache Uima
NonEmptyFloatListClassorg.apache.uima.jcas.casApache Uima
NonEmptyFloatList_TypeClassorg.apache.uima.jcas.casApache Uima
NonEmptyFSListClassorg.apache.uima.jcas.casApache Uima
NonEmptyFSList_TypeClassorg.apache.uima.jcas.casApache Uima
NonEmptyIntegerListClassorg.apache.uima.jcas.casApache Uima
NonEmptyIntegerList_TypeClassorg.apache.uima.jcas.casApache Uima
NonEmptyStringListClassorg.apache.uima.jcas.casApache Uima
NonEmptyStringList_TypeClassorg.apache.uima.jcas.casApache Uima
OperationalPropertiesOperational Properties for a UIMA component.Interfaceorg.apache.uima.resource.metadataApache Uima
OutputQueueAn object that holds configuration that is part of the CPE descriptor.Interfaceorg.apache.uima.collection.metadataApache Uima
PackageBrowserThe PackageBrowser class allows browsing both archived and unarchived PEAR packages, finding package files and directories, loading installation descriptor files andClassorg.apache.uima.pear.toolsApache Uima
PackageCreatorUtility class to generate a pear package.Classorg.apache.uima.pear.toolsApache Uima
PackageCreatorExceptionException thrown if the PEAR package generation fails.Classorg.apache.uima.pear.toolsApache Uima
PackageInstallerThe PackageInstaller class is the main user API for installing PEAR packages.Classorg.apache.uima.pear.toolsApache Uima
PackageInstallerExceptionException thrown if PEAR installation fails.Classorg.apache.uima.pear.toolsApache Uima
PackageSelectorGUIThe PackageSelectorGUI class provides simple Swing-based file dialog windows for selecting root directories of installed PEAR packages, as well as PEAR package files, whichClassorg.apache.uima.pear.toolsApache Uima
PackageSelectorGUI .PackageDirFilterThe PackageDirFilter class allows filtering directories.Classorg.apache.uima.pear.toolsApache Uima
PackageSelectorGUI .PackageFileFilterThe PackageFileFilter class allows filtering PEAR package files.Classorg.apache.uima.pear.toolsApache Uima
ParallelStepIndicates that a CAS should be routed to a multiple AnalysisEngines and that the relative order in which these execute does not matter.Classorg.apache.uima.flowApache Uima
ParameterA general parameter having a name and a value, which are both strings.Interfaceorg.apache.uima.resourceApache Uima
ParameterizedDataResourceA resource that provides access to data, where the data can vary based on parameters.Interfaceorg.apache.uima.resourceApache Uima
ParsingExceptionAn exception that occurs during constraint parsing.Classorg.apache.uima.casApache Uima
PearSpecifierA type of ResourceSpecifier that locate an installed pear Resource.Interfaceorg.apache.uima.resourceApache Uima
PreconditionA 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.Interfaceorg.apache.uima.resource.metadataApache Uima
PrimitiveArrayFSInterfaceorg.apache.uima.cas_dataApache Uima
PrimitiveValueRepresents a primitive feature value - a string, integer, or float.Interfaceorg.apache.uima.cas_dataApache Uima
ProcessingResourceMetaDataMetadata that describes a Processing Resource - that is, one that reads or writes to the CAS.Interfaceorg.apache.uima.resource.metadataApache Uima
ProcessTraceA ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.Interfaceorg.apache.uima.utilApache Uima
ProcessTraceEventCaptures information, including timing, about an event that occurred during processing.Interfaceorg.apache.uima.utilApache Uima
ProcessUtilClassorg.apache.uima.pear.utilApache Uima
ProcessUtil .RunnerThe ProcessUtil.Classorg.apache.uima.pear.utilApache Uima
ProcessUtil .StdStreamListenerThe StdStreamListener interface defines 2 methods that should be implemented by a standard stream listener to get console messages ('stderr' and 'stdout' streams) printed byInterfaceorg.apache.uima.pear.utilApache Uima
ProgressProgress statistics for a process.Interfaceorg.apache.uima.utilApache Uima
ProgressImplSee Also:Serialized FormFields inherited from interface org.Classorg.apache.uima.utilApache Uima
RecoverableCollectionReaderInterface facilitating CollectionReader recovery from failures.Interfaceorg.apache.uima.collection.base_cpmApache Uima
ReferenceArrayFSInterfaceorg.apache.uima.cas_dataApache Uima
ReferenceValueA FeatureValue that represents a reference, via ID, to another FeatureStructure.Interfaceorg.apache.uima.cas_dataApache Uima
RelativePathResolverUsed by the resource manager to resolve relative URLs to absolute URLs.Interfaceorg.apache.uima.resourceApache Uima
ResourceResource is the general term for all UIMA components that can be acquired and used by an application (or by other resources).Interfaceorg.apache.uima.resourceApache Uima
Resource_ImplBase resource metadata and the UIMA Context, which in turn provides access to framework facilities such as logging and resource management.Classorg.apache.uima.resourceApache Uima
ResourceAccessExceptionThrown to indicate a failure has occurred in attempting to access an external resource.Classorg.apache.uima.resourceApache Uima
ResourceConfigurationExceptionThrown to indicate that a Resource's configuration paramters could not be set.Classorg.apache.uima.resourceApache Uima
ResourceCreationSpecifierA ResourceCreationSpecifier is the supertype of AnalysisEngineDescription,Interfaceorg.apache.uima.resourceApache Uima
ResourceFactoryA ResourceFactory is used to acquire instances of Resources.Interfaceorg.apache.uimaApache Uima
ResourceInitializationExceptionThrown by Resource.Classorg.apache.uima.resourceApache Uima
ResourceManagerA ResourceManager holds a collection of Resource objects, each registered under a specified key.Interfaceorg.apache.uima.resourceApache Uima
ResourceManagerConfigurationDefines a set of external resources and their bindings to ExternalResourceDependencies.Interfaceorg.apache.uima.resource.metadataApache Uima
ResourceManagerPearWrapperA ResourceManagerPearWrapper is a special Resource Manager, sharing all its fields with its parent,Interfaceorg.apache.uima.resourceApache Uima
ResourceMetaDataEncapsulates all metadata for a Resource.Interfaceorg.apache.uima.resource.metadataApache Uima
ResourceProcessExceptionThrown to indicate that a Resource has encountered a problem during its processing.Classorg.apache.uima.resourceApache Uima
ResourceServiceExceptionThrown to indicate that an error has occurred during communication with a remote resourceSee Also:Serialized FormClassorg.apache.uima.resourceApache Uima
ResourceServiceSpecifierA ResourceServiceSpecifier is a type of ResourceSpecifier that contains information that can be used to locate an existing resource available as a service.Interfaceorg.apache.uima.resourceApache Uima
ResourceServiceStubA stub that calls a remote AnalysisEngine service.Interfaceorg.apache.uima.resourceApache Uima
ResourceSpecifierA ResourceSpecifier contains information that can be used acquire a reference to a Resource, whether that is done by instantiating the resource locally or locating anInterfaceorg.apache.uima.resourceApache Uima
ResourceSpecifierFactoryA factory used to create ResourceSpecifier instances and instances of other objects needed to compose ResourceSpecifiers.Interfaceorg.apache.uimaApache Uima
ResourceSpecifierListA type of ResourceSpecifier that is an aggregate of other ResourceSpecifiers.Interfaceorg.apache.uima.resourceApache Uima
ResultNotSupportedExceptionThis exception is thrown by an Analysis Engine when it receives a request to generate results that it cannot produce.Classorg.apache.uima.analysis_engineApache Uima
ResultSpecificationA ResultSpecification is a set of desired outputs from a Analysis Engine or Annotator.Interfaceorg.apache.uima.analysis_engineApache Uima
SaxDeserializerDeserializes an XMLizable object from SAX events.Interfaceorg.apache.uima.utilApache Uima
SessionAn object that encapsulates all conversational state between a UIMA Resource and a particular client.Interfaceorg.apache.uima.resourceApache Uima
SharedResourceObjectThe SharedResourceObject interface must be implemented by all classes that provide access to resource data.Interfaceorg.apache.uima.resourceApache Uima
ShortArrayClassorg.apache.uima.jcas.casApache Uima
ShortArray_TypeClassorg.apache.uima.jcas.casApache Uima
ShortArrayFSShort array interface.Interfaceorg.apache.uima.casApache Uima
SimplePackageSelectorThe SimplePackageSelector class provides simple command line dialog for selecting root directories of installed PEAR packages, as well as PEAR package files, which containClassorg.apache.uima.pear.toolsApache Uima
SimplePreconditionSimplePrecondition defines a few simple conditions that can be evaluted against a A value in the CAS (see below) will be compared against the precondition'sInterfaceorg.apache.uima.resource.metadataApache Uima
SimpleResourceFactoryA simple implementation of a ResourceFactory.Classorg.apache.uima.utilApache Uima
SimpleStepIndicates that a CAS should be routed to a single AnalysisEngine.Classorg.apache.uima.flowApache Uima
SimpleStepWithResultSpecSpecial type of SimpleStep intended only for backwards compatibility with the behavior of the Capability Language Flow in UIMA 1.Classorg.apache.uima.flowApache Uima
SkipCasExceptionException to notify the CPM to skip a Cas Processor for the current CAS.Classorg.apache.uima.collection.base_cpmApache Uima
SofaClassorg.apache.uima.jcas.casApache Uima
Sofa_TypeClassorg.apache.uima.jcas.casApache Uima
SofaFSInterface for Subject of Analysis (Sofa) feature structures.Interfaceorg.apache.uima.casApache Uima
SofaIDInterface that contains the handle to a Sofa FS in the CAS.Interfaceorg.apache.uima.casApache Uima
SofaMappingSofa Name mapping is required to connect the output Sofas from one component to the input Sofa of A SofaMapping object represents mapping of a Sofa name assigned by a component toInterfaceorg.apache.uima.analysis_engine.metadataApache Uima
SourceDocumentInformationStores detailed information about the original source document from which the current CAS was initialized.Classorg.apache.uima.examplesApache Uima
SourceDocumentInformation_TypeStores detailed information about the original source document from which the current CAS was initialized.Classorg.apache.uima.examplesApache Uima
StatusCallbackListenerInterface for a Listener that receives notification from the CollectionProcessingManager as various events occur.Interfaceorg.apache.uima.collectionApache Uima
StepRepresents the next destination or destinations to which a CAS should be routed.Classorg.apache.uima.flowApache Uima
StringArrayClassorg.apache.uima.jcas.casApache Uima
StringArray_TypeThe 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.Classorg.apache.uima.jcas.casApache Uima
StringArrayFSString array interface.Interfaceorg.apache.uima.casApache Uima
StringListClassorg.apache.uima.jcas.casApache Uima
StringList_TypeClassorg.apache.uima.jcas.casApache Uima
StringUtilThe StringUtil class provides utility methods for working with strings.Classorg.apache.uima.pear.utilApache Uima
StyleAn indexing style.Interfaceorg.apache.uima.searchApache Uima
SynchPointInterfaceorg.apache.uima.collection.base_cpmApache Uima
TaeDescriptionAn AnalysisEngineDescription specific to a Text Analysis Engine (TAE).Interfaceorg.apache.uima.analysis_engineApache Uima
TCasFormatterInterface for components that generate a String representation of a CAS.Interfaceorg.apache.uima.utilApache Uima
TCasToInlineXmlGenerates an inline XML representation of a CAS.Classorg.apache.uima.utilApache Uima
TextAnalysisEngineA Text Analysis Engine (TAE) is a type of Analysis Engine specialized for processing TextFields inherited from interface org.Interfaceorg.apache.uima.analysis_engineApache Uima
TextAnnotatorBase class for text annotators in UIMA SDK v1.Interfaceorg.apache.uima.analysis_engine.annotatorApache Uima
TOPThe Java Class model corresponding to the Cas TOP type.Classorg.apache.uima.jcas.casApache Uima
TOP_Typehold Cas type information, link to JCas instance.Classorg.apache.uima.jcas.casApache Uima
TypeThe interface describing types in the type system.Interfaceorg.apache.uima.casApache Uima
TypeClassenum TypeClassextends EnumEnum Constant SummaryTYPE_CLASS_BOOLEANClassorg.apache.uima.casApache Uima
TypeDescriptionA description of a CAS Type.Interfaceorg.apache.uima.resource.metadataApache Uima
TypeNameSpaceAn object holding the namespace string for a type.Interfaceorg.apache.uima.casApache Uima
TypeOrFeatureA reference to a Type or Feature in the Analysis Engine's TypeSystem.Interfaceorg.apache.uima.analysis_engineApache Uima
TypePrioritiesA declaration of priorities between CAS Types.Interfaceorg.apache.uima.resource.metadataApache Uima
TypePriorityListDeclares a relative priority between CAS types.Interfaceorg.apache.uima.resource.metadataApache Uima
TypeSystemThe interface to the type system.Interfaceorg.apache.uima.casApache Uima
TypeSystemDescriptionDescription of a CAS TypeSystem.Interfaceorg.apache.uima.resource.metadataApache Uima
TypeSystemMgrWritable version of type system.Interfaceorg.apache.uima.cas.adminApache Uima
TypeSystemUtilClassorg.apache.uima.utilApache Uima
UIMA_IllegalArgumentExceptionThrown to indicate that a method has been passed an illegal or inappropriate argument.Classorg.apache.uimaApache Uima
UIMA_IllegalStateExceptionSignals that a method has been invoked at an illegal or inappropriate time.Classorg.apache.uimaApache Uima
UIMA_UnsupportedOperationExceptionThrown to indicate that the requested operation is not supported.Classorg.apache.uimaApache Uima
UimaContextProvides access to external resources (other than the CAS).Interfaceorg.apache.uimaApache Uima
UimaContextAdminAdmin interface to the UIMA Context.Interfaceorg.apache.uimaApache Uima
UimacppAnalysisComponentClassorg.apache.uima.uimacppApache Uima
UimacppEngineClassorg.apache.uima.uimacppApache Uima
UimacppExceptionUse this class to signalize a fatal (internal) error to the API user.Classorg.apache.uima.uimacppApache Uima
UIMAExceptionThis is the superclass for all exceptions in UIMA.Classorg.apache.uimaApache Uima
UIMAFrameworkThis is an application's main interface point to the UIMA Framework.Classorg.apache.uimaApache Uima
UIMARuntimeExceptionThis is the superclass for all runtime exceptions in UIMA.Classorg.apache.uimaApache Uima
UimaTimerInterface for a timer, used to collect performance statistics for UIMA components.Interfaceorg.apache.uima.utilApache Uima
UIMAUtilThe UIMAUtil class provides convenient methods for handling UIMA specific objects.Classorg.apache.uima.pear.utilApache Uima
URISpecifierA type of ResourceSpecifier that locates an existing Resource service by its URI.Interfaceorg.apache.uima.resourceApache Uima
XCASDeserializerXCAS Deserializer.Classorg.apache.uima.cas.implApache Uima
XCASParsingExceptionException class for package org.Classorg.apache.uima.cas.implApache Uima
XCASSerializerXCAS serializer.Classorg.apache.uima.cas.implApache Uima
XmiCasDeserializerXMI CAS deserializer.Classorg.apache.uima.cas.implApache Uima
XmiCasSerializerXMI CAS serializer.Classorg.apache.uima.cas.implApache Uima
XmiSerializationSharedDataA container for data that is shared between the XmiCasSerializer and the XmiCasDeserializer.Classorg.apache.uima.cas.implApache Uima
XmlCasDeserializerDeserializes a CAS from a standoff-XML format.Classorg.apache.uima.utilApache Uima
XmlCasSerializerSerializes a CAS to inline XML format.Classorg.apache.uima.utilApache Uima
XMLInputSourceAn input source used by the XMLParser to read XML documents for parsing.Classorg.apache.uima.utilApache Uima
XMLizableAn interface to be implemented by UIMA classes that can be written to and parsed from XML.Interfaceorg.apache.uima.utilApache Uima
XMLParserA UIMA XMLParser parses XML documents and generates UIMA components represented by An application obtains a reference to the XMLParser by calling theInterfaceorg.apache.uima.utilApache Uima
XMLParser .ParsingOptionsOption settings for the parser.Classorg.apache.uima.utilApache Uima
XMLSerializerUtility class that generates XML output from SAX events or DOM nodes.Classorg.apache.uima.utilApache Uima
XMLUtilThe XMLUtil class provides miscellaneous XML utilities.Classorg.apache.uima.pear.utilApache Uima