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 UimaTransportAnalysisEngineController. getTransport(UimaAsContext aContext, java.lang.String aKey)UimaTransportAnalysisEngineControllerAdapter. getTransport(UimaAsContext context, java.lang.String key)UimaTransportBaseAnalysisEngineController. getTransport(UimaAsContext asContext)UimaTransportBaseAnalysisEngineController. 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 voidUimaMessageListener. 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 voidUimaVmMessageListener. 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)
-