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

COVERAGE SUMMARY FOR SOURCE FILE [AssemblyContextEntityNameViewFactory.java]

nameclass, %method, %block, %line, %
AssemblyContextEntityNameViewFactory.java0%   (0/1)0%   (0/3)0%   (0/18)0%   (0/6)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class AssemblyContextEntityNameViewFactory0%   (0/1)0%   (0/3)0%   (0/18)0%   (0/6)
AssemblyContextEntityNameViewFactory (): void 0%   (0/1)0%   (0/3)0%   (0/1)
createStyles (View): List 0%   (0/1)0%   (0/6)0%   (0/2)
decorateView (View, View, IAdaptable, String, int, boolean): void 0%   (0/1)0%   (0/9)0%   (0/3)

1/*
2 *Copyright 2007, SDQ, IPD, Uni Karlsruhe (TH)
3 */
4package de.uka.ipd.sdq.pcm.gmf.composite.view.factories;
5 
6import org.eclipse.core.runtime.IAdaptable;
7import org.eclipse.gmf.runtime.notation.View;
8import java.util.ArrayList;
9import java.util.List;
10 
11import org.eclipse.gmf.runtime.diagram.ui.view.factories.BasicNodeViewFactory;
12 
13/**
14 * @generated
15 */
16public class AssemblyContextEntityNameViewFactory extends BasicNodeViewFactory {
17 
18        /**
19         * @generated
20         */
21        protected void decorateView(View containerView, View view,
22                        IAdaptable semanticAdapter, String semanticHint, int index,
23                        boolean persisted) {
24                super.decorateView(containerView, view, semanticAdapter, semanticHint,
25                                index, persisted);
26        }
27 
28        /**
29         * @generated
30         */
31        protected List createStyles(View view) {
32                List styles = new ArrayList();
33                return styles;
34        }
35}

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