Uses of Interface
org.apache.uima.resource.metadata.TypePriorityList

Packages that use TypePriorityList
org.apache.uima The main package for the Unstructured Information Management Middleware Architecture. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.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
 TypePriorityList ResourceSpecifierFactory.createTypePriorityList()
          Creates an TypePriorityList.
 

Uses of TypePriorityList in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return TypePriorityList
 TypePriorityList ResourceSpecifierFactory_impl.createTypePriorityList()
           
 

Uses of TypePriorityList in org.apache.uima.resource.metadata
 

Methods in org.apache.uima.resource.metadata that return TypePriorityList
 TypePriorityList TypePriorities.addPriorityList()
          Creates a new, empty TypePriorityList and adds it to this object.
 TypePriorityList[] TypePriorities.getPriorityLists()
          Gets the TypePriorityLists that define the priorities.
 

Methods in org.apache.uima.resource.metadata with parameters of type TypePriorityList
 void TypePriorities.addPriorityList(TypePriorityList aPriorityList)
          Adds a TypePriorityList.
 void TypePriorities.removePriorityList(TypePriorityList aPriorityList)
          Removes a TypePriorityList.
 void TypePriorities.setPriorityLists(TypePriorityList[] aPriorityLists)
          Sets the TypePriorityLists 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
 class TypePriorityList_impl
          Reference implementation of TypePriorityList.
 

Methods in org.apache.uima.resource.metadata.impl that return TypePriorityList
 TypePriorityList TypePriorities_impl.addPriorityList()
           
 TypePriorityList[] TypePriorities_impl.getPriorityLists()
           
 

Methods in org.apache.uima.resource.metadata.impl with parameters of type TypePriorityList
 void TypePriorities_impl.addPriorityList(TypePriorityList aPriorityList)
           
 void TypePriorities_impl.removePriorityList(TypePriorityList aPriorityList)
           
 void TypePriorities_impl.setPriorityLists(TypePriorityList[] aPriorityLists)
           
 



Copyright © 2013. All Rights Reserved.