Class EmfService
- java.lang.Object
-
- org.eclipse.graphiti.internal.services.impl.EmfService
-
- All Implemented Interfaces:
IEmfService
public final class EmfService extends java.lang.Object implements IEmfService
-
-
Constructor Summary
Constructors Constructor Description EmfService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDiagramTypeProvidergetDTPForDiagram(Diagram d)booleanisObjectAlive(org.eclipse.emf.ecore.EObject obj)voidwireDTPToDiagram(Diagram d, IDiagramTypeProvider provider)
-
-
-
Method Detail
-
isObjectAlive
public boolean isObjectAlive(org.eclipse.emf.ecore.EObject obj)
- Specified by:
isObjectAlivein interfaceIEmfService
-
getDTPForDiagram
public IDiagramTypeProvider getDTPForDiagram(Diagram d)
- Specified by:
getDTPForDiagramin interfaceIEmfService
-
wireDTPToDiagram
public void wireDTPToDiagram(Diagram d, IDiagramTypeProvider provider)
- Specified by:
wireDTPToDiagramin interfaceIEmfService
-
-