Uses of Package
org.apache.uima.internal.util

Packages that use org.apache.uima.internal.util
org.apache.uima.analysis_engine.impl   
org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. 
org.apache.uima.internal.util   
org.apache.uima.internal.util.rb_trees   
org.apache.uima.resource.impl   
org.apache.uima.test.junit_extension   
 

Classes in org.apache.uima.internal.util used by org.apache.uima.analysis_engine.impl
AnalysisEnginePool
          A pool of Analysis Engines, which supports reconfiguration.
 

Classes in org.apache.uima.internal.util used by org.apache.uima.cas.impl
ComparableIntPointerIterator
          Interface for a comparable IntListIterator.
IntComparator
          Compare two integers.
IntPointerIterator
          Used in the CAS implementation.
IntVector
          Like java.util.Vector, but elements are ints.
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).
 

Classes in org.apache.uima.internal.util used by org.apache.uima.internal.util
AnalysisEnginePool
          A pool of Analysis Engines, which supports reconfiguration.
BinaryTree
          Simple binary tree class.
CharArrayString
          An unsafe String class based on a publicly accessible character array.
GraphNode
          Interface for a generic node in a graph.
IntListIterator
          Integer list iterator.
IntPointerIterator
          Used in the CAS implementation.
IntVector
          Like java.util.Vector, but elements are ints.
ReplaceStringInFiles.ReplacementResult
          Result class for string replacement.
SortedIntSet
          A set of integers, maintained as a sorted array.
SymbolTable
          The SymbolTable class provides a generic symbol table.
TimeSpan
          Encode a span of time.
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).
 

Classes in org.apache.uima.internal.util used by org.apache.uima.internal.util.rb_trees
BinaryTree
          Simple binary tree class.
ComparableIntIterator
          Interface for a comparable IntListIterator.
ComparableIntPointerIterator
          Interface for a comparable IntListIterator.
IntComparator
          Compare two integers.
IntListIterator
          Integer list iterator.
IntPointerIterator
          Used in the CAS implementation.
 

Classes in org.apache.uima.internal.util used by org.apache.uima.resource.impl
UIMAClassLoader
          UIMAClassLoader 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
TimeSpan
          Encode a span of time.
 



Copyright © 2011. All Rights Reserved.