Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. package org.hospitals.hospitalapp.rules
  2. unit HospitalRuleService
  3. //import org.hospitals.hospitalsapp.data.Hospital;
  4.  
  5.  
  6. rule "org.hospitals.hospitalapp.rules.HospitalRuleService.IncomingEvent" when
  7. $h : / hospitaInStream
  8. then
  9. System.out.println("\n\n************* RULES incoming hospital: "+ $h.toString());
  10. $h.setZip(30040);
  11. hospitaOutStream.append( $h );
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement