EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.pcm.qosannotations.util]

COVERAGE SUMMARY FOR SOURCE FILE [QosannotationsResourceFactoryImpl.java]

nameclass, %method, %block, %line, %
QosannotationsResourceFactoryImpl.java0%   (0/1)0%   (0/2)0%   (0/10)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class QosannotationsResourceFactoryImpl0%   (0/1)0%   (0/2)0%   (0/10)0%   (0/4)
QosannotationsResourceFactoryImpl (): void 0%   (0/1)0%   (0/3)0%   (0/2)
createResource (URI): Resource 0%   (0/1)0%   (0/7)0%   (0/2)

1/**
2 * Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany
3 *
4 * $Id$
5 */
6package de.uka.ipd.sdq.pcm.qosannotations.util;
7 
8import org.eclipse.emf.common.util.URI;
9import org.eclipse.emf.ecore.resource.Resource;
10import org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl;
11import org.eclipse.emf.ecore.xmi.XMLResource;
12 
13/**
14 * <!-- begin-user-doc -->
15 * The <b>Resource Factory</b> associated with the package.
16 * <!-- end-user-doc -->
17 * @see de.uka.ipd.sdq.pcm.qosannotations.util.QosannotationsResourceImpl
18 * @generated
19 */
20public class QosannotationsResourceFactoryImpl extends ResourceFactoryImpl {
21        /**
22         * <!-- begin-user-doc -->
23         * <!-- end-user-doc -->
24         * @generated
25         */
26        public static final String copyright = "Copyright 2005-2009 by SDQ, IPD, University of Karlsruhe, Germany";
27 
28        /**
29         * Creates an instance of the resource factory.
30         * <!-- begin-user-doc -->
31         * <!-- end-user-doc -->
32         * @generated
33         */
34        public QosannotationsResourceFactoryImpl() {
35                super();
36        }
37 
38        /**
39         * Creates an instance of the resource.
40         * <!-- begin-user-doc -->
41         * <!-- end-user-doc -->
42         * @generated
43         */
44        @Override
45        public Resource createResource(URI uri) {
46                XMLResource result = new QosannotationsResourceImpl(uri);
47                return result;
48        }
49 
50} //QosannotationsResourceFactoryImpl

[all classes][de.uka.ipd.sdq.pcm.qosannotations.util]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov