Uses of Interface
org.apache.uima.resource.metadata.Precondition
Package
Description
Interfaces for objects that represent metadata for a
Resource.
-
Uses of Precondition in org.apache.uima.resource.metadata
Modifier 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
.Modifier and TypeMethodDescriptionCapability.getPreconditions()
Retrieves the preconditions that must be satisfied in order for the Resource to begin processing.Modifier and TypeMethodDescriptionvoid
Capability.setPreconditions
(Precondition[] aPreconditions) Sets thePrecondition
s of thisCapability
. -
Uses of Precondition in org.apache.uima.resource.metadata.impl
Modifier 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
.Modifier and TypeMethodDescriptionvoid
Capability_impl.setPreconditions
(Precondition[] aPreconditions)