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 SimplePreconditionResourceSpecifierFactory. 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 SimplePreconditionResourceSpecifierFactory_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 interfaceLanguagePreconditionA precondition on the language of the document.interfaceMimeTypePreconditionA 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 classLanguagePrecondition_implPrecondition that tests language of the document.classMimeTypePrecondition_implPrecondition that tests the MIME type of the Entity's content.classSimplePrecondition_implReference implementation ofSimplePrecondition.
-