Uses of Interface
org.apache.uima.resource.metadata.FsIndexCollection

Packages that use FsIndexCollection
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

Uses of FsIndexCollection in org.apache.uima
 

Methods in org.apache.uima that return FsIndexCollection
 FsIndexCollection ResourceSpecifierFactory.createFsIndexCollection()
          Creates an FsIndexCollection.
 

Uses of FsIndexCollection in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata that return FsIndexCollection
 FsIndexCollection ProcessingResourceMetaData.getFsIndexCollection()
          Retrieves the FS Index collection used by this Processing Resource.
 

Methods in org.apache.uima.resource.metadata with parameters of type FsIndexCollection
 void ProcessingResourceMetaData.setFsIndexCollection(FsIndexCollection aFsIndexCollection)
          Sets the Feature Structure Index collection used by this Processing Resource.
 

Uses of FsIndexCollection in org.apache.uima.util
 

Methods in org.apache.uima.util that return FsIndexCollection
static FsIndexCollection CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription)
          Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.
static FsIndexCollection CasCreationUtils.mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager)
          Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.
static FsIndexCollection CasCreationUtils.mergeFsIndexes(List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager)
          Merges a List of FsIndexCollections into a single FsIndexCollection object.
 FsIndexCollection XMLParser.parseFsIndexCollection(XMLInputSource aInput)
          Parses a FsIndexCollection from an XML input stream.
 FsIndexCollection XMLParser.parseFsIndexCollection(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
          Parses a FsIndexCollection from an XML input stream.
 

Method parameters in org.apache.uima.util with type arguments of type FsIndexCollection
static FsIndexCollection CasCreationUtils.mergeFsIndexes(List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager)
          Merges a List of FsIndexCollections into a single FsIndexCollection object.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.