Class AggregatedUsageContextResourceFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl
-
- org.palladiosimulator.solver.context.aggregatedUsageContext.util.AggregatedUsageContextResourceFactoryImpl
-
- All Implemented Interfaces:
Resource.Factory
public class AggregatedUsageContextResourceFactoryImpl extends ResourceFactoryImpl
The Resource Factory associated with the package.- See Also:
AggregatedUsageContextResourceImpl
- 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 AggregatedUsageContextResourceFactoryImpl()
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
-
copyright
public static final String copyright
- See Also:
- Constant Field Values
- 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.
-
-