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

COVERAGE SUMMARY FOR SOURCE FILE [ResourceContainerEntityNameViewFactory.java]

nameclass, %method, %block, %line, %
ResourceContainerEntityNameViewFactory.java0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/3)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class ResourceContainerEntityNameViewFactory0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/3)
ResourceContainerEntityNameViewFactory (): void 0%   (0/1)0%   (0/3)0%   (0/1)
createStyles (View): List 0%   (0/1)0%   (0/6)0%   (0/2)

1/*
2 *Copyright 2007, SDQ, IPD, U KA
3 */
4package de.uka.ipd.sdq.pcm.gmf.allocation.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 ResourceContainerEntityNameViewFactory extends
17                BasicNodeViewFactory {
18 
19        /**
20         * @generated
21         */
22        protected List createStyles(View view) {
23                List styles = new ArrayList();
24                return styles;
25        }
26}

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