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 Import
ResourceSpecifierFactory. 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 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
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
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
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[]
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 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)
-