classdiagram.diagram.dawn.synchronization.impl
Class ClassdiagramResourceSetHelperFactoryImpl

java.lang.Object
  extended by classdiagram.diagram.dawn.synchronization.impl.ClassdiagramResourceSetHelperFactoryImpl
All Implemented Interfaces:
DawnResourceSetHelperFactory

public class ClassdiagramResourceSetHelperFactoryImpl
extends java.lang.Object
implements DawnResourceSetHelperFactory


Constructor Summary
ClassdiagramResourceSetHelperFactoryImpl()
           
 
Method Summary
 org.eclipse.gmf.runtime.notation.Diagram createDiagram()
           
 org.eclipse.emf.ecore.resource.Resource createEmptyResource()
           
 org.eclipse.emf.ecore.EObject createSemanticRoot()
           
 org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassdiagramResourceSetHelperFactoryImpl

public ClassdiagramResourceSetHelperFactoryImpl()
Method Detail

createDiagram

public org.eclipse.gmf.runtime.notation.Diagram createDiagram()
Specified by:
createDiagram in interface DawnResourceSetHelperFactory

createEmptyResource

public org.eclipse.emf.ecore.resource.Resource createEmptyResource()
Specified by:
createEmptyResource in interface DawnResourceSetHelperFactory

createSemanticRoot

public org.eclipse.emf.ecore.EObject createSemanticRoot()
Specified by:
createSemanticRoot in interface DawnResourceSetHelperFactory

getResourceSet

public org.eclipse.emf.ecore.resource.ResourceSet getResourceSet()
Specified by:
getResourceSet in interface DawnResourceSetHelperFactory