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 FlowControllerContext
FlowControllerContainer. getFlowControllerContext()
-
Uses of FlowControllerContext in org.apache.uima.flow
Fields in org.apache.uima.flow declared as FlowControllerContext Modifier and Type Field Description private FlowControllerContext
FlowController_ImplBase. mContext
Methods in org.apache.uima.flow that return FlowControllerContext Modifier and Type Method Description protected FlowControllerContext
FlowController_ImplBase. getContext()
Gets the FlowControllerContext for this FlowController.Methods in org.apache.uima.flow with parameters of type FlowControllerContext Modifier and Type Method Description void
FlowController_ImplBase. initialize(FlowControllerContext aContext)
void
FlowController. 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 class
FlowControllerContext_impl
Implementation of FlowControllerContext.Methods in org.apache.uima.flow.impl with parameters of type FlowControllerContext Modifier and Type Method Description void
CapabilityLanguageFlowController. initialize(FlowControllerContext aContext)
void
FixedFlowController. initialize(FlowControllerContext aContext)
-