Uses of Package
org.apache.uima.util

Packages that use org.apache.uima.util
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_engine The Analysis Engine interface, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.annotator The Annotator Interfaces, along with supporting interfaces and exception classes. 
org.apache.uima.analysis_engine.impl   
org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine. 
org.apache.uima.analysis_engine.metadata.impl   
org.apache.uima.analysis_engine.service.impl   
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.collection Classes and interfaces for collection processing. 
org.apache.uima.collection.base_cpm   
org.apache.uima.collection.impl   
org.apache.uima.collection.impl.cpm   
org.apache.uima.collection.impl.cpm.container   
org.apache.uima.collection.impl.cpm.container.deployer   
org.apache.uima.collection.impl.cpm.engine   
org.apache.uima.collection.impl.cpm.utils   
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.examples.cpe Examples of using the Collection Processing Manager (CPM). 
org.apache.uima.examples.xmi   
org.apache.uima.flow   
org.apache.uima.flow.impl   
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
org.apache.uima.internal.util   
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.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.resource.impl   
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.apache.uima.resource.metadata.impl   
org.apache.uima.search Standard UIMA interfaces for indexing and search. 
org.apache.uima.search.impl Search engine-independent indexing classes. 
org.apache.uima.test.junit_extension   
org.apache.uima.tools   
org.apache.uima.tools.components   
org.apache.uima.tools.cpm   
org.apache.uima.tools.cvd   
org.apache.uima.tools.docanalyzer   
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
org.apache.uima.util.impl   
 

Classes in org.apache.uima.util used by org.apache.uima
InstrumentationFacility
          The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
 

Classes in org.apache.uima.util used by org.apache.uima.adapter.vinci
CasPool
          This class represents a simple pool of CAS instances.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine.annotator
InstrumentationFacility
          The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
Logger
          A Logger is a component used to log messages.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine.impl
InstrumentationFacility
          The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Logger
          A Logger is a component used to log messages.
NameClassPair
          A class that stores the name of an attribute and the Class of that attribute's value.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine.metadata
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine.metadata.impl
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.analysis_engine.service.impl
CasPool
          This class represents a simple pool of CAS instances.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
 

Classes in org.apache.uima.util used by org.apache.uima.cas.impl
Logger
          A Logger is a component used to log messages.
 

Classes in org.apache.uima.util used by org.apache.uima.collection
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
Progress
          Progress statistics for a process.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.base_cpm
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
Progress
          Progress statistics for a process.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
Progress
          Progress statistics for a process.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.cpm
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
ProcessTraceEvent
          Captures information, including timing, about an event that occurred during processing.
Progress
          Progress statistics for a process.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.cpm.container
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.cpm.container.deployer
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.cpm.engine
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
Progress
          Progress statistics for a process.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.cpm.utils
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.impl.metadata.cpe
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLInputSource
          An input source used by the XMLParser to read XML documents for parsing.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.collection.metadata
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.examples.cpe
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
 

Classes in org.apache.uima.util used by org.apache.uima.examples.xmi
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Progress
          Progress statistics for a process.
 

Classes in org.apache.uima.util used by org.apache.uima.flow
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.flow.impl
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.impl
InstrumentationFacility
          The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
 

Classes in org.apache.uima.util used by org.apache.uima.internal.util
InstrumentationFacility
          The InstrumentationFacility interface defines a standard way for UIMA components to be instrumented for performance evaluation.
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
 

Classes in org.apache.uima.util used by org.apache.uima.pear.tools
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
 

Classes in org.apache.uima.util used by org.apache.uima.resource
Logger
          A Logger is a component used to log messages.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.resource.impl
CasPool
          This class represents a simple pool of CAS instances.
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.resource.metadata
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
NameClassPair
          A class that stores the name of an attribute and the Class of that attribute's value.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.resource.metadata.impl
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
NameClassPair
          A class that stores the name of an attribute and the Class of that attribute's value.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.search
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
 

Classes in org.apache.uima.util used by org.apache.uima.search.impl
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.test.junit_extension
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
 

Classes in org.apache.uima.util used by org.apache.uima.tools
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
 

Classes in org.apache.uima.util used by org.apache.uima.tools.components
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Progress
          Progress statistics for a process.
 

Classes in org.apache.uima.util used by org.apache.uima.tools.cpm
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
ProcessTraceEvent
          Captures information, including timing, about an event that occurred during processing.
 

Classes in org.apache.uima.util used by org.apache.uima.tools.cvd
Level
          Provides the message level constants for logging and tracing
 

Classes in org.apache.uima.util used by org.apache.uima.tools.docanalyzer
AnalysisEnginePerformanceReports
          A class that is useful for generating an Analysis Engine performance report from a ProcessTrace object.
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
 

Classes in org.apache.uima.util used by org.apache.uima.util
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Level
          Provides the message level constants for logging and tracing
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
ProcessTraceEvent
          Captures information, including timing, about an event that occurred during processing.
Progress
          Progress statistics for a process.
SaxDeserializer
          Deserializes an XMLizable object from SAX events.
TCasFormatter
          Interface for components that generate a String representation of a CAS.
XMLInputSource
          An input source used by the XMLParser to read XML documents for parsing.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 

Classes in org.apache.uima.util used by org.apache.uima.util.impl
CasPool
          This class represents a simple pool of CAS instances.
CasPoolManagement
          Management interface to a CasPool.
InvalidXMLException
          Thrown by the XMLParser to indicate that an XML document is invalid or does not specify a valid object of the desired class.
Level
          Provides the message level constants for logging and tracing
Logger
          A Logger is a component used to log messages.
ProcessTrace
          A ProcessTrace object keeps a record of events that have occurred and information, such as timing, about those events.
ProcessTraceEvent
          Captures information, including timing, about an event that occurred during processing.
SaxDeserializer
          Deserializes an XMLizable object from SAX events.
UimaTimer
          Interface for a timer, used to collect performance statistics for UIMA components.
XMLInputSource
          An input source used by the XMLParser to read XML documents for parsing.
XMLizable
          An interface to be implemented by UIMA classes that can be written to and parsed from XML.
XMLParser
          A UIMA XMLParser parses XML documents and generates UIMA components represented by the XML.
XMLParser.ParsingOptions
          Option settings for the parser.
 



Copyright © 2013. All Rights Reserved.