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