|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.cas.impl.BooleanConstraint
public class BooleanConstraint
Implementation of boolean match constraint. See interface for documentation.
Field Summary | |
---|---|
protected java.util.ArrayList<java.lang.String> |
featNames
|
Method Summary | |
---|---|
boolean |
match(FeatureStructure fs)
Match against feature structures. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList<java.lang.String> featNames
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |