Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.analysis_engine.metadata.impl | |
org.apache.uima.examples.xmi | |
org.apache.uima.impl |
Contains reference implementations of the interfaces in
org.apache.uima . |
org.apache.uima.resource |
Interfaces for
Resources and ResourceSpecifiers . |
org.apache.uima.resource.metadata |
Interfaces for objects that represent metadata for a
Resource.
|
org.apache.uima.resource.metadata.impl | |
org.apache.uima.tools.util.htmlview | |
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
org.apache.uima.util.impl |
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
ResourceSpecifierFactory.createTypeSystemDescription()
Creates a
TypeSystemDescription . |
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
AnalysisEngineMetaData_impl.getTypeSystem() |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisEngineMetaData_impl.setTypeSystem(TypeSystemDescription aTypeSystem) |
Modifier and Type | Method and Description |
---|---|
static TypeSystemDescription |
Ecore2UimaTypeSystem.ecore2UimaTypeSystem(Resource aEcoreResource,
java.util.Map aOptions)
Converts an Ecore model to a UIMA TypeSytemDescription.
|
static TypeSystemDescription |
Ecore2UimaTypeSystem.ecore2UimaTypeSystem(java.lang.String aEcoreFilePath,
java.util.Map aOptions)
Converts an Ecore model to a UIMA TypeSytemDescription.
|
Modifier and Type | Method and Description |
---|---|
static void |
UimaTypeSystem2Ecore.uimaTypeSystem2Ecore(TypeSystemDescription aTypeSystem,
Resource aOutputResource,
java.util.Map aOptions)
Converts a UIMA TypeSystemDescription to an Ecore model
|
static void |
UimaTypeSystem2Ecore.uimaTypeSystem2Ecore(TypeSystemDescription aTypeSystem,
Resource aOutputResource,
java.util.Map aOptions,
java.util.Map aSchemaLocationMap)
Converts a UIMA TypeSystemDescription to an Ecore model
|
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
ResourceSpecifierFactory_impl.createTypeSystemDescription() |
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
CasDefinition.getTypeSystemDescription() |
Modifier and Type | Method and Description |
---|---|
void |
CasDefinition.setTypeSystemDescription(TypeSystemDescription typeSystemDescription) |
Constructor and Description |
---|
CasDefinition(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
ResourceManager aResourceManager,
java.util.Properties aPerformanceTuningSettings) |
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
ProcessingResourceMetaData.getTypeSystem()
Retrieves the Type System used by this Processing Resource.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessingResourceMetaData.setTypeSystem(TypeSystemDescription aTypeSystem)
Retrieves the Type System used by this Processing Resource.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeSystemDescription_impl
Reference implementation of
TypeSystemDescription . |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AnnotationViewGenerator.autoGenerateStyleMap(TypeSystemDescription aTypeSystem)
Automatically generates a style map for the given type system.
|
void |
AnnotationViewGenerator.autoGenerateStyleMapFile(TypeSystemDescription aTypeSystem,
java.io.File aStyleMapFile)
Automatically generates a style map file for the given type system.
|
Modifier and Type | Method and Description |
---|---|
static TypeSystemDescription |
CasCreationUtils.convertData2TypeSystem(CasData aCasData)
Extracts a TypeSystem definition from a CasData.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
static TypeSystemDescription |
CasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes)
Merges the Type Systems of each component within an aggregate Analysis Engine, producing a
single combined Type System.
|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems)
Merges several TypeSystemDescriptions into one.
|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems,
ResourceManager aResourceManager)
Merges several TypeSystemDescriptions into one.
|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes)
Merges several TypeSystemDescriptions into one.
|
TypeSystemDescription |
XMLParser.parseTypeSystemDescription(XMLInputSource aInput)
Parses a TypeSystemDescription from an XML input stream.
|
TypeSystemDescription |
XMLParser.parseTypeSystemDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions)
Parses a TypeSystemDescription from an XML input stream.
|
static TypeSystemDescription |
TypeSystemUtil.typeSystem2TypeSystemDescription(TypeSystem aTypeSystem)
Convert a
TypeSystem to an equivalent TypeSystemDescription . |
Modifier and Type | Method and Description |
---|---|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings)
Creates a new CAS instance.
|
static CAS |
CasCreationUtils.createCas(TypeSystemDescription aTypeSystem,
TypePriorities aTypePriorities,
FsIndexDescription[] aFsIndexes,
java.util.Properties aPerformanceTuningSettings,
ResourceManager aResourceManager)
Creates a new CAS instance.
|
static void |
CasCreationUtils.setupTypeSystem(CASMgr aCASMgr,
TypeSystemDescription aTypeSystem)
Installs a TypeSystem in a CAS.
|
Modifier and Type | Method and Description |
---|---|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems)
Merges several TypeSystemDescriptions into one.
|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems,
ResourceManager aResourceManager)
Merges several TypeSystemDescriptions into one.
|
static TypeSystemDescription |
CasCreationUtils.mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems,
ResourceManager aResourceManager,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> aOutputMergedTypes)
Merges several TypeSystemDescriptions into one.
|
Modifier and Type | Method and Description |
---|---|
TypeSystemDescription |
XMLParser_impl.parseTypeSystemDescription(XMLInputSource aInput) |
TypeSystemDescription |
XMLParser_impl.parseTypeSystemDescription(XMLInputSource aInput,
XMLParser.ParsingOptions aOptions) |
Copyright © 2013. All Rights Reserved.