Package org.apache.uima.cas.impl
Class BooleanConstraint
java.lang.Object
org.apache.uima.cas.impl.PathConstraint
org.apache.uima.cas.impl.BooleanConstraint
- All Implemented Interfaces:
Serializable,FSConstraint,FSMatchConstraint
Implementation of boolean match constraint. See interface for documentation.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.uima.cas.impl.PathConstraint
featNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMatch against feature structures.Methods inherited from class org.apache.uima.cas.impl.PathConstraint
toString
-
Field Details
-
cons
-
-
Constructor Details
-
BooleanConstraint
BooleanConstraint(ArrayList<String> path, FSBooleanConstraint constraint)
-
-
Method Details
-
match
Description copied from interface:FSMatchConstraintMatch against feature structures.- Specified by:
matchin interfaceFSMatchConstraint- Parameters:
fs- The feature structure we want to match.- Returns:
- -
-