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 forResourcesandResourceSpecifiers.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 TypeSystemDescriptionResourceSpecifierFactory. 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 TypeSystemDescriptionAnalysisEngineMetaData_impl. mTypeSystemMethods in org.apache.uima.analysis_engine.metadata.impl that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescriptionAnalysisEngineMetaData_impl. getTypeSystem()Methods in org.apache.uima.analysis_engine.metadata.impl with parameters of type TypeSystemDescription Modifier and Type Method Description voidAnalysisEngineMetaData_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 TypeSystemDescriptionResourceSpecifierFactory_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 TypeSystemDescriptionCasDefinition. typeSystemDescriptionMethods in org.apache.uima.resource that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescriptionCasDefinition. getTypeSystemDescription()Methods in org.apache.uima.resource with parameters of type TypeSystemDescription Modifier and Type Method Description voidCasDefinition. 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_DESCRIPTIONSMethods in org.apache.uima.resource.metadata that return TypeSystemDescription Modifier and Type Method Description TypeSystemDescriptionProcessingResourceMetaData. 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 voidProcessingResourceMetaData. 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 classTypeSystemDescription_implReference implementation ofTypeSystemDescription.Fields in org.apache.uima.resource.metadata.impl declared as TypeSystemDescription Modifier and Type Field Description private TypeSystemDescriptionTypeSystemDescriptionImportResolverAdapter. delegateMethods 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.FileAnnotationViewerMain. 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 TypeSystemDescriptionJg. 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 TypeSystemDescriptionJg. 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 booleanJCasGenMojo. 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.StringAnnotationViewGenerator. autoGenerateStyleMap(TypeSystemDescription aTypeSystem)Automatically generates a style map for the given type system.voidAnnotationViewGenerator. 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 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, 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 TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems)Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager)Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils. 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.TypeSystemDescriptionXMLParser. parseTypeSystemDescription(XMLInputSource aInput)Parses a TypeSystemDescription from an XML input stream.TypeSystemDescriptionXMLParser. 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 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 CASCasCreationUtils. createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes)Creates a new CAS instance.static CASCasCreationUtils. createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings)Creates a new CAS instance.static CASCasCreationUtils. createCas(TypeSystemDescription aTypeSystem, TypePriorities aTypePriorities, FsIndexDescription[] aFsIndexes, java.util.Properties aPerformanceTuningSettings, ResourceManager aResourceManager)Creates a new CAS instance.private static CASCasCreationUtils. 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 voidCasCreationUtils. 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 TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems)Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils. mergeTypeSystems(java.util.Collection<? extends TypeSystemDescription> aTypeSystems, ResourceManager aResourceManager)Merges several TypeSystemDescriptions into one.static TypeSystemDescriptionCasCreationUtils. 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 TypeSystemDescriptionXMLParser_impl. parseTypeSystemDescription(XMLInputSource aInput)TypeSystemDescriptionXMLParser_impl. parseTypeSystemDescription(XMLInputSource aInput, XMLParser.ParsingOptions aOptions)
-