org.eodisp.hla.crc.omt.util
Class OmtResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
      extended by org.eodisp.hla.crc.omt.util.OmtResourceFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory

public class OmtResourceFactoryImpl
extends org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl

The Resource Factory associated with the package.

See Also:
OmtResourceImpl
generated

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 java.lang.String copyright
           
protected  org.eclipse.emf.ecore.util.ExtendedMetaData extendedMetaData
           
 
Constructor Summary
OmtResourceFactoryImpl()
          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.
 org.eclipse.emf.ecore.resource.Resource createResourceGen(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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
generated

extendedMetaData

protected org.eclipse.emf.ecore.util.ExtendedMetaData extendedMetaData

generated
Constructor Detail

OmtResourceFactoryImpl

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

generated
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
generated
not

createResourceGen

public org.eclipse.emf.ecore.resource.Resource createResourceGen(org.eclipse.emf.common.util.URI uri)
Creates an instance of the resource.

generated