Uses of Interface
org.apache.uima.cas.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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Implementation of boolean match constraint.class
See interface for documentation.Modifier and TypeMethodDescriptionConstraintFactoryImpl.embedConstraint
(ArrayList<String> path, FSConstraint constraint) ConstraintFactoryImpl.embedConstraint
(FeaturePath featPath, FSConstraint constraint)