public final class EmfService extends java.lang.Object implements IEmfService
| Constructor and Description |
|---|
EmfService() |
| Modifier and Type | Method and Description |
|---|---|
IDiagramTypeProvider |
getDTPForDiagram(Diagram d) |
boolean |
isObjectAlive(org.eclipse.emf.ecore.EObject obj) |
void |
wireDTPToDiagram(Diagram d,
IDiagramTypeProvider provider) |
public boolean isObjectAlive(org.eclipse.emf.ecore.EObject obj)
isObjectAlive in interface IEmfServicepublic IDiagramTypeProvider getDTPForDiagram(Diagram d)
getDTPForDiagram in interface IEmfServicepublic void wireDTPToDiagram(Diagram d, IDiagramTypeProvider provider)
wireDTPToDiagram in interface IEmfService