Uses of Interface
org.apache.uima.cas.FSMatchConstraint
Package
Description
Common Analysis System(CAS) Interfaces
Implementation and Low-Level API for the CAS Interfaces.
Interfaces for accessing the JCAS.
Provides the classes that support the Java Cas Model (JCM).
Interfaces for objects that represent metadata for a
Resource.
Utility classes and interfaces used by UIMA components.
-
Uses of FSMatchConstraint in org.apache.uima.cas
Modifier and TypeMethodDescriptionabstract FSMatchConstraint
ConstraintFactory.and
(FSMatchConstraint c1, FSMatchConstraint c2) Conjoin two constraints.abstract FSMatchConstraint
ConstraintFactory.embedConstraint
(ArrayList<String> path, FSConstraint constraint) Embed a constraint under a path.abstract FSMatchConstraint
ConstraintFactory.embedConstraint
(FeaturePath path, FSConstraint constraint) Combine a constraint test with a path from a feature structure instance to the value to be tested.abstract FSMatchConstraint
ConstraintFactory.or
(FSMatchConstraint c1, FSMatchConstraint c2) Disjoin two constraints.Modifier and TypeMethodDescriptionabstract FSMatchConstraint
ConstraintFactory.and
(FSMatchConstraint c1, FSMatchConstraint c2) Conjoin two constraints.<T extends FeatureStructure>
FSIterator<T>CAS.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint.abstract FSMatchConstraint
ConstraintFactory.or
(FSMatchConstraint c1, FSMatchConstraint c2) Disjoin two constraints. -
Uses of FSMatchConstraint in org.apache.uima.cas.impl
Modifier and TypeClassDescriptionclass
Implementation of boolean match constraint.Modifier and TypeMethodDescriptionConstraintFactoryImpl.and
(FSMatchConstraint c1, FSMatchConstraint c2) ConstraintFactoryImpl.embedConstraint
(ArrayList<String> path, FSConstraint constraint) ConstraintFactoryImpl.embedConstraint
(FeaturePath featPath, FSConstraint constraint) ConstraintFactoryImpl.or
(FSMatchConstraint c1, FSMatchConstraint c2) Modifier and TypeMethodDescriptionConstraintFactoryImpl.and
(FSMatchConstraint c1, FSMatchConstraint c2) <T extends FeatureStructure>
FSIterator<T>CASImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) ConstraintFactoryImpl.or
(FSMatchConstraint c1, FSMatchConstraint c2) -
Uses of FSMatchConstraint in org.apache.uima.jcas
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCas.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create an iterator over structures satisfying a given constraint. -
Uses of FSMatchConstraint in org.apache.uima.jcas.impl
Modifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T>JCasImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint constraint) -
Uses of FSMatchConstraint in org.apache.uima.resource.metadata
Modifier and TypeMethodDescriptionSimplePrecondition.getFsMatchConstraint()
Retrieves the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition.Modifier and TypeMethodDescriptionvoid
SimplePrecondition.setFsMatchConstraint
(FSMatchConstraint aConstraint) Sets the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition. -
Uses of FSMatchConstraint in org.apache.uima.resource.metadata.impl
Modifier and TypeMethodDescriptionvoid
LanguagePrecondition_impl.setFsMatchConstraint
(FSMatchConstraint aConstraint) void
MimeTypePrecondition_impl.setFsMatchConstraint
(FSMatchConstraint aConstraint) void
SimplePrecondition_impl.setFsMatchConstraint
(FSMatchConstraint aConstraint) -
Uses of FSMatchConstraint in org.apache.uima.util
Modifier and TypeMethodDescriptionstatic FSMatchConstraint
AnalysisEngineUtils.createOutputFilter
(AnalysisEngineMetaData aMetaData) Creates a FSMatchConstraint used when formatting the CAS for output.Modifier and TypeMethodDescriptionCasToInlineXml.format
(CAS aCAS, FSMatchConstraint aFilter) Formats a CAS as a String.TCasFormatter.format
(CAS aCAS, FSMatchConstraint aFilter) Produces a string representation of a CAS.TCasToInlineXml.format
(CAS aCAS, FSMatchConstraint aFilter) Deprecated.CasToInlineXml.generateXML
(CAS aCAS, FSMatchConstraint aFilter) Generates inline XML from a CAS.void
CasToInlineXml.generateXML
(CAS aCAS, FSMatchConstraint aFilter, ContentHandler aHandler) Generates inline XML from a CAS using a passed in ContentHandlerTCasToInlineXml.generateXML
(CAS aCAS, FSMatchConstraint aFilter) Deprecated.