public void evaluate(KnowledgeHelper drools,
WorkingMemory workingMemory) throws ConsequenceException {
try {
System.err.println( "all done" );
} catch ( Exception e ) {
throw new ConsequenceException( e );
}
}
public void readExternal(ObjectInput in) throws IOException,
ClassNotFoundException {