public class FSBooleanConstraintImpl extends java.lang.Object implements FSBooleanConstraint
| Constructor and Description |
|---|
FSBooleanConstraintImpl()
Default constructor.
|
public void eq(boolean cond)
FSBooleanConstrainteq in interface FSBooleanConstraintcond - The condition that needs to be matched to satisfy the constraint.public boolean match(boolean cond)
FSBooleanConstraintmatch in interface FSBooleanConstraintcond - Value to compare with the condition.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.