assertTrue( c.getPredicateExpression() instanceof PredicateExpression );
assertTrue( c.getPredicateExpression() instanceof CompiledInvoker );
assertTrue( !(c.getPredicateExpression() instanceof MVELPredicateExpression ) );
alphanode = (AlphaNode) alphanode.getSinkPropagator().getSinks()[0];
AlphaNodeFieldConstraint constraint = alphanode.getConstraint();
if (constraint instanceof MvelConstraint) {
FieldValue fieldVal = (( MvelConstraint ) constraint).getField();
assertEquals( "xxx", fieldVal.getValue() );
}