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 [EntryLevelSystemCallInfeasibilityConstraint.java]

nameclass, %method, %block, %line, %
EntryLevelSystemCallInfeasibilityConstraint.java0%   (0/1)0%   (0/2)0%   (0/12)0%   (0/4)

COVERAGE BREAKDOWN BY CLASS AND METHOD

nameclass, %method, %block, %line, %
     
class EntryLevelSystemCallInfeasibilityConstraint0%   (0/1)0%   (0/2)0%   (0/12)0%   (0/4)
EntryLevelSystemCallInfeasibilityConstraint (String, Constraint$Direction, do... 0%   (0/1)0%   (0/9)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.InfeasibilityConstraint;
4 
5import de.uka.ipd.sdq.pcm.usagemodel.EntryLevelSystemCall;
6 
7public class EntryLevelSystemCallInfeasibilityConstraint extends
8                InfeasibilityConstraint implements EntryLevelSystemCallCriterion {
9 
10        private EntryLevelSystemCall entryLevelSystemCall;
11 
12        public EntryLevelSystemCallInfeasibilityConstraint(String name,
13                        Direction direction, double limit, EntryLevelSystemCall entryLevelSystemCall) {
14                super(name, direction, limit);
15                this.entryLevelSystemCall = entryLevelSystemCall;
16        }
17 
18        @Override
19        public EntryLevelSystemCall getEntryLevelSystemCall() {
20                return this.entryLevelSystemCall;
21        }
22 
23}

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