public interface ILinkSelection
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.eclipse.emf.ecore.EClass> |
getAvailableTargetEClass() |
org.eclipse.emf.ecore.EObject |
getDisplayedTarget(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EObject context)
This method must be implemented
|
org.eclipse.emf.ecore.EClass |
getEClass()
This method must be implemented
|
java.util.List<org.eclipse.emf.ecore.EClass> getAvailableTargetEClass()
org.eclipse.emf.ecore.EObject getDisplayedTarget(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EObject context)
object - a given link (extends EObject)context - the context of the link
the context is a Node Object from which we want to know all the links that relies this elementorg.eclipse.emf.ecore.EClass getEClass()