EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
SatisfactionConstraintBuilder.java | 0% (0/1) | 0% (0/2) | 0% (0/11) | 0% (0/2) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class SatisfactionConstraintBuilder | 0% (0/1) | 0% (0/2) | 0% (0/11) | 0% (0/2) |
SatisfactionConstraintBuilder (): void | 0% (0/1) | 0% (0/3) | 0% (0/1) | |
createSatisfactionConstraint (String, Constraint$Direction, double, Objective... | 0% (0/1) | 0% (0/8) | 0% (0/1) |
1 | package de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder; |
2 | |
3 | import org.opt4j.core.Objective; |
4 | import org.opt4j.core.SatisfactionConstraint; |
5 | import org.opt4j.core.Constraint.Direction; |
6 | |
7 | public class SatisfactionConstraintBuilder { |
8 | |
9 | public SatisfactionConstraint createSatisfactionConstraint(String id, |
10 | Direction direction, double limit, Objective objective) { |
11 | |
12 | return new SatisfactionConstraint(id, direction, limit, objective); |
13 | } |
14 | |
15 | } |
[all classes][de.uka.ipd.sdq.dsexplore.qml.pcm.datastructures.builder] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |