Uses of Interface
org.apache.uima.resource.metadata.TypeSystemDescription
Packages that use TypeSystemDescription
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima.Interfaces for
Resources and ResourceSpecifiers.Interfaces for objects that represent metadata for a
Resource.
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
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 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
Methods 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 TypeSystemDescription -
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 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.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)