Uses of Interface
org.apache.uima.resource.metadata.Precondition
-
Packages that use Precondition Package Description org.apache.uima.resource.metadata Interfaces for objects that represent metadata for a Resource.org.apache.uima.resource.metadata.impl -
-
Uses of Precondition in org.apache.uima.resource.metadata
Subinterfaces of Precondition in org.apache.uima.resource.metadata Modifier and Type Interface Description interfaceLanguagePreconditionA precondition on the language of the document.interfaceMimeTypePreconditionA precondition on the MIME Type of the entity.interfaceSimplePreconditionSimplePreconditiondefines a few simple conditions that can be evaluated against aCAS.Methods in org.apache.uima.resource.metadata that return Precondition Modifier and Type Method Description 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 Modifier and Type Method Description voidCapability. setPreconditions(Precondition[] aPreconditions)Sets thePreconditions of thisCapability. -
Uses of Precondition in org.apache.uima.resource.metadata.impl
Classes in org.apache.uima.resource.metadata.impl that implement Precondition Modifier and Type Class Description classLanguagePrecondition_implPrecondition that tests language of the document.classMimeTypePrecondition_implPrecondition that tests the MIME type of the Entity's content.classSimplePrecondition_implReference implementation ofSimplePrecondition.Methods in org.apache.uima.resource.metadata.impl that return Precondition Modifier and Type Method Description Precondition[]Capability_impl. getPreconditions()Methods in org.apache.uima.resource.metadata.impl with parameters of type Precondition Modifier and Type Method Description voidCapability_impl. setPreconditions(Precondition[] aPreconditions)
-