Package org.apache.uima.cas.impl
Class FSStringConstraintImpl
java.lang.Object
org.apache.uima.cas.impl.FSStringConstraintImpl
- All Implemented Interfaces:
Serializable
,FSConstraint
,FSStringConstraint
Implement the FSStringConstraint interface. Package private.
- Version:
- $Revision: 1.1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
string
-
-
Constructor Details
-
FSStringConstraintImpl
FSStringConstraintImpl()Constructor is package private.
-
-
Method Details
-
equals
Description copied from interface:FSStringConstraint
String value of matched FS must match input String.- Specified by:
equals
in interfaceFSStringConstraint
- Parameters:
s
- The string that the matched FS must equal.
-
match
Description copied from interface:FSStringConstraint
Check if String matches defined constraints.- Specified by:
match
in interfaceFSStringConstraint
- Parameters:
s
- The String to be checked.- Returns:
true
iff the String satisfies the constraints.
-
toString
-