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

COVERAGE SUMMARY FOR SOURCE FILE [RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviourItemSemanticEditPolicy.java]

nameclass, %method, %block, %line, %
RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviourItemSemanticEditPolicy.java0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviourItemSemanticEditPolicy0%   (0/1)0%   (0/2)0%   (0/11)0%   (0/4)
RecoveryActionBehaviourFailureHandlingAlternatives__RecoveryActionBehaviourIt... 0%   (0/1)0%   (0/4)0%   (0/3)
getDestroyReferenceCommand (DestroyReferenceRequest): Command 0%   (0/1)0%   (0/7)0%   (0/1)

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

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