|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.cas.impl.FSBooleanConstraintImpl
public class FSBooleanConstraintImpl
See interface for documentation.
Constructor Summary | |
---|---|
FSBooleanConstraintImpl()
Default constructor. |
Method Summary | |
---|---|
void |
eq(boolean cond)
Set the constraint. |
boolean |
match(boolean cond)
Check the condition. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FSBooleanConstraintImpl()
Method Detail |
---|
public void eq(boolean cond)
FSBooleanConstraint
eq
in interface FSBooleanConstraint
cond
- The condition that needs to be matched to satisfy the constraint.public boolean match(boolean cond)
FSBooleanConstraint
match
in interface FSBooleanConstraint
cond
- Value to compare with the condition.
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 |