Package org.apache.uima.cas.impl
Class BooleanConstraint
- java.lang.Object
-
- org.apache.uima.cas.impl.BooleanConstraint
-
- All Implemented Interfaces:
java.io.Serializable,FSConstraint,FSMatchConstraint
public class BooleanConstraint extends java.lang.Object implements FSMatchConstraint
Implementation of boolean match constraint. See interface for documentation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayList<java.lang.String>featNames
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatch(FeatureStructure fs)Match against feature structures.java.lang.StringtoString()
-
-
-
Method Detail
-
match
public boolean match(FeatureStructure fs)
Description copied from interface:FSMatchConstraintMatch against feature structures.- Specified by:
matchin interfaceFSMatchConstraint- Parameters:
fs- The feature structure we want to match.- Returns:
- -
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-