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

Packages that use SimplePrecondition
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 SimplePrecondition in org.apache.uima
 

Methods in org.apache.uima that return SimplePrecondition
 SimplePrecondition ResourceSpecifierFactory.createSimplePrecondition()
          Creates a SimplePrecondition.
 

Uses of SimplePrecondition in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return SimplePrecondition
 SimplePrecondition ResourceSpecifierFactory_impl.createSimplePrecondition()
           
 

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

Subinterfaces of SimplePrecondition 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.
 

Uses of SimplePrecondition in org.apache.uima.resource.metadata.impl
 

Classes in org.apache.uima.resource.metadata.impl that implement SimplePrecondition
 class LanguagePrecondition_impl
          Precondition that tests language of the document.
 class MimeTypePrecondition_impl
          Precondition that tests the MIME type of the Entity's content.
 class SimplePrecondition_impl
          Reference implementation of SimplePrecondition.
 



Copyright © 2013. All Rights Reserved.