Package com.nomagic.magicdraw.uml2.dsl

Interface DslBridgeInternal.Bridge

Enclosing class:
com.nomagic.magicdraw.uml2.dsl.DslBridgeInternal

public static interface DslBridgeInternal.Bridge
  • Method Summary

    Modifier and Type
    Method
    Description
    getHumanName(com.nomagic.uml2.ext.magicdraw.base.impl.ModelObjectImpl object)
     
    getHumanType(com.nomagic.uml2.ext.magicdraw.base.impl.ModelObjectImpl object)
     
    boolean
    hideMeta(Element element)
     
  • Method Details

    • hideMeta

      boolean hideMeta(Element element)
    • getHumanName

      String getHumanName(com.nomagic.uml2.ext.magicdraw.base.impl.ModelObjectImpl object)
    • getHumanType

      String getHumanType(com.nomagic.uml2.ext.magicdraw.base.impl.ModelObjectImpl object)