/*
* Creates a constraint with the given expression
*/
ReturnValueConstraint constraint0 = new ReturnValueConstraint( isCheddar,
null, // alpha nodes cannot have required declarations
new StringConstraintComparator( ConstraintComparator.EQUAL ) );
AlphaNode alphaNode = new AlphaNode( 2,
constraint0,
true,
source );