Uses of Interface
org.apache.uima.resource.metadata.Import
-
Packages that use Import Package Description 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.analysis_engine.metadata.impl org.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of Import in org.apache.uima
Methods in org.apache.uima that return Import Modifier and Type Method Description ImportResourceSpecifierFactory. createImport()Creates anImport -
Uses of Import in org.apache.uima.analysis_engine.metadata
Methods in org.apache.uima.analysis_engine.metadata that return Import Modifier and Type Method Description ImportFlowControllerDeclaration. getImport()Gets the import that references the FlowController specifier.Methods in org.apache.uima.analysis_engine.metadata with parameters of type Import Modifier and Type Method Description voidFlowControllerDeclaration. setImport(Import aImport)Sets the import that references the FlowController specifier. -
Uses of Import in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that return Import Modifier and Type Method Description ImportFlowControllerDeclaration_impl. getImport()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type Import Modifier and Type Method Description voidFlowControllerDeclaration_impl. setImport(Import aImport) -
Uses of Import in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that return Import Modifier and Type Method Description ImportCpeComponentDescriptorImpl. getImport()Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Import Modifier and Type Method Description voidCpeComponentDescriptorImpl. setImport(Import aImport) -
Uses of Import in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return Import Modifier and Type Method Description ImportCpeComponentDescriptor. 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 Modifier and Type Method Description voidCpeComponentDescriptor. setImport(Import aImport)Sets the Import object that declares where the component descriptor is located. -
Uses of Import in org.apache.uima.impl
Methods in org.apache.uima.impl that return Import Modifier and Type Method Description ImportResourceSpecifierFactory_impl. createImport() -
Uses of Import in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as Import Modifier and Type Field Description static Import[]Import. EMPTY_IMPORTSMethods in org.apache.uima.resource.metadata that return Import Modifier and Type Method Description ImportResourceManagerConfiguration. getImport()Deprecated.UseResourceManagerConfiguration.getImports()instead.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 Modifier and Type Method Description voidResourceManagerConfiguration. setImport(Import aImport)Deprecated.UseResourceManagerConfiguration.setImports(Import[])instead.voidFsIndexCollection. setImports(Import[] aImports)Sets the imports declared by this FS Index Collection.voidResourceManagerConfiguration. setImports(Import[] aImports)Sets the imports declared by this Resource Manager Configuration.voidTypePriorities. setImports(Import[] aImports)Sets the imports declared by this TypePriorities declaration.voidTypeSystemDescription. setImports(Import[] aImports)Sets the imports declared by this Type System. -
Uses of Import in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement Import Modifier and Type Class Description classImport_implMethods in org.apache.uima.resource.metadata.impl that return Import Modifier and Type Method Description ImportResourceManagerConfiguration_impl. getImport()Deprecated.Import[]FsIndexCollection_impl. getImports()Import[]ResourceManagerConfiguration_impl. getImports()Import[]TypePriorities_impl. getImports()Import[]TypeSystemDescription_impl. getImports()Methods in org.apache.uima.resource.metadata.impl with parameters of type Import Modifier and Type Method Description voidResourceManagerConfiguration_impl. setImport(Import aImport)Deprecated.voidFsIndexCollection_impl. setImports(Import[] aImports)voidResourceManagerConfiguration_impl. setImports(Import[] aImports)voidTypePriorities_impl. setImports(Import[] aImports)voidTypeSystemDescription_impl. setImports(Import[] aImports)
-