Uses of Class
org.apache.uima.UIMAFramework
-
Packages that use UIMAFramework Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internals -
-
Uses of UIMAFramework in org.apache.uima
Fields in org.apache.uima declared as UIMAFramework Modifier and Type Field Description private static UIMAFramework
UIMAFramework. mInstance
The singleton instance ofUIMAFramework
used by this application.Methods in org.apache.uima that return UIMAFramework Modifier and Type Method Description protected static UIMAFramework
UIMAFramework. getInstance()
Gets theUIMAFramework
instance currently in use. -
Uses of UIMAFramework in org.apache.uima.impl
Subclasses of UIMAFramework in org.apache.uima.impl Modifier and Type Class Description class
UIMAFramework_impl
This is the main interface point to the UIMA reference implemention.
-