Class ExternalResourceExample3.ChainableResource

java.lang.Object
org.apache.uima.resource.Resource_ImplBase
org.apache.uima.fit.component.Resource_ImplBase
org.apache.uima.fit.examples.resource.ExternalResourceExample3.ChainableResource
All Implemented Interfaces:
org.apache.uima.fit.component.ExternalResourceAware, org.apache.uima.resource.Resource
Enclosing class:
ExternalResourceExample3

public static class ExternalResourceExample3.ChainableResource extends org.apache.uima.fit.component.Resource_ImplBase
Simple example resource that can use another resource.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface org.apache.uima.resource.Resource

    PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.uima.fit.component.Resource_ImplBase

    getResourceName, initialize

    Methods inherited from class org.apache.uima.resource.Resource_ImplBase

    destroy, getCasManager, getLogger, getMetaData, getRelativePathResolver, getResourceManager, getUimaContext, getUimaContextAdmin, loadUserClass, loadUserClassOrThrow, setContextHolder, setContextHolderX, setLogger, setMetaData, withContextHolder

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • ChainableResource

      public ChainableResource()
  • Method Details

    • afterResourcesInitialized

      public void afterResourcesInitialized()
      Specified by:
      afterResourcesInitialized in interface org.apache.uima.fit.component.ExternalResourceAware
      Overrides:
      afterResourcesInitialized in class org.apache.uima.fit.component.Resource_ImplBase