org.eclipse.ocl.examples.codegen.utilities
Class AbstractCGModelResourceFactory

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.eclipse.ocl.examples.codegen.utilities.AbstractCGModelResourceFactory
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory, CGModelResourceFactory
Direct Known Subclasses:
AutoCGModelResourceFactory

public class AbstractCGModelResourceFactory
extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
implements CGModelResourceFactory

The Resource Factory associated with the package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor, org.eclipse.emf.ecore.resource.Resource.Factory.Registry
 
Constructor Summary
AbstractCGModelResourceFactory()
           
 
Method Summary
 CGModelResource createResource(org.eclipse.emf.common.util.URI uri)
          Creates an instance of the resource.
 CG2StringVisitor createToStringVisitor()
          Create a visitor to provide a debug representation of one or more elements in the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCGModelResourceFactory

public AbstractCGModelResourceFactory()
Method Detail

createResource

@NonNull
public CGModelResource createResource(org.eclipse.emf.common.util.URI uri)
Creates an instance of the resource.

Specified by:
createResource in interface org.eclipse.emf.ecore.resource.Resource.Factory
Specified by:
createResource in interface CGModelResourceFactory
Overrides:
createResource in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl

createToStringVisitor

@NonNull
public CG2StringVisitor createToStringVisitor()
Description copied from interface: CGModelResourceFactory
Create a visitor to provide a debug representation of one or more elements in the resource.

Specified by:
createToStringVisitor in interface CGModelResourceFactory