org.ptolemy.moml.util
Class MomlResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.ptolemy.moml.util.MomlResourceFactoryImpl
All Implemented Interfaces:
Resource.Factory

public class MomlResourceFactoryImpl
extends ResourceFactoryImpl

The Resource Factory associated with the package.

See Also:
MomlResourceImpl
Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
 
Field Summary
protected  ExtendedMetaData extendedMetaData
           
 
Constructor Summary
MomlResourceFactoryImpl()
          Creates an instance of the resource factory.
 
Method Summary
 Resource createResource(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
 

Field Detail

extendedMetaData

protected ExtendedMetaData extendedMetaData

Generated:
This code was automatically generated.
Constructor Detail

MomlResourceFactoryImpl

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

Generated:
This code was automatically generated.
Method Detail

createResource

public Resource createResource(URI uri)
Creates an instance of the resource.

Specified by:
createResource in interface Resource.Factory
Overrides:
createResource in class ResourceFactoryImpl
Generated:
This code was automatically generated.