Uses of Interface
org.apache.uima.resource.metadata.TypePriorityList
Packages that use TypePriorityList
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.
-
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_LISTS
Methods in org.apache.uima.resource.metadata that return TypePriorityListModifier and TypeMethodDescriptionTypePriorities.addPriorityList()
Creates a new, emptyTypePriorityList
and adds it to this object.TypePriorities.getPriorityLists()
Gets theTypePriorityList
s that define the priorities.Methods in org.apache.uima.resource.metadata with parameters of type TypePriorityListModifier and TypeMethodDescriptionvoid
TypePriorities.addPriorityList
(TypePriorityList aPriorityList) Adds aTypePriorityList
.void
TypePriorities.removePriorityList
(TypePriorityList aPriorityList) Removes aTypePriorityList
.void
TypePriorities.setPriorityLists
(TypePriorityList[] aPriorityLists) Sets theTypePriorityList
s that define the priorities. -
Uses of TypePriorityList in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement TypePriorityListFields in org.apache.uima.resource.metadata.impl with type parameters of type TypePriorityListModifier and TypeFieldDescriptionprivate List<TypePriorityList>
TypePriorities_impl.mPriorityLists
Methods in org.apache.uima.resource.metadata.impl that return TypePriorityListModifier and TypeMethodDescriptionTypePriorities_impl.addPriorityList()
TypePriorities_impl.getPriorityLists()
Methods in org.apache.uima.resource.metadata.impl with parameters of type TypePriorityListModifier and TypeMethodDescriptionvoid
TypePriorities_impl.addPriorityList
(TypePriorityList aPriorityList) void
TypePriorities_impl.removePriorityList
(TypePriorityList aPriorityList) void
TypePriorities_impl.setPriorityLists
(TypePriorityList[] aPriorityLists)