Uses of Class
org.apache.uima.aae.UimaAsContext
-
Packages that use UimaAsContext Package Description org.apache.uima.aae.controller org.apache.uima.aae.spi.transport org.apache.uima.aae.spi.transport.vm -
-
Uses of UimaAsContext in org.apache.uima.aae.controller
Methods in org.apache.uima.aae.controller with parameters of type UimaAsContext Modifier and Type Method Description UimaTransport
AnalysisEngineController. getTransport(UimaAsContext aContext, java.lang.String aKey)
UimaTransport
AnalysisEngineControllerAdapter. getTransport(UimaAsContext context, java.lang.String key)
UimaTransport
BaseAnalysisEngineController. getTransport(UimaAsContext asContext)
UimaTransport
BaseAnalysisEngineController. getTransport(UimaAsContext asContext, java.lang.String aKey)
-
Uses of UimaAsContext in org.apache.uima.aae.spi.transport
Methods in org.apache.uima.aae.spi.transport with parameters of type UimaAsContext Modifier and Type Method Description void
UimaMessageListener. initialize(UimaAsContext aContext)
-
Uses of UimaAsContext in org.apache.uima.aae.spi.transport.vm
Methods in org.apache.uima.aae.spi.transport.vm with parameters of type UimaAsContext Modifier and Type Method Description void
UimaVmMessageListener. initialize(UimaAsContext context)
Initializes this listener.Constructors in org.apache.uima.aae.spi.transport.vm with parameters of type UimaAsContext Constructor Description VmTransport(UimaAsContext aContext, AnalysisEngineController aController)
-