Uses of Package
org.apache.uima.internal.util
Packages that use org.apache.uima.internal.util
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
Contains reference implementations of the interfaces in
org.apache.uima
.Utility classes and interfaces used by UIMA components.
-
Classes in org.apache.uima.internal.util used by org.apache.uima.analysis_engine.impl
-
Classes in org.apache.uima.internal.util used by org.apache.uima.cas.implClassDescriptionInterface for a comparable IntListIterator.Interface for a comparable IntPointerIterator.Interface for a generic node in a graph.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)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 0Compare two integers.Int iterator moving forwards and backwards, in the UIMA style.This class implements a set of integers.A stack of integers.Like
java.util.Vector
, but elements areint
s.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.A set of integers, maintained as a sorted array.Straightforward, many-to-one map from Strings to ints, based on a JavaHashMap
.The SymbolTable class provides a generic symbol table.Data structure representing an XML attribute.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).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. -
Classes in org.apache.uima.internal.util used by org.apache.uima.impl
-
Classes in org.apache.uima.internal.util used by org.apache.uima.internal.utilClassDescriptionA pool of Analysis Engines, which supports reconfiguration.Simple binary tree class.Represents character range.An unsafe String class based on a publicly accessible character array.Interface for a generic node in a graph.Used in the CAS implementation.Int iterator in the Java style, but returning/using ints.Int iterator moving forwards and backwards, in the UIMA style.Like
java.util.Vector
, but elements areint
s.this inner class only for purposes of getting access to the protected method to get the call stackResult class for string replacement.This class represents a simple pool ofResource
instances.A set of integers, maintained as a sorted array.The SymbolTable class provides a generic symbol table.Encode a span of time.Data structure representing an XML attribute.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). -
Classes in org.apache.uima.internal.util used by org.apache.uima.internal.util.rb_treesClassDescriptionSimple binary tree class.Interface for a comparable IntPointerIterator.Compare two integers.Used in the CAS implementation.Int iterator in the Java style, but returning/using ints.Int iterator moving forwards and backwards, in the UIMA style.
-
Classes in org.apache.uima.internal.util used by org.apache.uima.jsonClassDescriptionLike
java.util.Vector
, but elements areint
s.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). -
Classes in org.apache.uima.internal.util used by org.apache.uima.resource.implClassDescriptionUIMAClassLoader is used as extension ClassLoader for UIMA to load additional components like annotators and resources.
-
Classes in org.apache.uima.internal.util used by org.apache.uima.test.junit_extension
-
Classes in org.apache.uima.internal.util used by org.apache.uima.tools.cvd
-
Classes in org.apache.uima.internal.util used by org.apache.uima.tools.pear.packager
-
Classes in org.apache.uima.internal.util used by org.apache.uima.uimacpp
-
Classes in org.apache.uima.internal.util used by org.apache.uima.utilClassDescriptionA 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 0Like
java.util.Vector
, but elements areint
s.