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

COVERAGE SUMMARY FOR SOURCE FILE [ResultdecoratorEditorPlugin.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

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

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