Uses of Interface
org.apache.uima.resource.metadata.Import
-
Packages that use Import Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine.impl 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 Apache UIMA internalsorg.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 Import
ResourceSpecifierFactory. createImport()
Creates anImport
-
Uses of Import in org.apache.uima.analysis_engine.impl
Fields in org.apache.uima.analysis_engine.impl with type parameters of type Import Modifier and Type Field Description private java.util.Map<java.lang.String,Import>
AnalysisEngineDescription_impl. mProcessedImports
-
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 Import
FlowControllerDeclaration. 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 void
FlowControllerDeclaration. setImport(Import aImport)
Sets the import that references the FlowController specifier. -
Uses of Import in org.apache.uima.analysis_engine.metadata.impl
Fields in org.apache.uima.analysis_engine.metadata.impl declared as Import Modifier and Type Field Description private Import
FlowControllerDeclaration_impl. mImport
Methods in org.apache.uima.analysis_engine.metadata.impl that return Import Modifier and Type Method Description Import
FlowControllerDeclaration_impl. getImport()
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type Import Modifier and Type Method Description void
FlowControllerDeclaration_impl. setImport(Import aImport)
-
Uses of Import in org.apache.uima.collection.impl.metadata.cpe
Fields in org.apache.uima.collection.impl.metadata.cpe declared as Import Modifier and Type Field Description private Import
CpeComponentDescriptorImpl. mImport
The m import.Methods in org.apache.uima.collection.impl.metadata.cpe that return Import Modifier and Type Method Description Import
CpeComponentDescriptorImpl. getImport()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Import Modifier and Type Method Description void
CpeComponentDescriptorImpl. 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 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 Modifier and Type Method Description void
CpeComponentDescriptor. 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 Import
ResourceSpecifierFactory_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_IMPORTS
Methods in org.apache.uima.resource.metadata that return Import Modifier and Type Method Description Import
ResourceManagerConfiguration. 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 void
ResourceManagerConfiguration. setImport(Import aImport)
Deprecated.UseResourceManagerConfiguration.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. -
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 class
Import_impl
Fields in org.apache.uima.resource.metadata.impl declared as Import Modifier and Type Field Description private Import[]
FsIndexCollection_impl. mImports
private Import[]
ResourceManagerConfiguration_impl. mImports
private Import[]
TypePriorities_impl. mImports
private Import[]
TypeSystemDescription_impl. mImports
Methods in org.apache.uima.resource.metadata.impl that return Import Modifier and Type Method Description Import
ResourceManagerConfiguration_impl. getImport()
Deprecated.Import[]
FsIndexCollection_impl. getImports()
Import[]
FsIndexCollectionImportResolverAdapter. getImports()
Import[]
ImportResolver.DescriptorAdapter. getImports()
Import[]
ResourceManagerConfiguration_impl. getImports()
Import[]
TypePriorities_impl. getImports()
Import[]
TypePrioritiesImportResolverAdapter. getImports()
Import[]
TypeSystemDescription_impl. getImports()
Import[]
TypeSystemDescriptionImportResolverAdapter. getImports()
Methods in org.apache.uima.resource.metadata.impl with parameters of type Import Modifier and Type Method Description private DESCRIPTOR
ImportResolver. getOrLoadDescription(Import aImport, java.net.URL aAbsUrl, java.util.Map<java.lang.String,XMLizable> aImportCache, ImportResolver.DescriptorAdapter<DESCRIPTOR,COLLECTIBLE> aWrapper)
private DESCRIPTOR
ImportResolver. loadDescriptor(Import aImport, java.net.URL aAbsUrl, java.util.Map<java.lang.String,XMLizable> aImportCache, ImportResolver.ParserFunction<DESCRIPTOR> aParserFunction)
void
ResourceManagerConfiguration_impl. setImport(Import aImport)
Deprecated.void
FsIndexCollection_impl. setImports(Import[] aImports)
void
ResourceManagerConfiguration_impl. setImports(Import[] aImports)
void
TypePriorities_impl. setImports(Import[] aImports)
void
TypeSystemDescription_impl. setImports(Import[] aImports)
-