Uses of Interface
org.apache.uima.resource.metadata.TypeSystemDescription
-
Packages that use TypeSystemDescription Package Description org.apache.uima Apache UIMAorg.apache.uima.analysis_engine.metadata.impl org.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource Interfaces forResources
andResourceSpecifiers
.org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.spi org.apache.uima.tools org.apache.uima.tools.jcasgen Describes the format of the generated JCas cover classes for UIMA Version 3.org.apache.uima.tools.jcasgen.maven org.apache.uima.tools.util.htmlview org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of TypeSystemDescription in org.apache.uima
Methods in org.apache.uima that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
ResourceSpecifierFactory. 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 TypeSystemDescription Modifier and Type Field Description private TypeSystemDescription
AnalysisEngineMetaData_impl. mTypeSystem
Methods in org.apache.uima.analysis_engine.metadata.impl that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
AnalysisEngineMetaData_impl. getTypeSystem()
Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type TypeSystemDescription Modifier and Type Method Description void
AnalysisEngineMetaData_impl. setTypeSystem(TypeSystemDescription aTypeSystem)
-
Uses of TypeSystemDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
ResourceSpecifierFactory_impl. createTypeSystemDescription()
-
Uses of TypeSystemDescription in org.apache.uima.resource
Fields in org.apache.uima.resource declared as TypeSystemDescription Modifier and Type Field Description private TypeSystemDescription
CasDefinition. typeSystemDescription
Methods in org.apache.uima.resource that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
CasDefinition. getTypeSystemDescription()
Methods in org.apache.uima.resource with parameters of type TypeSystemDescription Modifier and Type Method Description void
CasDefinition. setTypeSystemDescription(TypeSystemDescription typeSystemDescription)
Constructors in org.apache.uima.resource with parameters of type TypeSystemDescription Constructor Description CasDefinition(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, ResourceManager aResourceManager, java.util.Properties aPerformanceTuningSettings)
-
Uses of TypeSystemDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypeSystemDescription Modifier and Type Field Description static TypeSystemDescription[]
TypeSystemDescription. EMPTY_TYPE_SYSTEM_DESCRIPTIONS
Methods in org.apache.uima.resource.metadata that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
ProcessingResourceMetaData. getTypeSystem()
Retrieves the Type System used by this Processing Resource.Methods in org.apache.uima.resource.metadata with parameters of type TypeSystemDescription Modifier and Type Method Description void
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 TypeSystemDescription Modifier and Type Class Description class
TypeSystemDescription_impl
Reference implementation ofTypeSystemDescription
.Fields in org.apache.uima.resource.metadata.impl declared as TypeSystemDescription Modifier and Type Field Description private TypeSystemDescription
TypeSystemDescriptionImportResolverAdapter. delegate
Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type TypeSystemDescription Modifier and Type Method Description java.lang.Class<TypeSystemDescription>
TypeSystemDescriptionImportResolverAdapter. getDescriptorClass()
ImportResolver.ParserFunction<TypeSystemDescription>
TypeSystemDescriptionImportResolverAdapter. getParser()
Constructors in org.apache.uima.resource.metadata.impl with parameters of type TypeSystemDescription Constructor Description TypeSystemDescriptionImportResolverAdapter(TypeSystemDescription aDelegate)
-
Uses of TypeSystemDescription in org.apache.uima.spi
Methods in org.apache.uima.spi that return types with arguments of type TypeSystemDescription Modifier and Type Method Description java.util.List<TypeSystemDescription>
TypeSystemDescriptionProvider. listTypeSystemDescriptions()
-
Uses of TypeSystemDescription in org.apache.uima.tools
Methods in org.apache.uima.tools with parameters of type TypeSystemDescription Modifier and Type Method Description private java.io.File
AnnotationViewerMain. getStyleMapFile(TypeSystemDescription tsd, java.lang.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 TypeSystemDescription Modifier and Type Method Description private TypeSystemDescription
Jg. mergeTypeSystemImports(TypeSystemDescription tsd)
Merge type system imports.Methods in org.apache.uima.tools.jcasgen with parameters of type TypeSystemDescription Modifier and Type Method Description private TypeSystemDescription
Jg. mergeTypeSystemImports(TypeSystemDescription tsd)
Merge type system imports. -
Uses of TypeSystemDescription in org.apache.uima.tools.jcasgen.maven
Methods in org.apache.uima.tools.jcasgen.maven with parameters of type TypeSystemDescription Modifier and Type Method Description private boolean
JCasGenMojo. hasDelta(TypeSystemDescription typeSystemDescription, java.lang.String classpath)
-
Uses of TypeSystemDescription in org.apache.uima.tools.util.htmlview
Methods in org.apache.uima.tools.util.htmlview with parameters of type TypeSystemDescription Modifier and Type Method 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. -
Uses of TypeSystemDescription in org.apache.uima.util
Methods in org.apache.uima.util that return TypeSystemDescription Modifier and Type Method 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 aTypeSystem
to an equivalentTypeSystemDescription
.Methods in org.apache.uima.util that return types with arguments of type TypeSystemDescription Modifier and Type Method Description static java.util.List<TypeSystemDescription>
TypeSystemUtil. loadTypeSystemDescriptionsFromClasspath(java.lang.Class<?> aContext, java.lang.String... typeSystemDescriptionLocations)
Loads type system descriptions and resolves their imports.Methods in org.apache.uima.util with parameters of type TypeSystemDescription Modifier and Type Method 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.private static CAS
CasCreationUtils. doCreateCas(TypeSystem aTypeSystem, TypeSystemDescription aTypeSystemDesc, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.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 TypeSystemDescription Modifier and Type Method 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. -
Uses of TypeSystemDescription in org.apache.uima.util.impl
Methods in org.apache.uima.util.impl that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescription
XMLParser_impl. parseTypeSystemDescription(XMLInputSource aInput)
TypeSystemDescription
XMLParser_impl. parseTypeSystemDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-