Package org.apache.uima.cas.impl
Class StringConstraint
java.lang.Object
org.apache.uima.cas.impl.PathConstraint
org.apache.uima.cas.impl.StringConstraint
- All Implemented Interfaces:
Serializable
,FSConstraint
,FSMatchConstraint
Implement an embedded String constraint.
- Version:
- $Revision: 1.2 $
-
Field Summary
FieldsFields inherited from class org.apache.uima.cas.impl.PathConstraint
featNames
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
stringConstraint
-
-
Constructor Details
-
StringConstraint
StringConstraint(ArrayList<String> path, FSStringConstraint cons)
-
-
Method Details
-
match
Description copied from interface:FSMatchConstraint
Match against feature structures.- Specified by:
match
in interfaceFSMatchConstraint
- Parameters:
fs
- The feature structure we want to match.- Returns:
- -
-
toString
- Overrides:
toString
in classPathConstraint
-