org.eclipse.ocl.examples.pivot.resource
Class OCLASResourceFactory

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.eclipse.ocl.examples.pivot.resource.AbstractASResourceFactory
          extended by org.eclipse.ocl.examples.pivot.resource.OCLASResourceFactory
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory, ASResourceFactory

public class OCLASResourceFactory
extends AbstractASResourceFactory

The Resource Factory associated with the package.

See Also:
org.eclipse.ocl.examples.pivot.utilities.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
static OCLASResourceFactory INSTANCE
           
 
Fields inherited from class org.eclipse.ocl.examples.pivot.resource.AbstractASResourceFactory
contentType, fileExtension
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.resource.ASResourceFactory
CAN_HANDLE, CANNOT_HANDLE, MAY_HANDLE
 
Constructor Summary
OCLASResourceFactory()
          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 org.eclipse.ocl.examples.pivot.resource.AbstractASResourceFactory
configure, configureResource, createAS2MonikerVisitor, createAS2XMIidVisitor, createASSaverLocateVisitor, createASSaverNormalizeVisitor, createASSaverResolveVisitor, createPrettyPrintVisitor, createToStringVisitor, getASElement, getContentType, getEOperation, getEReference, getHandlerPriority, getHandlerPriority, getHandlerPriority, getMetamodelNsURI, getPackageURI, importFromResource, installContentHandler, isCompatibleResource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static final OCLASResourceFactory INSTANCE
Constructor Detail

OCLASResourceFactory

public OCLASResourceFactory()
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)
Description copied from class: AbstractASResourceFactory
Creates an instance of the resource.

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