| Package | Description | 
|---|---|
| org.apache.uima | Apache UIMA | 
| org.apache.uima.analysis_component | |
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.analysis_engine.asb.impl | |
| org.apache.uima.analysis_engine.impl | |
| org.apache.uima.analysis_engine.service.impl | |
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| org.apache.uima.collection.base_cpm | |
| org.apache.uima.collection.metadata | Java object representation of a CPE Descriptor. | 
| org.apache.uima.flow | |
| org.apache.uima.impl | Apache UIMA internals | 
| org.apache.uima.resource | Interfaces for  ResourcesandResourceSpecifiers. | 
| org.apache.uima.resource.impl | |
| org.apache.uima.resource.metadata | Interfaces for objects that represent metadata for a
Resource. | 
| org.apache.uima.resource.metadata.impl | |
| org.apache.uima.util | Utility classes and interfaces used by UIMA components. | 
| org.apache.uima.util.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | UimaContext. getSharedSettingArray(String name)Get the array of values for a shared configuration parameter from the external override
 settings. | 
| String | UimaContext. getSharedSettingValue(String name)Get the value of a shared configuration parameter from the external override settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisComponent_ImplBase. reconfigure()Notifies this AnalysisComponent that its configuration parameters have changed. | 
| void | AnalysisComponent. reconfigure()Alerts this AnalysisComponent that the values of its configuration parameters or external
 resources have changed. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngine. reconfigure()Reconfigures this Resource using the most current parameter settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FlowControllerContainer. reconfigure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UimacppAnalysisEngineImpl. reconfigure() | 
| void | MultiprocessingAnalysisEngine_impl. reconfigure() | 
| void | PrimitiveAnalysisEngine_impl. reconfigure() | 
| void | AnalysisEngineProcessorAdapter. reconfigure() | 
| void | PearAnalysisEngineWrapper. reconfigure() | 
| void | AggregateAnalysisEngine_impl. reconfigure() | 
| void | AnalysisEngineDescription_impl. validate(ResourceManager aResourceManager)Determines if the AnalysisEngineDescription is valid. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalysisEngineServiceAdapter. reconfigure() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CollectionProcessingManager. addCasConsumer(CasConsumer aCasConsumer)Adds a  CasConsumerto this CPM. | 
| void | CasInitializer_ImplBase. reconfigure()Deprecated.  Notifies this CAS Initializer that its configuration parameter settings have been changed. | 
| void | CasConsumer_ImplBase. reconfigure()Notifies this CAS Consumer that its configuration parameter settings have been changed. | 
| void | CollectionReader_ImplBase. reconfigure()Notifies this Collection Reader that its configuration parameter settings have been changed. | 
| void | CollectionProcessingManager. setAnalysisEngine(AnalysisEngine aAnalysisEngine)Sets the  AnalysisEnginethat is assigned to this CPM. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor)Adds a  CasProcessorto this CPM's list of consumers. | 
| void | BaseCPM. addCasProcessor(CasProcessor aCasProcessor,
               int aIndex)Adds a  CasProcessorto this CPM's list of consumers. | 
| Modifier and Type | Method and Description | 
|---|---|
| URL | CpeComponentDescriptor. findAbsoluteUrl(ResourceManager aResourceManager)Returns the absolute URL where the component descriptor is located. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FlowController_ImplBase. reconfigure() | 
| void | FlowController. reconfigure()Alerts this FlowController that the values of its configuration parameters or external
 resources have changed. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | UimaContext_ImplBase. getSharedSettingArray(String name) | 
| String | UimaContext_ImplBase. getSharedSettingValue(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigurationManager. createContext(String aContextName,
             ResourceMetaData aResourceMetaData,
             Settings externalSettings)Creates and sets up a new configuration parameter context. | 
| void | ConfigurableResource. reconfigure()Instructs this Resource to re-read its configuration parameter settings. | 
| void | ConfigurableResource_ImplBase. reconfigure() | 
| void | ConfigurationManager. reconfigure(String aContextName)Completes the reconfiguration of parameters within the specified context. | 
| void | ResourceCreationSpecifier. validate()Checks that this  ResourceCreationSpecifieris valid. | 
| void | ResourceCreationSpecifier. validate(ResourceManager aResourceManager)Checks that this  ResourceCreationSpecifieris valid. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ConfigurationManagerImplBase. createContext(String aContextName,
             ResourceMetaData aResourceMetaData,
             Settings externalOverrides) | 
| protected void | ConfigurationManager_impl. declareParameters(String aGroupName,
                 ConfigurationParameter[] aParams,
                 ConfigurationParameterSettings aSettings,
                 String aContextName,
                 Settings aExternalOverrides) | 
| protected void | ConfigurationManagerImplBase. declareParameters(String aGroupName,
                 ConfigurationParameter[] aParams,
                 ConfigurationParameterSettings aSettings,
                 String aContextName,
                 Settings aExternalOverrides)Called during creation of a new context. | 
| void | ConfigurationManagerImplBase. reconfigure(String aContextName) | 
| void | ResourceCreationSpecifier_impl. validate()Determines if the AnalysisEngineDescription is valid. | 
| void | ResourceCreationSpecifier_impl. validate(ResourceManager aResourceManager) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ResourceMetaData. validateConfigurationParameterSettings()Validates configuration parameter settings within this Resource MetaData, and throws an
 exception if they are not valid. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ResourceMetaData_impl. validateConfigurationParameterDataTypeMatch(ConfigurationParameter aParam,
                                           NameValuePair aNVP)Validate that a value is of an appropriate data type for assignment to the given parameter. | 
| void | ResourceMetaData_impl. validateConfigurationParameterSettings()Validates configuration parameter settings within this Resource MetaData, and throws an
 exception if they are not valid. | 
| protected void | ResourceMetaData_impl. validateConfigurationParameterSettings(NameValuePair[] aNVPs,
                                      String aGroupName,
                                      ConfigurationParameterDeclarations aParamDecls)Validates configuration parameter settings within a group. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Settings. getSetting(String name)Get the value of an external override setting. | 
| String[] | Settings. getSettingArray(String name)Get the array of values for an external override setting. | 
| void | Settings. loadSystemDefaults()Load properties from the comma-separated list of files specified in the system property
 UimaExternalOverrides Files are loaded in order --- so in descending priority. | 
| String | Settings. lookUp(String name)Look up the value for a property. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Settings_impl. getSetting(String name) | 
| String[] | Settings_impl. getSettingArray(String name) | 
| void | Settings_impl. loadSystemDefaults()Load properties from the comma-separated list of resources specified in the system property
 UimaExternalOverrides Resource names may be specified with a prefix of "file:" or "path:". | 
| String | Settings_impl. lookUp(String name)Look up the value for a property. | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.