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

COVERAGE SUMMARY FOR SOURCE FILE [EntryLevelSystemCallObjectiveBuilder.java]

nameclass, %method, %block, %line, %
EntryLevelSystemCallObjectiveBuilder.java0%   (0/1)0%   (0/2)0%   (0/25)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class EntryLevelSystemCallObjectiveBuilder0%   (0/1)0%   (0/2)0%   (0/25)0%   (0/4)
EntryLevelSystemCallObjectiveBuilder (EntryLevelSystemCall): void 0%   (0/1)0%   (0/6)0%   (0/3)
createObjective (String, Objective$Sign): Objective 0%   (0/1)0%   (0/19)0%   (0/1)

1package de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder;
2 
3import org.opt4j.core.Objective;
4import org.opt4j.core.Objective.Sign;
5 
6import de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.EntryLevelSystemCallObjective;
7import de.uka.ipd.sdq.pcm.usagemodel.EntryLevelSystemCall;
8 
9public class EntryLevelSystemCallObjectiveBuilder extends ObjectiveBuilder{
10 
11        private EntryLevelSystemCall entryLevelSystemCall;
12 
13        public EntryLevelSystemCallObjectiveBuilder(
14                        EntryLevelSystemCall entryLevelSystemCall) {
15                this.entryLevelSystemCall = entryLevelSystemCall;
16        }
17 
18        @Override
19        public Objective createObjective(String name, Sign sign) {
20                return new EntryLevelSystemCallObjective(name+"_"+this.entryLevelSystemCall.getId(), sign, this.entryLevelSystemCall);
21        }
22 
23}

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