public class FSBooleanConstraintImpl extends 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.Copyright © 2014. All rights reserved.