Uses of Interface
org.apache.uima.resource.metadata.TypePriorityList
Packages that use TypePriorityList
Package
Description
Apache UIMA
Apache UIMA internals
Interfaces for objects that represent metadata for a
Resource.
-
Uses of TypePriorityList in org.apache.uima
Methods in org.apache.uima that return TypePriorityListModifier and TypeMethodDescriptionResourceSpecifierFactory.createTypePriorityList()Creates anTypePriorityList. -
Uses of TypePriorityList in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypePriorityList -
Uses of TypePriorityList in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypePriorityListModifier and TypeFieldDescriptionstatic final TypePriorityList[]TypePriorityList.EMPTY_TYPE_PRIORITY_LISTSMethods in org.apache.uima.resource.metadata that return TypePriorityListModifier and TypeMethodDescriptionTypePriorities.addPriorityList()Creates a new, emptyTypePriorityListand adds it to this object.TypePriorities.getPriorityLists()Gets theTypePriorityLists that define the priorities.Methods in org.apache.uima.resource.metadata with parameters of type TypePriorityListModifier and TypeMethodDescriptionvoidTypePriorities.addPriorityList(TypePriorityList aPriorityList) Adds aTypePriorityList.voidTypePriorities.removePriorityList(TypePriorityList aPriorityList) Removes aTypePriorityList.voidTypePriorities.setPriorityLists(TypePriorityList[] aPriorityLists) Sets theTypePriorityLists that define the priorities. -
Uses of TypePriorityList in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement TypePriorityListClasses in org.apache.uima.resource.metadata.impl that implement interfaces with type arguments of type TypePriorityListFields in org.apache.uima.resource.metadata.impl with type parameters of type TypePriorityListModifier and TypeFieldDescriptionprivate List<TypePriorityList> TypePriorities_impl.mPriorityListsMethods in org.apache.uima.resource.metadata.impl that return TypePriorityListModifier and TypeMethodDescriptionTypePriorities_impl.addPriorityList()TypePrioritiesImportResolverAdapter.getCollectibles()TypePriorities_impl.getPriorityLists()Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type TypePriorityListMethods in org.apache.uima.resource.metadata.impl with parameters of type TypePriorityListModifier and TypeMethodDescriptionvoidTypePriorities_impl.addPriorityList(TypePriorityList aPriorityList) voidTypePriorities_impl.removePriorityList(TypePriorityList aPriorityList) voidTypePriorities_impl.setPriorityLists(TypePriorityList[] aPriorityLists) Method parameters in org.apache.uima.resource.metadata.impl with type arguments of type TypePriorityListModifier and TypeMethodDescriptionvoidTypePrioritiesImportResolverAdapter.setCollectibles(Collection<TypePriorityList> aCollectedObjects)