Uses of Interface
org.apache.uima.resource.metadata.FsIndexCollection
-
Packages that use FsIndexCollection Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine.metadata.impl org.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.spi org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of FsIndexCollection in org.apache.uima
Methods in org.apache.uima that return FsIndexCollection Modifier and Type Method Description FsIndexCollectionResourceSpecifierFactory. createFsIndexCollection()Creates anFsIndexCollection. -
Uses of FsIndexCollection in org.apache.uima.analysis_engine.metadata.impl
Fields in org.apache.uima.analysis_engine.metadata.impl declared as FsIndexCollection Modifier and Type Field Description private FsIndexCollectionAnalysisEngineMetaData_impl. mFsIndexCollectionMethods in org.apache.uima.analysis_engine.metadata.impl that return FsIndexCollection Modifier and Type Method Description FsIndexCollectionAnalysisEngineMetaData_impl. getFsIndexCollection()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type FsIndexCollection Modifier and Type Method Description voidAnalysisEngineMetaData_impl. setFsIndexCollection(FsIndexCollection aFsIndexCollection) -
Uses of FsIndexCollection in org.apache.uima.impl
Methods in org.apache.uima.impl that return FsIndexCollection Modifier and Type Method Description FsIndexCollectionResourceSpecifierFactory_impl. createFsIndexCollection() -
Uses of FsIndexCollection in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FsIndexCollection Modifier and Type Method Description FsIndexCollectionProcessingResourceMetaData. getFsIndexCollection()Retrieves the FS Index collection used by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type FsIndexCollection Modifier and Type Method Description voidProcessingResourceMetaData. setFsIndexCollection(FsIndexCollection aFsIndexCollection)Sets the Feature Structure Index collection used by this Processing Resource. -
Uses of FsIndexCollection in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement FsIndexCollection Modifier and Type Class Description classFsIndexCollection_implFields in org.apache.uima.resource.metadata.impl declared as FsIndexCollection Modifier and Type Field Description private FsIndexCollectionFsIndexCollectionImportResolverAdapter. delegateMethods in org.apache.uima.resource.metadata.impl that return types with arguments of type FsIndexCollection Modifier and Type Method Description java.lang.Class<FsIndexCollection>FsIndexCollectionImportResolverAdapter. getDescriptorClass()ImportResolver.ParserFunction<FsIndexCollection>FsIndexCollectionImportResolverAdapter. getParser()Constructors in org.apache.uima.resource.metadata.impl with parameters of type FsIndexCollection Constructor Description FsIndexCollectionImportResolverAdapter(FsIndexCollection aDelegate) -
Uses of FsIndexCollection in org.apache.uima.spi
Methods in org.apache.uima.spi that return types with arguments of type FsIndexCollection Modifier and Type Method Description java.util.List<FsIndexCollection>FsIndexCollectionProvider. listFsIndexCollections() -
Uses of FsIndexCollection in org.apache.uima.util
Methods in org.apache.uima.util that return FsIndexCollection Modifier and Type Method Description static FsIndexCollectionCasCreationUtils. mergeDelegateAnalysisEngineFsIndexCollections(AnalysisEngineDescription aAggregateDescription)Merges the FS Index Collections of each component within an aggregate Analysis Engine, producing a single combined FS Index Collection.static FsIndexCollectionCasCreationUtils. 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 FsIndexCollectionCasCreationUtils. mergeFsIndexes(java.util.List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager)Merges a List of FsIndexCollections into a single FsIndexCollection object.FsIndexCollectionXMLParser. parseFsIndexCollection(XMLInputSource aInput)Parses a FsIndexCollection from an XML input stream.FsIndexCollectionXMLParser. 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 Modifier and Type Method Description static FsIndexCollectionCasCreationUtils. mergeFsIndexes(java.util.List<? extends FsIndexCollection> aFsIndexCollections, ResourceManager aResourceManager)Merges a List of FsIndexCollections into a single FsIndexCollection object. -
Uses of FsIndexCollection in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return FsIndexCollection Modifier and Type Method Description FsIndexCollectionXMLParser_impl. parseFsIndexCollection(XMLInputSource aInput)FsIndexCollectionXMLParser_impl. parseFsIndexCollection(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-