Uses of Interface
org.apache.uima.flow.FlowControllerContext
Packages that use FlowControllerContext
Package
Description
uimaFIT-enhanced base classes for UIMA components and some simple components.
-
Uses of FlowControllerContext in org.apache.uima.fit.component
Methods in org.apache.uima.fit.component with parameters of type FlowControllerContextModifier and TypeMethodDescriptionvoid
CasFlowController_ImplBase.initialize
(FlowControllerContext context) void
JCasFlowController_ImplBase.initialize
(FlowControllerContext context) -
Uses of FlowControllerContext in org.apache.uima.flow
Methods 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)