Uses of Interface
org.apache.uima.cas.FSConstraint
Packages that use FSConstraint
Package
Description
Common Analysis System (CAS) Interfaces.
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSConstraint in org.apache.uima.cas
Subinterfaces of FSConstraint in org.apache.uima.casModifier and TypeInterfaceDescriptioninterface
Interface for a boolean constraint.interface
Interface for a float constraint.interface
Interface for an integer constraint.interface
Interface for feature structure matching constraints.interface
Interface for a String constraint.interface
Interface for type constraint.Methods in org.apache.uima.cas with parameters of type FSConstraintModifier and TypeMethodDescriptionabstract 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. -
Uses of FSConstraint in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement FSConstraintModifier 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.class
See interface for documentation.(package private) class
Implement the FSFloatConstraint interface.(package private) class
Implement the FSIntConstraint interface.(package private) class
Implement the FSStringConstraint interface.(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.Methods in org.apache.uima.cas.impl with parameters of type FSConstraintModifier and TypeMethodDescriptionConstraintFactoryImpl.embedConstraint
(ArrayList<String> path, FSConstraint constraint) ConstraintFactoryImpl.embedConstraint
(FeaturePath featPath, FSConstraint constraint) Constructors in org.apache.uima.cas.impl with parameters of type FSConstraintModifierConstructorDescription(package private)
EmbeddedConstraint
(ArrayList<String> path, FSConstraint cons)