Uses of Interface
org.apache.uima.resource.metadata.TypeSystemDescription
Packages that use TypeSystemDescription
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for
Resources
and ResourceSpecifiers
.Interfaces for objects that represent metadata for a
Resource.
Describes the format of the generated JCas cover classes for UIMA Version 3.
Utility classes and interfaces used by UIMA components.
-
Uses of TypeSystemDescription in org.apache.uima
Methods in org.apache.uima that return TypeSystemDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createTypeSystemDescription()
Creates aTypeSystemDescription
. -
Uses of TypeSystemDescription in org.apache.uima.analysis_engine.metadata.impl
Fields in org.apache.uima.analysis_engine.metadata.impl declared as TypeSystemDescriptionModifier and TypeFieldDescriptionprivate TypeSystemDescription
AnalysisEngineMetaData_impl.mTypeSystem
Methods in org.apache.uima.analysis_engine.metadata.impl that return TypeSystemDescriptionMethods in org.apache.uima.analysis_engine.metadata.impl with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionvoid
AnalysisEngineMetaData_impl.setTypeSystem
(TypeSystemDescription aTypeSystem) -
Uses of TypeSystemDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeSystemDescription -
Uses of TypeSystemDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as TypeSystemDescriptionModifier and TypeFieldDescriptionprivate TypeSystemDescription
CasDefinition.typeSystemDescription
Methods in org.apache.uima.resource that return TypeSystemDescriptionMethods in org.apache.uima.resource with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionvoid
CasDefinition.setTypeSystemDescription
(TypeSystemDescription typeSystemDescription) Constructors in org.apache.uima.resource with parameters of type TypeSystemDescriptionModifierConstructorDescriptionCasDefinition
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, Properties aPerformanceTuningSettings) -
Uses of TypeSystemDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypeSystemDescriptionModifier and TypeFieldDescriptionstatic final TypeSystemDescription[]
TypeSystemDescription.EMPTY_TYPE_SYSTEM_DESCRIPTIONS
Methods in org.apache.uima.resource.metadata that return TypeSystemDescriptionModifier and TypeMethodDescriptionProcessingResourceMetaData.getTypeSystem()
Retrieves the Type System used by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionvoid
ProcessingResourceMetaData.setTypeSystem
(TypeSystemDescription aTypeSystem) Retrieves the Type System used by this Processing Resource. -
Uses of TypeSystemDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement TypeSystemDescriptionFields in org.apache.uima.resource.metadata.impl declared as TypeSystemDescriptionModifier and TypeFieldDescriptionprivate final TypeSystemDescription
TypeSystemDescriptionImportResolverAdapter.delegate
Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type TypeSystemDescriptionModifier and TypeMethodDescriptionTypeSystemDescriptionImportResolverAdapter.getDescriptorClass()
TypeSystemDescriptionImportResolverAdapter.getParser()
Constructors in org.apache.uima.resource.metadata.impl with parameters of type TypeSystemDescriptionModifierConstructorDescription -
Uses of TypeSystemDescription in org.apache.uima.spi
Methods in org.apache.uima.spi that return types with arguments of type TypeSystemDescription -
Uses of TypeSystemDescription in org.apache.uima.tools
Methods in org.apache.uima.tools with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionprivate File
AnnotationViewerMain.getStyleMapFile
(TypeSystemDescription tsd, String descFileName) Gets the style map file. -
Uses of TypeSystemDescription in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen that return TypeSystemDescriptionMethods in org.apache.uima.tools.jcasgen with parameters of type TypeSystemDescription -
Uses of TypeSystemDescription in org.apache.uima.tools.jcasgen.maven
Methods in org.apache.uima.tools.jcasgen.maven with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionprivate boolean
JCasGenMojo.hasDelta
(TypeSystemDescription typeSystemDescription, String classpath) -
Uses of TypeSystemDescription in org.apache.uima.tools.util.htmlview
Methods in org.apache.uima.tools.util.htmlview with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionstatic String
AnnotationViewGenerator.autoGenerateStyleMap
(TypeSystemDescription aTypeSystem) Automatically generates a style map for the given type system.void
AnnotationViewGenerator.autoGenerateStyleMapFile
(TypeSystemDescription aTypeSystem, File aStyleMapFile) Automatically generates a style map file for the given type system. -
Uses of TypeSystemDescription in org.apache.uima.util
Methods in org.apache.uima.util that return TypeSystemDescriptionModifier and TypeMethodDescriptionstatic 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, Map<String, Set<String>> aOutputMergedTypes) Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.static TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems) Merges several TypeSystemDescriptions into one.static TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager) Merges several TypeSystemDescriptions into one.static TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager, Map<String, Set<String>> aOutputMergedTypes) Merges several TypeSystemDescriptions into one.XMLParser.parseTypeSystemDescription
(XMLInputSource aInput) Parses a TypeSystemDescription from an XML input stream.XMLParser.parseTypeSystemDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions) Parses a TypeSystemDescription from an XML input stream.static TypeSystemDescription
TypeSystemUtil.typeSystem2TypeSystemDescription
(TypeSystem aTypeSystem) Convert aTypeSystem
to an equivalentTypeSystemDescription
.Methods in org.apache.uima.util that return types with arguments of type TypeSystemDescriptionModifier and TypeMethodDescriptionstatic List
<TypeSystemDescription> TypeSystemUtil.loadTypeSystemDescriptionsFromClasspath
(Class<?> aContext, String... typeSystemDescriptionLocations) Loads type system descriptions and resolves their imports.Methods in org.apache.uima.util with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionstatic CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes) Creates a new CAS instance.static CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance.static CAS
CasCreationUtils.createCas
(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance.private static CAS
CasCreationUtils.doCreateCas
(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Method that does the work for creating a new CAS instance.static void
CasCreationUtils.setupTypeSystem
(CASMgr aCASMgr, TypeSystemDescription aTypeSystem) Installs a TypeSystem in a CAS.Method parameters in org.apache.uima.util with type arguments of type TypeSystemDescriptionModifier and TypeMethodDescriptionstatic TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems) Merges several TypeSystemDescriptions into one.static TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager) Merges several TypeSystemDescriptions into one.static TypeSystemDescription
CasCreationUtils.mergeTypeSystems
(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager, Map<String, Set<String>> aOutputMergedTypes) Merges several TypeSystemDescriptions into one. -
Uses of TypeSystemDescription in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return TypeSystemDescriptionModifier and TypeMethodDescriptionXMLParser_impl.parseTypeSystemDescription
(XMLInputSource aInput) XMLParser_impl.parseTypeSystemDescription
(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)