Uses of Interface
org.apache.uima.flow.FlowControllerContext
Packages that use FlowControllerContext
Package
Description
-
Uses of FlowControllerContext in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return FlowControllerContextModifier and TypeMethodDescriptionprivate FlowControllerContext
FlowControllerContainer.getFlowControllerContext()
-
Uses of FlowControllerContext in org.apache.uima.flow
Fields in org.apache.uima.flow declared as FlowControllerContextMethods in org.apache.uima.flow that return FlowControllerContextModifier and TypeMethodDescriptionprotected FlowControllerContext
FlowController_ImplBase.getContext()
Gets the FlowControllerContext for this FlowController.Methods in org.apache.uima.flow with parameters of type FlowControllerContextModifier and TypeMethodDescriptionvoid
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 FlowControllerContextModifier and TypeClassDescriptionclass
Implementation of FlowControllerContext.Methods in org.apache.uima.flow.impl with parameters of type FlowControllerContextModifier and TypeMethodDescriptionvoid
CapabilityLanguageFlowController.initialize
(FlowControllerContext aContext) void
FixedFlowController.initialize
(FlowControllerContext aContext)