Class CasFlowController_ImplBase

All Implemented Interfaces:
FlowController

public abstract class CasFlowController_ImplBase extends CasFlowController_ImplBase
  • Constructor Details

    • CasFlowController_ImplBase

      public CasFlowController_ImplBase()
  • Method Details

    • initialize

      public void initialize(FlowControllerContext context) throws ResourceInitializationException
      Description copied from interface: FlowController
      Performs any startup tasks required by this component. The framework calls this method only once, just after the FlowController has been instantiated.

      The framework supplies this FlowController with a reference to the FlowControllerContext that it will use, for example to access configuration settings or resources. This FlowController should store a reference to this Context for later use.

      Specified by:
      initialize in interface FlowController
      Overrides:
      initialize in class FlowController_ImplBase
      Parameters:
      context - Provides access to services and resources managed by the framework. This includes configuration parameters, logging, and access to external resources. Also provides the FlowController with the metadata of all of the AnalysisEngines that are possible targets for routing CASes.
      Throws:
      ResourceInitializationException - if the FlowController cannot initialize successfully.