Uses of Interface
org.apache.uima.resource.metadata.SimplePrecondition
-
Packages that use SimplePrecondition Package Description org.apache.uima Apache UIMAorg.apache.uima.impl Apache UIMA internalsorg.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 Modifier and Type Method Description SimplePrecondition
ResourceSpecifierFactory. createSimplePrecondition()
Creates aSimplePrecondition
. -
Uses of SimplePrecondition in org.apache.uima.impl
Methods in org.apache.uima.impl that return SimplePrecondition Modifier and Type Method Description SimplePrecondition
ResourceSpecifierFactory_impl. createSimplePrecondition()
-
Uses of SimplePrecondition in org.apache.uima.resource.metadata
Subinterfaces of SimplePrecondition in org.apache.uima.resource.metadata Modifier and Type Interface Description 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 Modifier and Type Class Description 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 ofSimplePrecondition
.
-