EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pcm.dialogs.usage] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
OpenVariableCharacterisationDialog.java | 0% (0/1) | 0% (0/2) | 0% (0/11) | 0% (0/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class OpenVariableCharacterisationDialog | 0% (0/1) | 0% (0/2) | 0% (0/11) | 0% (0/4) |
OpenVariableCharacterisationDialog (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
getRandomVariable (EObject): RandomVariable | 0% (0/1) | 0% (0/8) | 0% (0/3) |
1 | package de.uka.ipd.sdq.pcm.dialogs.usage; |
2 | |
3 | import org.eclipse.emf.ecore.EObject; |
4 | |
5 | import de.uka.ipd.sdq.pcm.parameter.VariableCharacterisation; |
6 | import de.uka.ipd.sdq.stoex.RandomVariable; |
7 | |
8 | // Manually written open policy to open the StoEx Dialog. It's |
9 | // called via a CustomBehaviour in the genmap |
10 | public class OpenVariableCharacterisationDialog extends OpenStoExDialog { |
11 | |
12 | |
13 | @Override |
14 | protected RandomVariable getRandomVariable(EObject parent) { |
15 | VariableCharacterisation cw = (VariableCharacterisation) parent; |
16 | RandomVariable rv = cw.getSpecification_VariableCharacterisation(); |
17 | return rv; |
18 | } |
19 | } |
[all classes][de.uka.ipd.sdq.pcm.dialogs.usage] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |