public interface ILinkingService
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.eclipse.emf.ecore.EObject> |
getLinkedObjects(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference,
INode node)
Returns all
EObjects referenced by the given link text in the
given context. |
java.util.List<org.eclipse.emf.ecore.EObject> getLinkedObjects(org.eclipse.emf.ecore.EObject context,
org.eclipse.emf.ecore.EReference reference,
INode node)
throws IllegalNodeException
EObjects referenced by the given link text in the
given context. But does not set the references or modifies the passed
information somehow. The returned list might contain proxy instances.IllegalNodeException