Uses of Interface
org.apache.uima.resource.metadata.TypeSystemDescription
Packages that use TypeSystemDescription
Package
Description
Apache UIMA
Factories to create different kinds of UIMA resource specifiers.
Executing UIMA pipelines.
Apache UIMA internals
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.fit.factory
Methods in org.apache.uima.fit.factory that return TypeSystemDescriptionModifier and TypeMethodDescriptionstatic TypeSystemDescriptionTypeSystemDescriptionFactory.createTypeSystemDescription()Creates aTypeSystemDescriptionfrom all type descriptions that can be found via the default import pattern or via theMETA-INF/org.apache.uima.fit/types.txtfiles in the classpath.static TypeSystemDescriptionTypeSystemDescriptionFactory.createTypeSystemDescription(String... descriptorNames) Creates a TypeSystemDescription from descriptor names.static TypeSystemDescriptionTypeSystemDescriptionFactory.createTypeSystemDescriptionFromPath(String... descriptorURIs) Creates aTypeSystemDescriptionfrom a descriptor fileMethods in org.apache.uima.fit.factory with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionstatic AnalysisEngineAnalysisEngineFactory.createAggregate(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Deprecated.static AnalysisEngineAnalysisEngineFactory.createAggregate(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createAggregateDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) static CASCasFactory.createCas(String fileName, TypeSystemDescription typeSystemDescription) This method creates a new CAS and loads the contents of an XMI or XCAS file into it.static CASCasFactory.createCas(TypeSystemDescription typeSystemDescription) Create a new CAS for the given type system description.static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createCollectionReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, String[] typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineAnalysisEngineFactory.createEngine(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineAnalysisEngineFactory.createEngine(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) Create and configure a primitiveAnalysisEngine.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static AnalysisEngineDescriptionAnalysisEngineFactory.createEngineDescription(List<Class<? extends AnalysisComponent>> componentClasses, TypeSystemDescription typeSystem, TypePriorities typePriorities, SofaMapping[] sofaMappings, FlowControllerDescription flowControllerDescription, Object... configurationData) Create and configure an aggregateAnalysisEnginefrom several component classes.static JCasJCasFactory.createJCas(String fileName, TypeSystemDescription typeSystemDescription) This method creates a new JCas and loads the contents of an XMI or XCAS file into it.static JCasJCasFactory.createJCas(TypeSystemDescription typeSystemDescription) Create a new JCas for the given type system description.static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, String[] typePriorities, Object... configurationData) static AnalysisEngineAnalysisEngineFactory.createPrimitive(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static AnalysisEngineDescriptionAnalysisEngineFactory.createPrimitiveDescription(Class<? extends AnalysisComponent> componentClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) Get a CollectionReader from a CollectionReader class, a type system, and a set of configuration parameters.static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderCollectionReaderFactory.createReader(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, Object... configurationData) A simple factory method for creating a CollectionReaderDescription with a given class, type system description, and configuration datastatic CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, String[] prioritizedTypeNames, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, Object... configurationData) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues) static CollectionReaderDescriptionCollectionReaderFactory.createReaderDescription(Class<? extends CollectionReader> readerClass, TypeSystemDescription typeSystem, TypePriorities typePriorities, FsIndexCollection indexes, Capability[] capabilities, ConfigurationParameter[] configurationParameters, Object[] configurationValues, Map<String, ExternalResourceDescription> externalResources) The factory method for creating CollectionReaderDescription objects for a given class, TypeSystemDescription, TypePriorities, capabilities, and configuration dataConstructors in org.apache.uima.fit.factory with parameters of type TypeSystemDescriptionModifierConstructorDescriptionAggregateBuilder(TypeSystemDescription typeSystemDescription, TypePriorities typePriorities, FlowControllerDescription flowControllerDescription) Instantiate an AggregateBuilder with a given type system, type priorities, and flow controller. -
Uses of TypeSystemDescription in org.apache.uima.fit.pipeline
Constructors in org.apache.uima.fit.pipeline with parameters of type TypeSystemDescriptionModifierConstructorDescriptionJCasIterator(CollectionReader aReader, TypeSystemDescription aTypeSystemDescription) Iterate over the documents loaded by the CollectionReader. -
Uses of TypeSystemDescription in org.apache.uima.fit.testing.junit
Constructors in org.apache.uima.fit.testing.junit with parameters of type TypeSystemDescriptionModifierConstructorDescriptionManagedCas(TypeSystemDescription aTypeSystemDescription) Provides a CAS with the specified type system.ManagedJCas(TypeSystemDescription aTypeSystemDescription) Provides a JCas with the specified type system. -
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.spi
Methods in org.apache.uima.spi that return types with arguments of type TypeSystemDescriptionModifier and TypeMethodDescriptionTypeSystemDescriptionProvider.listTypeSystemDescriptions()Deprecated.TypeSystemProvider_ImplBase.listTypeSystemDescriptions()default List<TypeSystemDescription>TypeSystemProvider.listTypeSystemDescriptions() -
Uses of TypeSystemDescription in org.apache.uima.taeconfigurator.editors
Methods in org.apache.uima.taeconfigurator.editors that return TypeSystemDescriptionModifier and TypeMethodDescriptionMultiPageEditor.getImportedTypeSystemDesription()Gets the imported type system desription.MultiPageEditor.getMergedTypeSystemDescription()Gets the merged type system description.MultiPageEditor.getTypeSystemDescription()Gets the type system description.Methods in org.apache.uima.taeconfigurator.editors with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionvoidMultiPageEditor.setImportedTypeSystemDescription(TypeSystemDescription saved) Sets the imported type system description.voidMultiPageEditor.setMergedTypeSystemDescription(TypeSystemDescription saved) Sets the merged type system description.voidMultiPageEditor.setTypeSystemDescription(TypeSystemDescription typeSystemDescription) Sets the type system description. -
Uses of TypeSystemDescription in org.apache.uima.taeconfigurator.editors.ui
Methods in org.apache.uima.taeconfigurator.editors.ui that return TypeSystemDescriptionModifier and TypeMethodDescriptionprotected TypeSystemDescriptionAbstractSection.getMergedTypeSystemDescription()Gets the merged type system description.protected TypeSystemDescriptionAbstractSection.getTypeSystemDescription()Gets the type system description.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type TypeSystemDescriptionModifier and TypeMethodDescriptionprotected voidAbstractSection.revertTypeSystem(TypeSystemDescription tsd) Revert type system. -
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... aLocations) 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.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)
AnalysisEngineFactory.createEngine(List, TypeSystemDescription, TypePriorities, SofaMapping[], Object...)