public interface ILinker
| Modifier and Type | Method and Description |
|---|---|
void |
linkModel(org.eclipse.emf.ecore.EObject model,
IDiagnosticConsumer diagnosticsConsumer)
Sets cross references in the passed
EObject and its contents,
using the information available (usually using the INode model associated via NodeModelUtils) |
void linkModel(org.eclipse.emf.ecore.EObject model,
IDiagnosticConsumer diagnosticsConsumer)
EObject and its contents,
using the information available (usually using the INode model associated via NodeModelUtils)model - the root model of a resourcediagnosticsConsumer - the consumer of linking diagnostics