EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012)
[all classes][de.uka.ipd.sdq.dsexplore.launch]

COVERAGE SUMMARY FOR SOURCE FILE [Dimension.java]

nameclass, %method, %block, %line, %
Dimension.java0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class Dimension0%   (0/1)0%   (0/2)0%   (0/9)0%   (0/4)
Dimension (String): void 0%   (0/1)0%   (0/6)0%   (0/3)
getId (): String 0%   (0/1)0%   (0/3)0%   (0/1)

1package de.uka.ipd.sdq.dsexplore.launch;
2 
3/**
4 * To be replaced by the QML Criterion (= objective or constraint).
5 * 
6 * This is not yet the Opt4J objective. 
7 * 
8 * Store the objective using its getID string.
9 * 
10 * @author martens
11 *
12 */
13@Deprecated
14public class Dimension { //H�? Objective oder Criterion??
15        
16        private String id;
17 
18        public Dimension(String id){
19                this.id = id;
20        }
21 
22        /**
23         * @return the id
24         */
25        public String getId() {
26                return id;
27        }
28 
29}

[all classes][de.uka.ipd.sdq.dsexplore.launch]
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov