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

COVERAGE SUMMARY FOR SOURCE FILE [QMLProfileXMLProcessor.java]

nameclass, %method, %block, %line, %
QMLProfileXMLProcessor.java0%   (0/1)0%   (0/2)0%   (0/32)0%   (0/8)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class QMLProfileXMLProcessor0%   (0/1)0%   (0/2)0%   (0/32)0%   (0/8)
QMLProfileXMLProcessor (): void 0%   (0/1)0%   (0/7)0%   (0/3)
getRegistrations (): Map 0%   (0/1)0%   (0/25)0%   (0/5)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.dsexplore.qml.profile.QMLProfile.util;
8 
9import de.uka.ipd.sdq.dsexplore.qml.profile.QMLProfile.QMLProfilePackage;
10 
11import java.util.Map;
12 
13import org.eclipse.emf.ecore.EPackage;
14 
15import org.eclipse.emf.ecore.resource.Resource;
16 
17import org.eclipse.emf.ecore.xmi.util.XMLProcessor;
18 
19/**
20 * This class contains helper methods to serialize and deserialize XML documents
21 * <!-- begin-user-doc -->
22 * <!-- end-user-doc -->
23 * @generated
24 */
25public class QMLProfileXMLProcessor extends XMLProcessor {
26 
27        /**
28         * Public constructor to instantiate the helper.
29         * <!-- begin-user-doc -->
30         * <!-- end-user-doc -->
31         * @generated
32         */
33        public QMLProfileXMLProcessor() {
34                super((EPackage.Registry.INSTANCE));
35                QMLProfilePackage.eINSTANCE.eClass();
36        }
37        
38        /**
39         * Register for "*" and "xml" file extensions the QMLProfileResourceFactoryImpl factory.
40         * <!-- begin-user-doc -->
41         * <!-- end-user-doc -->
42         * @generated
43         */
44        @Override
45        protected Map<String, Resource.Factory> getRegistrations() {
46                if (registrations == null) {
47                        super.getRegistrations();
48                        registrations.put(XML_EXTENSION, new QMLProfileResourceFactoryImpl());
49                        registrations.put(STAR_EXTENSION, new QMLProfileResourceFactoryImpl());
50                }
51                return registrations;
52        }
53 
54} //QMLProfileXMLProcessor

[all classes][de.uka.ipd.sdq.dsexplore.qml.profile.QMLProfile.util]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov