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, % |
---|---|---|---|---|
ResourceContainerEntityNameViewFactory.java | 0% (0/1) | 0% (0/2) | 0% (0/9) | 0% (0/3) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ResourceContainerEntityNameViewFactory | 0% (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 | */ |
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 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 |