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

COVERAGE SUMMARY FOR SOURCE FILE [OperationRequiredRoleItemSemanticEditPolicy.java]

nameclass, %method, %block, %line, %
OperationRequiredRoleItemSemanticEditPolicy.java0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class OperationRequiredRoleItemSemanticEditPolicy0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/3)
OperationRequiredRoleItemSemanticEditPolicy (): void 0%   (0/1)0%   (0/4)0%   (0/2)
getDestroyElementCommand (DestroyElementRequest): Command 0%   (0/1)0%   (0/7)0%   (0/1)

1/*
2 * Copyright 2007, IPD, SDQ, University of Karlsruhe
3 */
4package de.uka.ipd.sdq.pcm.gmf.repository.edit.policies;
5 
6import org.eclipse.gef.commands.Command;
7import org.eclipse.gmf.runtime.emf.type.core.commands.DestroyElementCommand;
8import org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest;
9 
10import de.uka.ipd.sdq.pcm.gmf.repository.providers.PalladioComponentModelElementTypes;
11 
12/**
13 * @generated
14 */
15public class OperationRequiredRoleItemSemanticEditPolicy extends
16                PalladioComponentModelBaseItemSemanticEditPolicy {
17 
18        /**
19         * @generated
20         */
21        public OperationRequiredRoleItemSemanticEditPolicy() {
22                super(PalladioComponentModelElementTypes.OperationRequiredRole_4106);
23        }
24 
25        /**
26         * @generated
27         */
28        protected Command getDestroyElementCommand(DestroyElementRequest req) {
29                return getGEFWrapper(new DestroyElementCommand(req));
30        }
31 
32}

[all classes][de.uka.ipd.sdq.pcm.gmf.repository.edit.policies]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov