Uses of Interface
org.apache.uima.resource.metadata.TypePriorityList
-
Packages that use TypePriorityList Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of TypePriorityList in org.apache.uima
Methods in org.apache.uima that return TypePriorityList Modifier and Type Method Description TypePriorityList
ResourceSpecifierFactory. createTypePriorityList()
Creates anTypePriorityList
. -
Uses of TypePriorityList in org.apache.uima.impl
Methods in org.apache.uima.impl that return TypePriorityList Modifier and Type Method Description TypePriorityList
ResourceSpecifierFactory_impl. createTypePriorityList()
-
Uses of TypePriorityList in org.apache.uima.resource.metadata
Fields in org.apache.uima.resource.metadata declared as TypePriorityList Modifier and Type Field Description static TypePriorityList[]
TypePriorityList. EMPTY_TYPE_PRIORITY_LISTS
Methods in org.apache.uima.resource.metadata that return TypePriorityList Modifier and Type Method Description TypePriorityList
TypePriorities. addPriorityList()
Creates a new, emptyTypePriorityList
and adds it to this object.TypePriorityList[]
TypePriorities. getPriorityLists()
Gets theTypePriorityList
s that define the priorities.Methods in org.apache.uima.resource.metadata with parameters of type TypePriorityList Modifier and Type Method Description void
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 TypePriorityList Modifier and Type Class Description class
TypePriorityList_impl
Reference implementation ofTypePriorityList
.Fields in org.apache.uima.resource.metadata.impl with type parameters of type TypePriorityList Modifier and Type Field Description private java.util.List<TypePriorityList>
TypePriorities_impl. mPriorityLists
Methods in org.apache.uima.resource.metadata.impl that return TypePriorityList Modifier and Type Method Description TypePriorityList
TypePriorities_impl. addPriorityList()
TypePriorityList[]
TypePrioritiesImportResolverAdapter. getCollectibles()
TypePriorityList[]
TypePriorities_impl. getPriorityLists()
Methods in org.apache.uima.resource.metadata.impl that return types with arguments of type TypePriorityList Modifier and Type Method Description java.lang.Class<TypePriorityList>
TypePrioritiesImportResolverAdapter. getCollectedClass()
Methods in org.apache.uima.resource.metadata.impl with parameters of type TypePriorityList Modifier and Type Method Description void
TypePriorities_impl. addPriorityList(TypePriorityList aPriorityList)
void
TypePriorities_impl. removePriorityList(TypePriorityList aPriorityList)
void
TypePriorities_impl. setPriorityLists(TypePriorityList[] aPriorityLists)
Method parameters in org.apache.uima.resource.metadata.impl with type arguments of type TypePriorityList Modifier and Type Method Description void
TypePrioritiesImportResolverAdapter. setCollectibles(java.util.Collection<TypePriorityList> aCollectedObjects)
-