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

COVERAGE SUMMARY FOR SOURCE FILE [EntryLevelSystemCallSatisfactionConstraint.java]

nameclass, %method, %block, %line, %
EntryLevelSystemCallSatisfactionConstraint.java0%   (0/1)0%   (0/2)0%   (0/13)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class EntryLevelSystemCallSatisfactionConstraint0%   (0/1)0%   (0/2)0%   (0/13)0%   (0/4)
EntryLevelSystemCallSatisfactionConstraint (String, Constraint$Direction, dou... 0%   (0/1)0%   (0/10)0%   (0/3)
getEntryLevelSystemCall (): EntryLevelSystemCall 0%   (0/1)0%   (0/3)0%   (0/1)

1package de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures;
2 
3import org.opt4j.core.Objective;
4import org.opt4j.core.SatisfactionConstraint;
5 
6import de.uka.ipd.sdq.pcm.usagemodel.EntryLevelSystemCall;
7 
8public class EntryLevelSystemCallSatisfactionConstraint extends
9                SatisfactionConstraint implements EntryLevelSystemCallCriterion {
10 
11        private EntryLevelSystemCall entryLevelSystemCall;
12 
13        public EntryLevelSystemCallSatisfactionConstraint(String id,
14                        Direction direction, double limit, Objective objective,
15                        EntryLevelSystemCall entryLevelSystemCall) {
16                super(id, direction, limit, objective);
17                this.entryLevelSystemCall = entryLevelSystemCall;
18        }
19 
20        @Override
21        public EntryLevelSystemCall getEntryLevelSystemCall() {
22                return this.entryLevelSystemCall;
23        }
24 
25}

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