Uses of Interface
org.apache.uima.resource.metadata.Import
Packages that use Import
Package
Description
Apache UIMA
Interfaces for objects that represent metadata for an Analysis Engine.
Java object representation of a CPE Descriptor.
Apache UIMA internals
Interfaces for objects that represent metadata for a Resource.
-
Uses of Import in org.apache.uima
Methods in org.apache.uima that return Import -
Uses of Import in org.apache.uima.analysis_engine.metadata
Methods in org.apache.uima.analysis_engine.metadata that return ImportModifier and TypeMethodDescriptionFlowControllerDeclaration.getImport()
Gets the import that references the FlowController specifier.Methods in org.apache.uima.analysis_engine.metadata with parameters of type Import -
Uses of Import in org.apache.uima.analysis_engine.metadata.impl
Methods in org.apache.uima.analysis_engine.metadata.impl that return ImportMethods in org.apache.uima.analysis_engine.metadata.impl with parameters of type Import -
Uses of Import in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that return ImportMethods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Import -
Uses of Import in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return ImportModifier and TypeMethodDescriptionCpeComponentDescriptor.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 -
Uses of Import in org.apache.uima.impl
Methods in org.apache.uima.impl that return Import -
Uses of Import in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as ImportMethods in org.apache.uima.resource.metadata that return ImportModifier and TypeMethodDescriptionResourceManagerConfiguration.getImport()
Deprecated.Import[]
FsIndexCollection.getImports()
Gets the imports declared by this FS Index Collection.Import[]
ResourceManagerConfiguration.getImports()
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 ImportModifier and TypeMethodDescriptionvoid
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 ImportMethods in org.apache.uima.resource.metadata.impl that return ImportModifier and TypeMethodDescriptionResourceManagerConfiguration_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 ImportModifier and TypeMethodDescriptionvoid
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) -
Uses of Import in org.apache.uima.taeconfigurator.editors
Methods in org.apache.uima.taeconfigurator.editors with parameters of type ImportModifier and TypeMethodDescriptionMultiPageEditor.getAbsolutePathFromImport
(Import importItem) Gets the absolute path from import. -
Uses of Import in org.apache.uima.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return ImportModifier and TypeMethodDescriptionAbstractSection.createByNameImport
(String fileName) Creates the by name import.AbstractSection.createImport
(String fileName, boolean isByName) Creates the import.AbstractSection.createLocationImport
(String location) Creates the location import.protected Import[]
ImportResBindSection.getModelImportArray()
protected abstract Import[]
ImportSection.getModelImportArray()
Gets the model import array.protected Import[]
IndexImportSection.getModelImportArray()
protected Import[]
TypeImportSection.getModelImportArray()
protected Import[]
TypePriorityImportSection.getModelImportArray()
Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type ImportModifier and TypeMethodDescriptionprotected XMLizable
AbstractSection.readImport
(Import imp, String fileName, boolean isImportByName) Read import.protected void
AbstractSection.requestPopUpOverImport
(Import importItem, org.eclipse.swt.widgets.Control control, org.eclipse.swt.widgets.Event event) Request pop up over import.protected void
ImportResBindSection.setModelImportArray
(Import[] imports) protected abstract void
ImportSection.setModelImportArray
(Import[] newImports) Sets the model import array.protected void
IndexImportSection.setModelImportArray
(Import[] imports) protected void
TypeImportSection.setModelImportArray
(Import[] imports) protected void
TypePriorityImportSection.setModelImportArray
(Import[] imports)
ResourceManagerConfiguration.getImports()
instead.