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

COVERAGE SUMMARY FOR SOURCE FILE [QMLProfileEditPlugin.java]

nameclass, %method, %block, %line, %
QMLProfileEditPlugin.java0%   (0/2)0%   (0/6)0%   (0/42)0%   (0/16)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class QMLProfileEditPlugin0%   (0/1)0%   (0/5)0%   (0/37)0%   (0/13)
<static initializer> 0%   (0/1)0%   (0/5)0%   (0/2)
QMLProfileEditPlugin (): void 0%   (0/1)0%   (0/25)0%   (0/8)
access$0 (QMLProfileEditPlugin$Implementation): void 0%   (0/1)0%   (0/3)0%   (0/1)
getPlugin (): QMLProfileEditPlugin$Implementation 0%   (0/1)0%   (0/2)0%   (0/1)
getPluginResourceLocator (): ResourceLocator 0%   (0/1)0%   (0/2)0%   (0/1)
     
class QMLProfileEditPlugin$Implementation0%   (0/1)0%   (0/1)0%   (0/5)0%   (0/3)
QMLProfileEditPlugin$Implementation (): void 0%   (0/1)0%   (0/5)0%   (0/3)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.dsexplore.qml.profile.QMLProfile.provider;
8 
9import de.uka.ipd.sdq.identifier.provider.IdentifierEditPlugin;
10 
11import de.uka.ipd.sdq.pcm.core.provider.PalladioComponentModelEditPlugin;
12 
13import de.uka.ipd.sdq.probfunction.provider.ProbabilityFunctionEditPlugin;
14 
15import de.uka.ipd.sdq.stoex.provider.StoexEditPlugin;
16 
17import de.uka.ipd.sdq.units.provider.UnitsEditPlugin;
18 
19import org.eclipse.emf.common.EMFPlugin;
20 
21import org.eclipse.emf.common.util.ResourceLocator;
22 
23/**
24 * This is the central singleton for the QMLProfile edit plugin.
25 * <!-- begin-user-doc -->
26 * <!-- end-user-doc -->
27 * @generated
28 */
29public final class QMLProfileEditPlugin extends EMFPlugin {
30        /**
31         * Keep track of the singleton.
32         * <!-- begin-user-doc -->
33         * <!-- end-user-doc -->
34         * @generated
35         */
36        public static final QMLProfileEditPlugin INSTANCE = new QMLProfileEditPlugin();
37 
38        /**
39         * Keep track of the singleton.
40         * <!-- begin-user-doc -->
41         * <!-- end-user-doc -->
42         * @generated
43         */
44        private static Implementation plugin;
45 
46        /**
47         * Create the instance.
48         * <!-- begin-user-doc -->
49         * <!-- end-user-doc -->
50         * @generated
51         */
52        public QMLProfileEditPlugin() {
53                super
54                  (new ResourceLocator [] {
55                     IdentifierEditPlugin.INSTANCE,
56                     PalladioComponentModelEditPlugin.INSTANCE,
57                     ProbabilityFunctionEditPlugin.INSTANCE,
58                     StoexEditPlugin.INSTANCE,
59                     UnitsEditPlugin.INSTANCE,
60                   });
61        }
62 
63        /**
64         * Returns the singleton instance of the Eclipse plugin.
65         * <!-- begin-user-doc -->
66         * <!-- end-user-doc -->
67         * @return the singleton instance.
68         * @generated
69         */
70        @Override
71        public ResourceLocator getPluginResourceLocator() {
72                return plugin;
73        }
74 
75        /**
76         * Returns the singleton instance of the Eclipse plugin.
77         * <!-- begin-user-doc -->
78         * <!-- end-user-doc -->
79         * @return the singleton instance.
80         * @generated
81         */
82        public static Implementation getPlugin() {
83                return plugin;
84        }
85 
86        /**
87         * The actual implementation of the Eclipse <b>Plugin</b>.
88         * <!-- begin-user-doc -->
89         * <!-- end-user-doc -->
90         * @generated
91         */
92        public static class Implementation extends EclipsePlugin {
93                /**
94                 * Creates an instance.
95                 * <!-- begin-user-doc -->
96                 * <!-- end-user-doc -->
97                 * @generated
98                 */
99                public Implementation() {
100                        super();
101 
102                        // Remember the static instance.
103                        //
104                        plugin = this;
105                }
106        }
107 
108}

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