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 TypeInterfaceDescriptioninterfaceInterface for a boolean constraint.interfaceInterface for a float constraint.interfaceInterface for an integer constraint.interfaceInterface for feature structure matching constraints.interfaceInterface for a String constraint.interfaceInterface for type constraint.Methods in org.apache.uima.cas with parameters of type FSConstraintModifier and TypeMethodDescriptionabstract FSMatchConstraintConstraintFactory.embedConstraint(ArrayList<String> path, FSConstraint constraint) Embed a constraint under a path.abstract FSMatchConstraintConstraintFactory.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 TypeClassDescriptionclassImplementation of boolean match constraint.classMethods 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 TypeClassDescriptionclassFilters out all annotations which are not contained by one of the provided annotations.classMatches all annotations of an added type.