Uses of Interface
org.apache.uima.resource.metadata.TypeDescription
Packages that use TypeDescription
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a Resource.
Describes the format of the generated JCas cover classes for UIMA Version 3.
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.taeconfigurator.editors
Fields in org.apache.uima.taeconfigurator.editors declared as TypeDescriptionModifier and TypeFieldDescriptionstatic final TypeDescription[]MultiPageEditor.typeDescriptionArray0The Constant typeDescriptionArray0. -
Uses of TypeDescription in org.apache.uima.taeconfigurator.editors.ui
Fields in org.apache.uima.taeconfigurator.editors.ui declared as TypeDescriptionModifier and TypeFieldDescriptionstatic final TypeDescription[]AbstractSection.typeDescription0The Constant typeDescription0.Methods in org.apache.uima.taeconfigurator.editors.ui that return TypeDescriptionModifier and TypeMethodDescriptionAbstractImportablePartSection.getBuiltInTypeDescription(TypeDescription td) Gets the built in type description.protected TypeDescriptionAbstractImportablePartSection.getLocalTypeDefinition(TypeDescription td) Gets the local type definition.TypeSection.getTypeDescriptionFromTableTreeItem(org.eclipse.swt.widgets.TreeItem item) Gets the type description from table tree item.Methods in org.apache.uima.taeconfigurator.editors.ui with parameters of type TypeDescriptionModifier and TypeMethodDescriptionTypeSection.checkAllowedValue(AddAllowedValueDialog dialog, TypeDescription td, AllowedValue av) Check allowed value.TypeSection.checkFeature(AddFeatureDialog dialog, TypeDescription td, FeatureDescription oldFd) verify a new or edited feature is valid.AbstractImportablePartSection.getAllowedValue(String value, TypeDescription td) Gets the allowed value.AbstractImportablePartSection.getBuiltInTypeDescription(TypeDescription td) Gets the built in type description.AbstractSection.getFeature(TypeDescription td, String featureName) gets a feature description for a type, including supertypes.AbstractImportablePartSection.getFeatureFromTypeDescription(String name, TypeDescription td) returns null if no feature by this name.protected AllowedValueAbstractImportablePartSection.getLocalAllowedValue(TypeDescription td, AllowedValue unchangedAv) Gets the local allowed value.protected FeatureDescriptionAbstractImportablePartSection.getLocalFeatureDefinition(TypeDescription td, String featureName) Gets the local feature definition.protected FeatureDescriptionAbstractImportablePartSection.getLocalFeatureDefinition(TypeDescription td, FeatureDescription fd) Gets the local feature definition.protected TypeDescriptionAbstractImportablePartSection.getLocalTypeDefinition(TypeDescription td) Gets the local type definition.protected booleanAbstractImportablePartSection.isBuiltInFeature(String name, TypeDescription td) Checks if is built in feature.protected booleanAbstractImportablePartSection.isBuiltInType(TypeDescription td) Checks if is built in type.protected booleanAbstractImportablePartSection.isImportedAllowedValue(TypeDescription td, AllowedValue av) Checks if is imported allowed value.protected booleanAbstractImportablePartSection.isImportedFeature(String name, TypeDescription td) Checks if is imported feature.protected booleanAbstractImportablePartSection.isImportedType(TypeDescription td) Checks if is imported type.protected booleanAbstractImportablePartSection.isLocalAllowedValue(String avString, TypeDescription td) Checks if is local allowed value.protected booleanAbstractImportablePartSection.isLocalFeature(String featureName, TypeDescription td) Checks if is local feature.protected booleanAbstractImportablePartSection.isLocalType(TypeDescription td) Checks if is local type. -
Uses of TypeDescription in org.apache.uima.taeconfigurator.editors.ui.dialogs
Constructors in org.apache.uima.taeconfigurator.editors.ui.dialogs with parameters of type TypeDescriptionModifierConstructorDescriptionAddFeatureDialog(AbstractSection aSection, TypeDescription aTd, FeatureDescription aExistingFd) Instantiates a new adds the feature dialog.AddTypeDialog(AbstractSection aSection, TypeDescription aExistingTd) Constructor for Editing an existing Type DescriptionD. -
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) Main for cde.voidJg.mainForCde(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, String pProjectPathDir, boolean limitToProjectScope, Map<String, Set<String>> pMergedTypesAddingFeatures) Main for cde.voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class<JCasTypeTemplate> jcasTypeClass, Class<JCasTypeTemplate> jcas_TypeClass) Main generate all types from templates.voidJg.mainGenerateAllTypesFromTemplates(IMerge aMerger, IProgressMonitor aProgressMonitor, IError aError, String inputFile, String outputDirectory, TypeDescription[] tds, CASImpl aCas, Class<JCasTypeTemplate> jcasTypeClass, String pProjectPathDir, boolean limitToProjectScope, Map<String, Set<String>> pMergedTypesAddingFeatures) Main generate all types from templates. -
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