Uses of Interface
org.apache.uima.cas.FSMatchConstraint
Packages that use 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
Subinterfaces of FSMatchConstraint in org.apache.uima.casMethods in org.apache.uima.cas that return FSMatchConstraintModifier 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.Methods in org.apache.uima.cas with parameters of type FSMatchConstraintModifier 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
Classes in org.apache.uima.cas.impl that implement FSMatchConstraintModifier and TypeClassDescriptionclass
Implementation of boolean match constraint.(package private) class
Implements a conjunctive constraint.(package private) class
Implements a disjunctive constraint.(package private) class
Implement an embedded constraint.(package private) class
Implement an embedded float constraint.(package private) class
An implementation of the type constraint interface.(package private) class
Implement an embedded int constraint.(package private) class
Implements a constraint embedded under a path.(package private) class
Implement an embedded String constraint.Fields in org.apache.uima.cas.impl declared as FSMatchConstraintModifier and TypeFieldDescriptionprivate FSMatchConstraint
ConjunctiveConstraint.c1
private FSMatchConstraint
DisjunctiveConstraint.c1
private FSMatchConstraint
ConjunctiveConstraint.c2
private FSMatchConstraint
DisjunctiveConstraint.c2
private FSMatchConstraint
EmbeddedConstraint.cons
private FSMatchConstraint
FilteredIterator.cons
Methods in org.apache.uima.cas.impl that return FSMatchConstraintModifier 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) Methods in org.apache.uima.cas.impl with parameters of type FSMatchConstraintModifier 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) Constructors in org.apache.uima.cas.impl with parameters of type FSMatchConstraintModifierConstructorDescription(package private)
Create a conjunctive constraint from two FSMatchConstraints.(package private)
Create new disjunctive constraint.(package private)
FilteredIterator
(FSIterator<T> it, FSMatchConstraint cons) Create a filtered iterator from a base iterator and a constraint. -
Uses of FSMatchConstraint in org.apache.uima.jcas
Methods in org.apache.uima.jcas with parameters of type FSMatchConstraintModifier 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
Methods in org.apache.uima.jcas.impl with parameters of type FSMatchConstraintModifier and TypeMethodDescription<T extends FeatureStructure>
FSIterator<T> JCasImpl.createFilteredIterator
(FSIterator<T> it, FSMatchConstraint constraint) -
Uses of FSMatchConstraint in org.apache.uima.resource.metadata
Methods in org.apache.uima.resource.metadata that return FSMatchConstraintModifier and TypeMethodDescriptionSimplePrecondition.getFsMatchConstraint()
Retrieves the FSMatchConstraint that determines which CAS feature structures will be tested by this precondition.Methods in org.apache.uima.resource.metadata with parameters of type FSMatchConstraintModifier 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
Fields in org.apache.uima.resource.metadata.impl declared as FSMatchConstraintModifier and TypeFieldDescriptionprivate FSMatchConstraint
SimplePrecondition_impl.mFsMatchConstraint
Methods in org.apache.uima.resource.metadata.impl that return FSMatchConstraintMethods in org.apache.uima.resource.metadata.impl with parameters of type FSMatchConstraintModifier 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
Methods in org.apache.uima.util that return FSMatchConstraintModifier and TypeMethodDescriptionstatic FSMatchConstraint
AnalysisEngineUtils.createOutputFilter
(AnalysisEngineMetaData aMetaData) Creates a FSMatchConstraint used when formatting the CAS for output.Methods in org.apache.uima.util with parameters of type FSMatchConstraintModifier 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.