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

public class Planificador {

  public void planificar(Programa pr) { System.out.println("Planificando "+pr.codigo()); }

} //End of class Planificador
