187188189190191192193194195196197
Z.setValue( "foo" ); Z.setOperator( "==" ); p.addConstraint( Z ); ActionInsertFact ass = new ActionInsertFact( "Whee" ); m.addRhsItem( ass ); String xml = BRXMLPersistence.getInstance().marshal( m ); //System.err.println(xml);