Class RuntimeMeasurementResourceFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
- org.palladiosimulator.runtimemeasurement.util.RuntimeMeasurementResourceFactoryImpl
-
- All Implemented Interfaces:
Resource.Factory
public class RuntimeMeasurementResourceFactoryImpl extends ResourceFactoryImpl
The Resource Factory associated with the package.- See Also:
RuntimeMeasurementResourceImpl
- 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
-
-
Constructor Summary
Constructors Constructor Description RuntimeMeasurementResourceFactoryImpl()
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.
-
-
-
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.
-
-