public class EdgeHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
RECONNECT_SOURCE |
static int |
RECONNECT_TARGET |
Constructor and Description |
---|
EdgeHelper() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.emf.ecore.resource.Resource |
getContributor(Delta delta) |
static org.eclipse.gmf.runtime.notation.Edge |
getEdge(org.eclipse.emf.ecore.EObject eObject) |
static int |
getReconnectKind(Delta delta) |
static boolean |
isReconnect(Delta delta) |
public static final int RECONNECT_SOURCE
public static final int RECONNECT_TARGET
public static org.eclipse.emf.ecore.resource.Resource getContributor(Delta delta)
public static org.eclipse.gmf.runtime.notation.Edge getEdge(org.eclipse.emf.ecore.EObject eObject)
public static boolean isReconnect(Delta delta)
public static int getReconnectKind(Delta delta)