org.eclipse.gmt.umlx.gcore.util
Class GcoreUtils
java.lang.Object
org.eclipse.gmt.umlx.gcore.util.GcoreUtils
- Direct Known Subclasses:
- MmUtils
public class GcoreUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gcoreModel
public static final EModel gcoreModel
GcoreUtils
public GcoreUtils()
createGImport
public static GImport createGImport(org.eclipse.emf.ecore.resource.Resource importResource,
org.eclipse.emf.ecore.resource.Resource gcoreResource)
getBendpoints
public static java.util.List<org.eclipse.draw2d.Bendpoint> getBendpoints(GLinkElement link)
getDiagrams
public static java.util.List<GDiagram> getDiagrams(GDiagramParent folder)
getImports
public static java.util.List<GImport> getImports(GRootFolder rootFolder)
getIncomingConnections
public static java.util.List<GLinkElement> getIncomingConnections(GNodeElement node)
getLinks
public static java.util.List<GSheetLink> getLinks(GSheet sheet)
getNodes
public static java.util.List<GSheetNode> getNodes(GSheet sheet)
getOutgoingConnections
public static java.util.List<GLinkElement> getOutgoingConnections(GNodeElement node)
initTreeAdapters
public static void initTreeAdapters()