EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.sensorframework.visualisation.dialogs] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
ViewAndAdapterFactory.java | 0% (0/1) | 0% (0/3) | 0% (0/15) | 0% (0/6) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class ViewAndAdapterFactory | 0% (0/1) | 0% (0/3) | 0% (0/15) | 0% (0/6) |
ViewAndAdapterFactory (IConfigurationElement, IAdapterFactory): void | 0% (0/1) | 0% (0/9) | 0% (0/4) | |
getFactory (): IAdapterFactory | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
getView (): IConfigurationElement | 0% (0/1) | 0% (0/3) | 0% (0/1) |
1 | package de.uka.ipd.sdq.sensorframework.visualisation.dialogs; |
2 | |
3 | import org.eclipse.core.runtime.IConfigurationElement; |
4 | |
5 | import de.uka.ipd.sdq.sensorframework.adapter.IAdapterFactory; |
6 | |
7 | public class ViewAndAdapterFactory { |
8 | |
9 | private IConfigurationElement view; |
10 | private IAdapterFactory factory; |
11 | public IConfigurationElement getView() { |
12 | return view; |
13 | } |
14 | public IAdapterFactory getFactory() { |
15 | return factory; |
16 | } |
17 | public ViewAndAdapterFactory(IConfigurationElement view, |
18 | IAdapterFactory factory) { |
19 | super(); |
20 | this.view = view; |
21 | this.factory = factory; |
22 | } |
23 | |
24 | } |
[all classes][de.uka.ipd.sdq.sensorframework.visualisation.dialogs] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |