Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
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 | |
org.apache.uima.tools.jcasgen |
Classes for the JCasGen tool
|
org.apache.uima.util |
Utility classes and interfaces used by UIMA components.
|
Modifier and Type | Method and Description |
---|---|
TypeDescription |
ResourceSpecifierFactory.createTypeDescription()
Creates a
TypeDescription . |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
ResourceSpecifierFactory_impl.createTypeDescription() |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
TypeSystemDescription.addType(String aTypeName,
String aDescription,
String aSupertypeName)
Adds a Type to this TypeSystem fragment.
|
TypeDescription |
TypeSystemDescription.getType(String aTypeName)
Retrieves a Type from this TypeSystem fragment.
|
TypeDescription[] |
TypeSystemDescription.getTypes()
Gets descriptions of all Types in this TypeSystem fragment.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeSystemDescription.setTypes(TypeDescription[] aTypes)
Sets the descriptions of all Types in this TypeSystem fragment.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeDescription_impl
Reference implementation of
TypeDescription . |
Modifier and Type | Method and Description |
---|---|
TypeDescription |
TypeSystemDescription_impl.addType(String aTypeName,
String aDescription,
String aSupertypeName) |
TypeDescription |
TypeSystemDescription_impl.getType(String aTypeName) |
TypeDescription[] |
TypeSystemDescription_impl.getTypes() |
Modifier and Type | Method and Description |
---|---|
void |
TypeSystemDescription_impl.setTypes(TypeDescription[] aTypes) |
Modifier and Type | Method and Description |
---|---|
void |
Jg.mainForCde(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
String inputFile,
String outputDirectory,
TypeDescription[] tds,
CASImpl aCas) |
void |
Jg.mainForCde(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
String inputFile,
String outputDirectory,
TypeDescription[] tds,
CASImpl aCas,
String projectPathDir,
boolean limitJCasGenToProjectScope,
Map<String,Set<String>> mergedTypesAddingFeatures) |
void |
Jg.mainGenerateAllTypesFromTemplates(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
String inputFile,
String outputDirectory,
TypeDescription[] tds,
CASImpl aCas,
Class jcasTypeClass,
Class jcas_TypeClass) |
void |
Jg.mainGenerateAllTypesFromTemplates(IMerge aMerger,
IProgressMonitor aProgressMonitor,
IError aError,
String inputFile,
String outputDirectory,
TypeDescription[] tds,
CASImpl aCas,
Class jcasTypeClass,
Class jcas_TypeClass,
String projectPathDir,
boolean limitJCasGenToProjectScope,
Map<String,Set<String>> mergedTypesAddingFeatures) |
Modifier and Type | Method and Description |
---|---|
static TypeDescription |
TypeSystemUtil.type2TypeDescription(Type aType,
TypeSystem aTypeSystem)
Convert a
Type to an equivalent TypeDescription . |
Modifier and Type | Method and Description |
---|---|
protected static void |
CasCreationUtils.mergeFeatures(TypeDescription aType,
FeatureDescription[] aFeatures)
Merges features into a TypeDescription.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
CasCreationUtils.subsumes(String aType1Name,
String aType2Name,
Map<String,? extends TypeDescription> aNameMap)
Determines whether one type subsumes another.
|
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.