|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 in
org.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 | |
---|---|
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.analysis_engine.metadata.impl |
---|
Methods in org.apache.uima.analysis_engine.metadata.impl that return Import | |
---|---|
Import |
FlowControllerDeclaration_impl.getImport()
|
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type Import | |
---|---|
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 | |
---|---|
Import |
CpeComponentDescriptorImpl.getImport()
|
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type Import | |
---|---|
void |
CpeComponentDescriptorImpl.setImport(Import aImport)
|
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.impl |
---|
Methods in org.apache.uima.impl that return Import | |
---|---|
Import |
ResourceSpecifierFactory_impl.createImport()
|
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[] |
ResourceManagerConfiguration.getImports()
Gets the imports declared by this Resource Manager Configuration. |
Import[] |
TypeSystemDescription.getImports()
Gets the imports declared by this Type System. |
Import[] |
TypePriorities.getImports()
Gets the imports declared by this TypePriorities declaration. |
Import[] |
FsIndexCollection.getImports()
Gets the imports declared by this FS Index Collection. |
Methods in org.apache.uima.resource.metadata with parameters of type Import | |
---|---|
void |
ResourceManagerConfiguration.setImport(Import aImport)
Deprecated. Use ResourceManagerConfiguration.setImports(Import[]) instead. |
void |
ResourceManagerConfiguration.setImports(Import[] aImports)
Sets the imports declared by this Resource Manager Configuration. |
void |
TypeSystemDescription.setImports(Import[] aImports)
Sets the imports declared by this Type System. |
void |
TypePriorities.setImports(Import[] aImports)
Sets the imports declared by this TypePriorities declaration. |
void |
FsIndexCollection.setImports(Import[] aImports)
Sets the imports declared by this FS Index Collection. |
Uses of Import in org.apache.uima.resource.metadata.impl |
---|
Classes in org.apache.uima.resource.metadata.impl that implement Import | |
---|---|
class |
Import_impl
|
Methods in org.apache.uima.resource.metadata.impl that return Import | |
---|---|
Import |
ResourceManagerConfiguration_impl.getImport()
Deprecated. |
Import[] |
TypePriorities_impl.getImports()
|
Import[] |
ResourceManagerConfiguration_impl.getImports()
|
Import[] |
FsIndexCollection_impl.getImports()
|
Import[] |
TypeSystemDescription_impl.getImports()
|
Methods in org.apache.uima.resource.metadata.impl with parameters of type Import | |
---|---|
void |
ResourceManagerConfiguration_impl.setImport(Import aImport)
Deprecated. |
void |
TypePriorities_impl.setImports(Import[] aImports)
|
void |
ResourceManagerConfiguration_impl.setImports(Import[] aImports)
|
void |
FsIndexCollection_impl.setImports(Import[] aImports)
|
void |
TypeSystemDescription_impl.setImports(Import[] aImports)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |