| Interface | Description |
|---|---|
| ComparableIntIterator |
Interface for a comparable IntListIterator.
|
| ComparableIntPointerIterator<F extends FeatureStructure> |
Interface for a comparable IntPointerIterator.
|
| IntComparator |
Compare two integers.
|
| IntKeyValueIterator |
Used in the CAS implementation.
|
| IntListIterator |
Int iterator in the Java style, but returning/using ints.
|
| IntPointerIterator |
Int iterator moving forwards and backwards, in the UIMA style.
|
| PositiveIntSet |
| Class | Description |
|---|---|
| AnalysisEnginePool |
A pool of Analysis Engines, which supports reconfiguration.
|
| ArrayUtils |
Some utilities for dealing with Arrays.
|
| BinaryTree |
Simple binary tree class.
|
| BrowserUtil |
The
BrowserUtil class provides one static method -
openUrlInDefaultBrowser, which opens the given URL in the default web browser for
the current user of the system. |
| CharacterUtils |
Collection of utilities for character handling.
|
| CharArraySpanMap |
A map from subsequences of a character array to objects.
|
| CharArrayString |
An unsafe String class based on a publicly accessible character array.
|
| CommandLineParser |
Simple command line parsing utility.
|
| EncodedPrintStream |
Allow a
PrintStream to specify an encoding. |
| Graph |
A simple graph class.
|
| GraphNode |
Interface for a generic node in a graph.
|
| I18nUtil |
Internationaliation utilities.
|
| InstrumentationFacility_impl |
Reference implementation of
InstrumentationFacility. |
| Int2IntArrayMapFixedSize |
A map<int, int>
based on having a key and value int array, where the keys are sorted
Supports sharing a single key array with multiple value arrays
Implements Map - like interface:
keys and values are ints
values can be anything except 0; 0 is the value returned by get if not found
All adds must occur before any gets; then a sort must be called unless the adds are in sort order
Threading: instances of this class may be accessed on multiple threads
(different iterators may be on different threads)
|
| Int2IntHashMap |
A map<int, int>
based on JCasHashMap, but without the multi-threading support
This impl is for use in a single thread case only
Supports shrinking (reallocating the big table)
Implements Map - like interface:
keys and values are ints
Entry set not (yet) impl
keys must be non-0; 0 is reserved to be an empty slot
values can be anything, but 0 is the value returned by get if not found so
values probably should not be 0
|
| IntArrayUtils |
Utilities used by some of the IntX classes.
|
| IntBitSet |
A set of non-zero positive ints.
|
| IntHashSet |
A set of non-zero ints.
|
| IntSet |
This class implements a set of integers.
|
| IntStack |
A stack of integers.
|
| IntVector |
Like
java.util.Vector, but elements are ints. |
| JavaTimer |
Simple implementation of
UimaTimer using System.currentTimeMillis(). |
| JmxMBeanAgent |
Utility class for registering MBeans with a JMX MBeanServer.
|
| MiscImpl | |
| MsgLocalizationClassLoader |
Class Loader for loading localized messages
See https://issues.apache.org/jira/browse/UIMA-1714
Delegates to other ClassLoaders, in the following order
the class loader that loaded the 2nd previous caller
the class loader that loaded the 3rd previous caller
etc.
|
| PositiveIntSet_impl |
An set of non-zero integers, ability to iterate over them (possibly in a sorted way),
with O(1) operations for adding, removing, and testing for contains.
|
| ReplaceStringInFiles |
String replacement utility.
|
| ReplaceStringInFiles.ReplacementResult |
Result class for string replacement.
|
| ResourcePool |
This class represents a simple pool of
Resource instances. |
| SerializationUtils |
Serialize and Deserialize arbitrary objects to/from byte arrays,
using standard Java object serialization/deserialization support.
|
| SortedIntSet |
A set of integers, maintained as a sorted array.
|
| StringToIntMap |
Straightforward, many-to-one map from Strings to ints, based on a Java
HashMap. |
| StringUtils |
An assorted collection of string utilities.
|
| SymbolTable |
The SymbolTable class provides a generic symbol table.
|
| SystemEnvReader |
Return a java Properties object containing environment variables.
|
| TextAnalysisEnginePool | Deprecated
As of v2.0, use
AnalysisEnginePool instead. |
| TextStringTokenizer |
An implementation of a text tokenizer for whitespace separated natural language text.
|
| TextTokenizer |
An implementation of a text tokenizer for whitespace separated natural lanuage text.
|
| Timer |
Simple timer class.
|
| TimeSpan |
Encode a span of time.
|
| UIMAClassLoader |
UIMAClassLoader is used as extension ClassLoader for UIMA to load additional components like
annotators and resources.
|
| UIMALogFormatter |
JSR47 log formatter for UIMA JSR47Logger
Provides a log format which looks like: timestamp; threadID; sourceInfo; Message level; message
e.g.
|
| UIMAStreamHandler |
UIMAStreamHandler is used to handle output streams set during runtime.
|
| Utilities |
static utilities, used by other parts of the UIMA framework
|
| UUIDGenerator |
Utility class for generating UUIDs.
|
| XmlAttribute |
Data structure representing an XML attribute.
|
| XmlElementName |
Data structure used to encapsulate the different pieces of information that
make up the name of an XML element - namely, the Namespace URI, the local
name, and the qname (qualified name).
|
| XmlElementNameAndContents |
Data structure used to encapsulate an XML element name (including Namespace URI,
local name, and the qname) as well as its attributes and character content.
|
| XMLUtils |
Some utilities for working with XML.
|
| Exception | Description |
|---|---|
| UtilError |
Exception class for package org.apache.uima.util.
|
Copyright © 2018. All rights reserved.