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.class
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) -
Uses of FSConstraint in org.apache.uima.caseditor.editor.util
Classes in org.apache.uima.caseditor.editor.util that implement FSConstraintModifier and TypeClassDescriptionclass
Filters out all annotations which are not contained by one of the provided annotations.class
Matches all annotations of an added type.