Uses of Interface
org.apache.uima.resource.metadata.Precondition
Packages that use Precondition
Package
Description
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.metadataModifier and TypeInterfaceDescriptioninterface
A precondition on the language of the document.interface
A precondition on the MIME Type of the entity.interface
SimplePrecondition
defines a few simple conditions that can be evaluated against aCAS
.Methods in org.apache.uima.resource.metadata that return PreconditionModifier and TypeMethodDescriptionCapability.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 PreconditionModifier and TypeMethodDescriptionvoid
Capability.setPreconditions
(Precondition... aPreconditions) Sets thePrecondition
s of thisCapability
. -
Uses of Precondition in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement PreconditionModifier and TypeClassDescriptionclass
Precondition that tests language of the document.class
Precondition that tests the MIME type of the Entity's content.class
Reference implementation ofSimplePrecondition
.Methods in org.apache.uima.resource.metadata.impl that return PreconditionMethods in org.apache.uima.resource.metadata.impl with parameters of type PreconditionModifier and TypeMethodDescriptionvoid
Capability_impl.setPreconditions
(Precondition... aPreconditions)