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

Packages that use Precondition
org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource. 
 

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

Subinterfaces of Precondition in org.apache.uima.resource.metadata
 interface LanguagePrecondition
          A precondition on the language of the document.
 interface MimeTypePrecondition
          A precondition on the MIME Type of the entity.
 interface SimplePrecondition
          SimplePrecondition defines a few simple conditions that can be evaluted against a CAS.
 

Methods in org.apache.uima.resource.metadata that return Precondition
 Precondition[] Capability.getPreconditions()
          Retrieves the preconditions that must be satisfied in order for the Resource to begin processing.
 

Methods in org.apache.uima.resource.metadata with parameters of type Precondition
 void Capability.setPreconditions(Precondition[] aPreconditions)
          Sets the Preconditions of this Capability.
 



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