Uses of Interface
org.apache.uima.flow.FlowControllerContext
-
Packages that use FlowControllerContext Package Description org.apache.uima.analysis_engine.asb.impl org.apache.uima.flow org.apache.uima.flow.impl -
-
Uses of FlowControllerContext in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return FlowControllerContext Modifier and Type Method Description private FlowControllerContextFlowControllerContainer. getFlowControllerContext() -
Uses of FlowControllerContext in org.apache.uima.flow
Fields in org.apache.uima.flow declared as FlowControllerContext Modifier and Type Field Description private FlowControllerContextFlowController_ImplBase. mContextMethods in org.apache.uima.flow that return FlowControllerContext Modifier and Type Method Description protected FlowControllerContextFlowController_ImplBase. getContext()Gets the FlowControllerContext for this FlowController.Methods in org.apache.uima.flow with parameters of type FlowControllerContext Modifier and Type Method Description voidFlowController_ImplBase. initialize(FlowControllerContext aContext)voidFlowController. initialize(FlowControllerContext aContext)Performs any startup tasks required by this component. -
Uses of FlowControllerContext in org.apache.uima.flow.impl
Classes in org.apache.uima.flow.impl that implement FlowControllerContext Modifier and Type Class Description classFlowControllerContext_implImplementation of FlowControllerContext.Methods in org.apache.uima.flow.impl with parameters of type FlowControllerContext Modifier and Type Method Description voidCapabilityLanguageFlowController. initialize(FlowControllerContext aContext)voidFixedFlowController. initialize(FlowControllerContext aContext)
-