EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pcm.gmf.allocation.view.factories] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
AllocationComponentLabelViewFactory.java | 0% (0/1) | 0% (0/2) | 0% (0/9) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class AllocationComponentLabelViewFactory | 0% (0/1) | 0% (0/2) | 0% (0/9) | 0% (0/3) |
AllocationComponentLabelViewFactory (): 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 | */ |
4 | package de.uka.ipd.sdq.pcm.gmf.allocation.view.factories; |
5 | |
6 | import org.eclipse.core.runtime.IAdaptable; |
7 | import org.eclipse.gmf.runtime.notation.View; |
8 | import java.util.ArrayList; |
9 | import java.util.List; |
10 | |
11 | import org.eclipse.gmf.runtime.diagram.ui.view.factories.BasicNodeViewFactory; |
12 | |
13 | /** |
14 | * @generated |
15 | */ |
16 | public class AllocationComponentLabelViewFactory extends BasicNodeViewFactory { |
17 | |
18 | /** |
19 | * @generated |
20 | */ |
21 | protected List createStyles(View view) { |
22 | List styles = new ArrayList(); |
23 | return styles; |
24 | } |
25 | } |
[all classes][de.uka.ipd.sdq.pcm.gmf.allocation.view.factories] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |