org.eclipse.ocl.examples.codegen.utilities
Interface CGModelResourceFactory

All Superinterfaces:
org.eclipse.emf.ecore.resource.Resource.Factory
All Known Implementing Classes:
AbstractCGModelResourceFactory, AutoCGModelResourceFactory

public interface CGModelResourceFactory
extends org.eclipse.emf.ecore.resource.Resource.Factory

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
 
Method Summary
 CGModelResource createResource(org.eclipse.emf.common.util.URI uri)
           
 CG2StringVisitor createToStringVisitor()
          Create a visitor to provide a debug representation of one or more elements in the resource.
 

Method Detail

createResource

@NonNull
CGModelResource createResource(org.eclipse.emf.common.util.URI uri)
Specified by:
createResource in interface org.eclipse.emf.ecore.resource.Resource.Factory

createToStringVisitor

@NonNull
CG2StringVisitor createToStringVisitor()
Create a visitor to provide a debug representation of one or more elements in the resource.