Interface Generator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String generate​(org.eclipse.emf.ecore.EObject object)
      Generate another representation of the given EObject as a string.
    • Method Detail

      • generate

        java.lang.String generate​(org.eclipse.emf.ecore.EObject object)
        Generate another representation of the given EObject as a string.
        Parameters:
        object - The EObject which shall serve as a template for the generated string.
        Returns:
        The string representation of the given object.