Package org.apache.uima.util
package org.apache.uima.util
Utility classes and interfaces used by UIMA components.
-
ClassDescriptionA class that is useful for generating an Analysis Engine performance report from a
ProcessTrace
object.Static utility methods relating to analysis engines.protectIndexes returns instances of this, rather than AutoCloseable, to permit users to use try with resources without a catch for Exception.Utility class for doing deep copies of FeatureStructures from one CAS to another.Utilities for creating and setting up CASes.A collection of static methods aimed at making it easy toUsed with CasIOUtils, maybe elsewhere, to indicate how CASes are to be loaded or saved.This class represents a simple pool ofCAS
instances.Management interface to aCasPool
.Generates an *approximate* inline XML representation of a CAS.A concurrent map supporting a value-creating get.Some utilities for handling files.TheInstrumentationFacility
interface defines a standard way for UIMA components to be instrumented for performance evaluation.IntEntry<T>like Entry<k, v> except the k is an int.Thrown by theXMLParser
to indicate that an XML document is invalid or does not specify a valid object of the desired class.IteratorNvc<E>An Iterator with an extra method nextNvc, which skips the validity checkThis class represents a simple pool ofJCas
instances.Provides the message level constants for logging and tracingALogger
is a component used to log messages.A PrintStream implementation that writes to a UIMA logger.A class that stores the name of an attribute and the Class of that attribute's value.AProcessTrace
object keeps a record of events that have occurred and information, such as timing, about those events.Captures information, including timing, about an event that occurred during processing.Progress statistics for a process.Deserializes anXMLizable
object from SAX events.ASettings
object holds the properties used for external parameter overrides.A simple implementation of aResourceFactory
.Interface for components that generate a String representation of a CAS.Deprecated.Interface for a timer, used to collect performance statistics for UIMA components.Static methods supporting proper handling of URIsDeserializes a CAS from a standoff-XML format.Serializes a CAS to inline XML format.An input source used by theXMLParser
to read XML documents for parsing.An interface to be implemented by UIMA classes that can be written to and parsed from XML.A UIMAXMLParser
parses XML documents and generates UIMA components represented by the XML.Option settings for the parser.Utility class that generates XML output from SAX events or DOM nodes.
CasToInlineXml
instead.