org.eclipse.gmt.umlx.mm.util
Class MmUtils

java.lang.Object
  extended by org.eclipse.gmt.umlx.gcore.util.GcoreUtils
      extended by org.eclipse.gmt.umlx.mm.util.MmUtils

public class MmUtils
extends GcoreUtils


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.gcore.util.GcoreUtils
gcoreModel
 
Constructor Summary
MmUtils()
           
 
Method Summary
static org.eclipse.emf.ecore.EObject createDefaultContents()
           
static java.util.List<GClassAttribute> getGAttributes(GClass gClass)
           
static java.util.List<GEnumLiteral> getGLiterals(GEnum enumView)
           
static java.util.List<GClassOperation> getGOperations(GClass gClass)
           
static void initTreeAdapters()
           
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.util.GcoreUtils
createGImport, getBendpoints, getDiagrams, getImports, getIncomingConnections, getLinks, getNodes, getOutgoingConnections
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MmUtils

public MmUtils()
Method Detail

createDefaultContents

public static org.eclipse.emf.ecore.EObject createDefaultContents()

getGAttributes

public static java.util.List<GClassAttribute> getGAttributes(GClass gClass)

getGLiterals

public static java.util.List<GEnumLiteral> getGLiterals(GEnum enumView)

getGOperations

public static java.util.List<GClassOperation> getGOperations(GClass gClass)

initTreeAdapters

public static void initTreeAdapters()