public class FSBooleanConstraintImpl extends java.lang.Object implements FSBooleanConstraint
Constructor and Description |
---|
FSBooleanConstraintImpl()
Default constructor.
|
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
Copyright © 2013. All Rights Reserved.