org.eclipse.ocl.examples.autogen.utilities
Class AutoCGModelResourceFactory

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

public class AutoCGModelResourceFactory
extends AbstractCGModelResourceFactory

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
 
Field Summary
static AutoCGModelResourceFactory INSTANCE
           
 
Constructor Summary
AutoCGModelResourceFactory()
           
 
Method Summary
 CG2StringVisitor createToStringVisitor()
          Create a visitor to provide a debug representation of one or more elements in the resource.
 
Methods inherited from class org.eclipse.ocl.examples.codegen.utilities.AbstractCGModelResourceFactory
createResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static final AutoCGModelResourceFactory INSTANCE
Constructor Detail

AutoCGModelResourceFactory

public AutoCGModelResourceFactory()
Method Detail

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
Overrides:
createToStringVisitor in class AbstractCGModelResourceFactory