/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE @UMPLE_VERSION@ modeling language!*/
package example;
// line 16 "../InterfaceTemplateTest.ump"
public interface ICodeTranslator
{
  
  // ABSTRACT METHODS 

 public String translate(String id, Attribute attribute);
 public String translate(String id, AssociationVariable associationVariable);
}
