org.eclipse.ocl.examples.pivot.utilities
Class PivotResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.eclipse.ocl.examples.pivot.utilities.PivotResourceFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory, PivotResource.Factory

public class PivotResourceFactoryImpl
extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
implements PivotResource.Factory

The Resource Factory associated with the package.

See Also:
PivotResourceImpl

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
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.utilities.PivotResource.Factory
INSTANCE
 
Constructor Summary
PivotResourceFactoryImpl()
          Creates an instance of the resource factory.
 
Method Summary
 org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
          Creates an instance of the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PivotResourceFactoryImpl

public PivotResourceFactoryImpl()
Creates an instance of the resource factory.

Method Detail

createResource

public org.eclipse.emf.ecore.resource.Resource 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
Overrides:
createResource in class org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl