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

COVERAGE SUMMARY FOR SOURCE FILE [AssemblyConnectorItemSemanticEditPolicy.java]

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

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class AssemblyConnectorItemSemanticEditPolicy0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/3)
AssemblyConnectorItemSemanticEditPolicy (): 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, SDQ, IPD, Uni Karlsruhe (TH)
3 */
4package de.uka.ipd.sdq.pcm.gmf.composite.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;
9import de.uka.ipd.sdq.pcm.gmf.composite.providers.PalladioComponentModelElementTypes;
10 
11/**
12 * @generated
13 */
14public class AssemblyConnectorItemSemanticEditPolicy extends
15                PalladioComponentModelBaseItemSemanticEditPolicy {
16 
17        /**
18         * @generated
19         */
20        public AssemblyConnectorItemSemanticEditPolicy() {
21                super(PalladioComponentModelElementTypes.AssemblyConnector_4004);
22        }
23 
24        /**
25         * @generated
26         */
27        protected Command getDestroyElementCommand(DestroyElementRequest req) {
28                return getGEFWrapper(new DestroyElementCommand(req));
29        }
30 
31}

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