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

COVERAGE SUMMARY FOR SOURCE FILE [FixedLinkingResourceCostImpl.java]

nameclass, %method, %block, %line, %
FixedLinkingResourceCostImpl.java0%   (0/1)0%   (0/5)0%   (0/12)0%   (0/6)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class FixedLinkingResourceCostImpl0%   (0/1)0%   (0/5)0%   (0/12)0%   (0/6)
FixedLinkingResourceCostImpl (): void 0%   (0/1)0%   (0/3)0%   (0/2)
basicGetAnnotatedElement (): EObject 0%   (0/1)0%   (0/3)0%   (0/1)
eStaticClass (): EClass 0%   (0/1)0%   (0/2)0%   (0/1)
getInitialCost (): double 0%   (0/1)0%   (0/2)0%   (0/1)
getOperatingCost (): double 0%   (0/1)0%   (0/2)0%   (0/1)

1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package de.uka.ipd.sdq.pcm.cost.impl;
8 
9import de.uka.ipd.sdq.pcm.cost.FixedLinkingResourceCost;
10import de.uka.ipd.sdq.pcm.cost.costPackage;
11 
12import de.uka.ipd.sdq.pcm.resourceenvironment.LinkingResource;
13 
14import org.eclipse.emf.common.notify.Notification;
15 
16import org.eclipse.emf.ecore.EClass;
17import org.eclipse.emf.ecore.EObject;
18import org.eclipse.emf.ecore.InternalEObject;
19 
20import org.eclipse.emf.ecore.impl.ENotificationImpl;
21 
22/**
23 * <!-- begin-user-doc -->
24 * An implementation of the model object '<em><b>Fixed Linking Resource Cost</b></em>'.
25 * <!-- end-user-doc -->
26 * <p>
27 * </p>
28 *
29 * @generated
30 */
31public class FixedLinkingResourceCostImpl extends LinkingResourceCostImpl implements FixedLinkingResourceCost {
32        /**
33         * <!-- begin-user-doc -->
34         * <!-- end-user-doc -->
35         * @generated
36         */
37        protected FixedLinkingResourceCostImpl() {
38                super();
39        }
40 
41        /**
42         * <!-- begin-user-doc -->
43         * <!-- end-user-doc -->
44         * @generated
45         */
46        @Override
47        protected EClass eStaticClass() {
48                return costPackage.Literals.FIXED_LINKING_RESOURCE_COST;
49        }
50 
51        /**
52         * <!-- begin-user-doc -->
53         * <!-- end-user-doc -->
54         * @generated not
55         */
56        @Override
57        public double getOperatingCost() {
58                // TODO Auto-generated method stub
59                return 0;
60        }
61 
62        /**
63         * <!-- begin-user-doc -->
64         * <!-- end-user-doc -->
65         * @generated not
66         */
67        @Override
68        public double getInitialCost() {
69                // TODO Auto-generated method stub
70                return 0;
71        }
72 
73        @Override
74        public EObject basicGetAnnotatedElement() {
75                return this.getLinkingresource();
76        }
77 
78} //FixedLinkingResourceCostImpl

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