On Tue, Jul 21, 2009 at 1:16 PM, Chavan, Girish<[email protected]> wrote: > The javadoc for the > AnalysisEngineMetadata.getDelegateAnalysisEngineMetadata() method states > that some implementations might always return null for this method. I > am using the default implementation ( AnalysisEngineMetadata_impl) and > it does seem to return null even for an aggregate analysis engine. Could > someone confirm that this is intentional, maybe I am missing something. > > > > Is there any other way short of parsing the descriptor myself to get at > the delegateAnalysisEngineMetadata objects? >
Try AnalysisEngineDescription.getDelegateAnalysisEngineSpecifiers() -Adam
