Uses of Interface
org.apache.uima.resource.metadata.TypeDescription
-
Packages that use TypeDescription Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl org.apache.uima.tools.jcasgen Classes for the JCasGen toolorg.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of TypeDescription in org.apache.uima
Methods in org.apache.uima that return TypeDescription Modifier and Type Method Description TypeDescriptionResourceSpecifierFactory. createTypeDescription()Creates aTypeDescription. -
Uses of TypeDescription in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypeDescription Modifier and Type Method Description TypeDescriptionResourceSpecifierFactory_impl. createTypeDescription() -
Uses of TypeDescription in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypeDescription Modifier and Type Field Description static TypeDescription[]TypeDescription. EMPTY_TYPE_DESCRIPTIONSMethods in org.apache.uima.resource.metadata that return TypeDescription Modifier and Type Method Description TypeDescriptionTypeSystemDescription. addType(java.lang.String aTypeName, java.lang.String aDescription, java.lang.String aSupertypeName)Adds a Type to this TypeSystem fragment.TypeDescriptionTypeSystemDescription. getType(java.lang.String aTypeName)Retrieves a Type from this TypeSystem fragment.TypeDescription[]TypeSystemDescription. getTypes()Gets descriptions of all Types in this TypeSystem fragment.Methods in org.apache.uima.resource.metadata with parameters of type TypeDescription Modifier and Type Method Description voidTypeSystemDescription. 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 TypeDescription Modifier and Type Class Description classTypeDescription_implReference implementation ofTypeDescription.Methods in org.apache.uima.resource.metadata.impl that return TypeDescription Modifier and Type Method Description TypeDescriptionTypeSystemDescription_impl. addType(java.lang.String aTypeName, java.lang.String aDescription, java.lang.String aSupertypeName)TypeDescriptionTypeSystemDescription_impl. getType(java.lang.String aTypeName)TypeDescription[]TypeSystemDescription_impl. getTypes()Methods in org.apache.uima.resource.metadata.impl with parameters of type TypeDescription Modifier and Type Method Description voidTypeSystemDescription_impl. setTypes(TypeDescription[] aTypes) -
Uses of TypeDescription in org.apache.uima.tools.jcasgen
Methods in org.apache.uima.tools.jcasgen with parameters of type TypeDescription Modifier and Type Method Description voidJg. mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas)voidJg. mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas, java.lang.String projectPathDir, boolean limitJCasGenToProjectScope, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> mergedTypesAddingFeatures)voidJg. mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas, java.lang.Class jcasTypeClass, java.lang.Class jcas_TypeClass)voidJg. mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, java.lang.String inputFile, java.lang.String outputDirectory, TypeDescription[] tds, CASImpl aCas, java.lang.Class jcasTypeClass, java.lang.Class jcas_TypeClass, java.lang.String projectPathDir, boolean limitJCasGenToProjectScope, java.util.Map<java.lang.String,java.util.Set<java.lang.String>> mergedTypesAddingFeatures) -
Uses of TypeDescription in org.apache.uima.util
Methods in org.apache.uima.util that return TypeDescription Modifier and Type Method Description static TypeDescriptionTypeSystemUtil. type2TypeDescription(Type aType, TypeSystem aTypeSystem)Convert aTypeto an equivalentTypeDescription.Methods in org.apache.uima.util with parameters of type TypeDescription Modifier and Type Method Description protected 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 Modifier and Type Method Description protected static booleanCasCreationUtils. subsumes(java.lang.String aType1Name, java.lang.String aType2Name, java.util.Map<java.lang.String,? extends TypeDescription> aNameMap)Determines whether one type subsumes another.
-