public interface FlowControllerContext extends UimaContext
UimaContext
used by FlowController
components. In addition to access
to resources and configuration settings (provided by UimaContext
), the
FlowControllerContext
provides access to other information that the FlowController
can use to make routing decisions. This includes:
Modifier and Type | Method and Description |
---|---|
AnalysisEngineMetaData |
getAggregateMetadata()
Gets the metadata of the Aggregate AnalysisEngine containing this FlowController.
|
Map<String,AnalysisEngineMetaData> |
getAnalysisEngineMetaDataMap()
Gets a map from Analysis Engine key (a String) to
AnalysisEngineMetaData . |
getConfigParameterNames, getConfigParameterNames, getConfigParameterValue, getConfigParameterValue, getConfigurationGroupNames, getDataPath, getEmptyCas, getExternalOverrides, getInstrumentationFacility, getLogger, getResourceAsStream, getResourceAsStream, getResourceFilePath, getResourceFilePath, getResourceObject, getResourceObject, getResourceURI, getResourceURI, getResourceURL, getResourceURL, getSession, getSharedSettingArray, getSharedSettingNames, getSharedSettingValue, getSofaMappings, mapSofaIDToComponentSofaName, mapToSofaID
Map<String,AnalysisEngineMetaData> getAnalysisEngineMetaDataMap()
AnalysisEngineMetaData
. This map
contains an entry for all Analysis Engines to which the FlowController can route CASes.String
keys, and AnalysisEngineMetaData
valuesAnalysisEngineMetaData getAggregateMetadata()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.