Uses of Interface
org.apache.uima.resource.metadata.TypeDescription
Packages that use TypeDescription
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Contains reference implementations of the interfaces in
org.apache.uima.Interfaces for objects that represent metadata for a
Resource.
Classes for the JCasGen tool
Utility classes and interfaces used by UIMA components.
-
Uses of TypeDescription in org.apache.uima
Methods in org.apache.uima that return TypeDescriptionModifier and TypeMethodDescriptionResourceSpecifierFactory.createTypeDescription()Creates aTypeDescription. -
Uses of TypeDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeDescription -
Uses of TypeDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypeDescriptionModifier and TypeFieldDescriptionstatic final TypeDescription[]TypeDescription.EMPTY_TYPE_DESCRIPTIONSMethods in org.apache.uima.resource.metadata that return TypeDescriptionModifier and TypeMethodDescriptionAdds a Type to this TypeSystem fragment.Retrieves a Type from this TypeSystem fragment.TypeSystemDescription.getTypes()Gets descriptions of all Types in this TypeSystem fragment.Methods in org.apache.uima.resource.metadata with parameters of type TypeDescriptionModifier and TypeMethodDescriptionvoidTypeSystemDescription.setTypes(TypeDescription[] aTypes) Sets the descriptions of all Types in this TypeSystem fragment. -
Uses of TypeDescription in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement TypeDescriptionMethods in org.apache.uima.resource.metadata.impl that return TypeDescriptionMethods in org.apache.uima.resource.metadata.impl with parameters of type TypeDescriptionModifier and TypeMethodDescriptionvoidTypeSystemDescription_impl.setTypes(TypeDescription[] aTypes) -
Uses of TypeDescription in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen with parameters of type TypeDescriptionModifier and TypeMethodDescriptionvoidJg.mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas) voidJg.mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, String projectPathDir, boolean limitJCasGenToProjectScope, Map<String, Set<String>> mergedTypesAddingFeatures) voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class jcasTypeClass, Class jcas_TypeClass) voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class jcasTypeClass, Class jcas_TypeClass, String projectPathDir, boolean limitJCasGenToProjectScope, Map<String, Set<String>> mergedTypesAddingFeatures) -
Uses of TypeDescription in org.apache.uima.util
Methods in org.apache.uima.util that return TypeDescriptionModifier and TypeMethodDescriptionstatic TypeDescriptionTypeSystemUtil.type2TypeDescription(Type aType, TypeSystem aTypeSystem) Convert aTypeto an equivalentTypeDescription.Methods in org.apache.uima.util with parameters of type TypeDescriptionModifier and TypeMethodDescriptionprotected static voidCasCreationUtils.mergeFeatures(TypeDescription aType, FeatureDescription[] aFeatures) Merges features into a TypeDescription.Method parameters in org.apache.uima.util with type arguments of type TypeDescription