Class SensitivityResourceFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
- org.palladiosimulator.reliability.sensitivity.util.SensitivityResourceFactoryImpl
-
- All Implemented Interfaces:
Resource.Factory
public class SensitivityResourceFactoryImpl extends ResourceFactoryImpl
The Resource Factory associated with the package.- See Also:
SensitivityResourceImpl
- 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 SensitivityResourceFactoryImpl()
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.
-
-