Class LqnResourceFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
- org.palladiosimulator.solver.lqn.util.LqnResourceFactoryImpl
-
- All Implemented Interfaces:
Resource.Factory
public class LqnResourceFactoryImpl extends ResourceFactoryImpl
The Resource Factory associated with the package.- See Also:
LqnResourceImpl
- Generated class or method.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
Resource.Factory.Descriptor, Resource.Factory.Registry
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtendedMetaData
extendedMetaData
-
Constructor Summary
Constructors Constructor Description LqnResourceFactoryImpl()
Creates an instance of the resource factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
createResource(URI uri)
Creates an instance of the resource.
-
-
-
Field Detail
-
extendedMetaData
protected ExtendedMetaData extendedMetaData
- Generated class or method.
-
-
Method Detail
-
createResource
public Resource createResource(URI uri)
Creates an instance of the resource.- Specified by:
createResource
in interfaceResource.Factory
- Overrides:
createResource
in classResourceFactoryImpl
- Generated class or method.
-
-