| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.pcm.gmf.allocation.part] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| PalladioComponentModelAllocationDiagramActionBarContributor.java | 0% (0/1) | 0% (0/3) | 0% (0/7) | 0% (0/3) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class PalladioComponentModelAllocationDiagramActionBarContributor | 0% (0/1) | 0% (0/3) | 0% (0/7) | 0% (0/3) |
| PalladioComponentModelAllocationDiagramActionBarContributor (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
| getEditorClass (): Class | 0% (0/1) | 0% (0/2) | 0% (0/1) | |
| getEditorId (): String | 0% (0/1) | 0% (0/2) | 0% (0/1) |
| 1 | /* |
| 2 | *Copyright 2007, SDQ, IPD, U KA |
| 3 | */ |
| 4 | package de.uka.ipd.sdq.pcm.gmf.allocation.part; |
| 5 | |
| 6 | import org.eclipse.gmf.runtime.diagram.ui.parts.DiagramActionBarContributor; |
| 7 | |
| 8 | /** |
| 9 | * @generated |
| 10 | */ |
| 11 | public class PalladioComponentModelAllocationDiagramActionBarContributor extends |
| 12 | DiagramActionBarContributor { |
| 13 | |
| 14 | /** |
| 15 | * @generated |
| 16 | */ |
| 17 | protected Class getEditorClass() { |
| 18 | return PalladioComponentModelAllocationDiagramEditor.class; |
| 19 | } |
| 20 | |
| 21 | /** |
| 22 | * @generated |
| 23 | */ |
| 24 | protected String getEditorId() { |
| 25 | return PalladioComponentModelAllocationDiagramEditor.ID; |
| 26 | } |
| 27 | } |
| [all classes][de.uka.ipd.sdq.pcm.gmf.allocation.part] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |