Class Uigu2ElementGenerator

java.lang.Object
cruise.umple.compiler.uigu2.Uigu2ElementGenerator

public class Uigu2ElementGenerator
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String NL  
  • Constructor Summary

    Constructors 
    Constructor Description
    Uigu2ElementGenerator()  
  • Method Summary

    Modifier and Type Method Description
    void delete()  
    java.lang.String getCode​(UmpleModel model, UmpleElement uElement)
    Returns the generated code specific to an UmpleElement.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • NL

      public static final java.lang.String NL
  • Constructor Details

  • Method Details

    • delete

      public void delete()
    • getCode

      public java.lang.String getCode​(UmpleModel model, UmpleElement uElement)
      Returns the generated code specific to an UmpleElement.
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object