<?php
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.10.3.4001 modeling language!*/

interface IMentor
{  // ABSTRACT METHODS 

 public function getCode ($aParam);


  
}
?>