org.apache.uima.cas.impl
public class BooleanConstraint extends java.lang.Object implements FSMatchConstraint
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<java.lang.String> |
featNames |
Modifier and Type | Method and Description |
---|---|
boolean |
match(FeatureStructure fs)
Match against feature structures.
|
java.lang.String |
toString() |
public boolean match(FeatureStructure fs)
FSMatchConstraint
match
in interface FSMatchConstraint
fs
- The feature structure we want to match.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014. All Rights Reserved.