Uses of Interface
org.apache.uima.resource.metadata.TypePriorityList
-
Packages that use TypePriorityList Package Description org.apache.uima The main package for the Unstructured Information Management Middleware Architecture.org.apache.uima.impl Contains reference implementations of the interfaces inorg.apache.uima.org.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 TypePriorityListResourceSpecifierFactory. 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 TypePriorityListResourceSpecifierFactory_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_LISTSMethods in org.apache.uima.resource.metadata that return TypePriorityList Modifier and Type Method Description TypePriorityListTypePriorities. addPriorityList()Creates a new, emptyTypePriorityListand adds it to this object.TypePriorityList[]TypePriorities. getPriorityLists()Gets theTypePriorityLists that define the priorities.Methods in org.apache.uima.resource.metadata with parameters of type TypePriorityList Modifier and Type Method Description voidTypePriorities. 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 TypePriorityList Modifier and Type Class Description classTypePriorityList_implReference implementation ofTypePriorityList.Methods in org.apache.uima.resource.metadata.impl that return TypePriorityList Modifier and Type Method Description TypePriorityListTypePriorities_impl. addPriorityList()TypePriorityList[]TypePriorities_impl. getPriorityLists()Methods in org.apache.uima.resource.metadata.impl with parameters of type TypePriorityList Modifier and Type Method Description voidTypePriorities_impl. addPriorityList(TypePriorityList aPriorityList)voidTypePriorities_impl. removePriorityList(TypePriorityList aPriorityList)voidTypePriorities_impl. setPriorityLists(TypePriorityList[] aPriorityLists)
-