Class PrimitiveAnalysisEngine_impl

    • Field Detail

      • CLASS_NAME

        private static final java.lang.Class<PrimitiveAnalysisEngine_impl> CLASS_NAME
        UIMA-5043 Set & restore the UimaContextHolder around calls to user code so it can be used to access the External Settings
      • INIT_THREADSAFE

        public static final boolean INIT_THREADSAFE
        flag for embedders to test to see if they have a version of the framework which supports multi-threaded produceResource
        See Also:
        Constant Field Values
      • rsFromOutputCapabilities

        private ResultSpecification rsFromOutputCapabilities
        result specification derived from the output capabilities of this primitive, used in intersection of languages Recomputed when type system changes
      • mResultSpecChanged

        private boolean mResultSpecChanged
      • mLastTypeSystem

        private TypeSystem mLastTypeSystem
      • mDescription

        private ResourceCreationSpecifier mDescription
        The ResourceCreationSpecifier parsed from this component's descriptor.
      • mAnalysisComponent

        private AnalysisComponent mAnalysisComponent
        The AnalysisComponent that holds the user-developed analysis logic.
      • mVerificationMode

        private boolean mVerificationMode
        If this is set it indicates that the AnalysisEngine is being constructed only to verify the validity of the descriptor. The Annotator classes should not be instantiated in this case.
      • mSofaAware

        private boolean mSofaAware
    • Constructor Detail

      • PrimitiveAnalysisEngine_impl

        public PrimitiveAnalysisEngine_impl()