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 TypeSystemDescriptionAnalysisEngineMetaData_impl.mTypeSystemMethods 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 TypeMethodDescriptionvoidAnalysisEngineMetaData_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 TypeSystemDescriptionCasDefinition.typeSystemDescriptionMethods in org.apache.uima.resource that return TypeSystemDescriptionMethods in org.apache.uima.resource with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionvoidCasDefinition.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_DESCRIPTIONSMethods 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 TypeMethodDescriptionvoidProcessingResourceMetaData.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 TypeSystemDescriptionClasses in org.apache.uima.resource.metadata.impl that implement interfaces with type arguments of type TypeSystemDescriptionModifier and TypeClassDescription(package private) classFields in org.apache.uima.resource.metadata.impl declared as TypeSystemDescriptionModifier and TypeFieldDescriptionprivate final TypeSystemDescriptionTypeSystemDescriptionImportResolverAdapter.delegateMethods 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 FileAnnotationViewerMain.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 booleanJCasGenMojo.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 StringAnnotationViewGenerator.autoGenerateStyleMap(TypeSystemDescription aTypeSystem) Automatically generates a style map for the given type system.voidAnnotationViewGenerator.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 TypeSystemDescriptionCasCreationUtils.convertData2TypeSystem(CasData aCasData) Extracts a TypeSystem definition from a CasData.static TypeSystemDescriptionCasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription) Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.static TypeSystemDescriptionCasCreationUtils.mergeDelegateAnalysisEngineTypeSystems(AnalysisEngineDescription aAggregateDescription, ResourceManager aResourceManager) Merges the Type Systems of each component within an aggregate Analysis Engine, producing a single combined Type System.static TypeSystemDescriptionCasCreationUtils.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 TypeSystemDescriptionCasCreationUtils.mergeTypeSystems(Collection<? extends TypeSystemDescription> aTypeSystems) Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils.mergeTypeSystems(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager) Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils.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 TypeSystemDescriptionTypeSystemUtil.typeSystem2TypeSystemDescription(TypeSystem aTypeSystem) Convert aTypeSystemto 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 CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings) Creates a new CAS instance.static CASCasCreationUtils.createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, Properties aPerformanceTuningSettings, ResourceManager aResourceManager) Creates a new CAS instance.private static CASCasCreationUtils.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 voidCasCreationUtils.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 TypeSystemDescriptionCasCreationUtils.mergeTypeSystems(Collection<? extends TypeSystemDescription> aTypeSystems) Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils.mergeTypeSystems(Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager) Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils.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)