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

Packages that use Import
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.analysis_engine.metadata Interfaces for objects that represent metadata for an Analysis Engine. 
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
 

Uses of Import in org.apache.uima
 

Methods in org.apache.uima that return Import
 Import ResourceSpecifierFactory.createImport()
          Creates an Import
 

Uses of Import in org.apache.uima.analysis_engine.metadata
 

Methods in org.apache.uima.analysis_engine.metadata that return Import
 Import FlowControllerDeclaration.getImport()
          Gets the import that references the FlowController specifier.
 

Methods in org.apache.uima.analysis_engine.metadata with parameters of type Import
 void FlowControllerDeclaration.setImport(Import aImport)
          Sets the import that references the FlowController specifier.
 

Uses of Import in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return Import
 Import CpeComponentDescriptor.getImport()
          Gets the Import object that declares where the component descriptor is located.
 

Methods in org.apache.uima.collection.metadata with parameters of type Import
 void CpeComponentDescriptor.setImport(Import aImport)
          Sets the Import object that declares where the component descriptor is located.
 

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

Methods in org.apache.uima.resource.metadata that return Import
 Import ResourceManagerConfiguration.getImport()
          Deprecated. Use ResourceManagerConfiguration.getImports() instead. There may be many imports; this method only returns the first.
 Import[] FsIndexCollection.getImports()
          Gets the imports declared by this FS Index Collection.
 Import[] ResourceManagerConfiguration.getImports()
          Gets the imports declared by this Resource Manager Configuration.
 Import[] TypePriorities.getImports()
          Gets the imports declared by this TypePriorities declaration.
 Import[] TypeSystemDescription.getImports()
          Gets the imports declared by this Type System.
 

Methods in org.apache.uima.resource.metadata with parameters of type Import
 void ResourceManagerConfiguration.setImport(Import aImport)
          Deprecated. Use ResourceManagerConfiguration.setImports(Import[]) instead.
 void FsIndexCollection.setImports(Import[] aImports)
          Sets the imports declared by this FS Index Collection.
 void ResourceManagerConfiguration.setImports(Import[] aImports)
          Sets the imports declared by this Resource Manager Configuration.
 void TypePriorities.setImports(Import[] aImports)
          Sets the imports declared by this TypePriorities declaration.
 void TypeSystemDescription.setImports(Import[] aImports)
          Sets the imports declared by this Type System.
 



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