Uses of Interface
org.apache.uima.resource.metadata.TypeDescription

Packages that use TypeDescription
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
org.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
 TypeDescription ResourceSpecifierFactory.createTypeDescription()
          Creates a TypeDescription.
 

Uses of TypeDescription in org.apache.uima.resource.metadata
 

Fields in org.apache.uima.resource.metadata declared as TypeDescription
static TypeDescription[] TypeDescription.EMPTY_TYPE_DESCRIPTIONS
           
 

Methods in org.apache.uima.resource.metadata that return TypeDescription
 TypeDescription TypeSystemDescription.addType(java.lang.String aTypeName, java.lang.String aDescription, java.lang.String aSupertypeName)
          Adds a Type to this TypeSystem fragment.
 TypeDescription TypeSystemDescription.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
 void TypeSystemDescription.setTypes(TypeDescription[] aTypes)
          Sets the descriptions of all Types in this TypeSystem fragment.
 

Uses of TypeDescription in org.apache.uima.util
 

Methods in org.apache.uima.util that return TypeDescription
static TypeDescription TypeSystemUtil.type2TypeDescription(Type aType, TypeSystem aTypeSystem)
          Convert a Type to an equivalent TypeDescription.
 

Methods in org.apache.uima.util with parameters of type TypeDescription
protected static void CasCreationUtils.mergeFeatures(TypeDescription aType, FeatureDescription[] aFeatures)
          Merges features into a TypeDescription.
 

Method parameters in org.apache.uima.util with type arguments of type TypeDescription
protected static boolean CasCreationUtils.subsumes(java.lang.String aType1Name, java.lang.String aType2Name, java.util.Map<java.lang.String,? extends TypeDescription> aNameMap)
          Determines whether one type subsumes another.
 



Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.