//This file generated automatically from the MARIUS LP system, please do not edit.

public class Guardia {

  public vigilar(Object o) {
     if ( o instanceof Borracho ) {
        System.out.println("Alarma, un borracho!!!");
     } else {
        System.out.println("Buenos dias, pasele");
     }
  }

} //End of class Guardia
