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.resource.metadata Interfaces for objects that represent metadata for a Resource. 
 

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.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.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.