EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
---|
[all classes][de.uka.ipd.sdq.pcm.transformations.builder.seff] |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
StaticInternalActionDescriptor.java | 0% (0/1) | 0% (0/2) | 0% (0/10) | 0% (0/4) |
name | class, % | method, % | block, % | line, % |
---|---|---|---|---|
class StaticInternalActionDescriptor | 0% (0/1) | 0% (0/2) | 0% (0/10) | 0% (0/4) |
StaticInternalActionDescriptor (String, ProcessingResourceType): void | 0% (0/1) | 0% (0/7) | 0% (0/3) | |
getResourceDemand (): String | 0% (0/1) | 0% (0/3) | 0% (0/1) |
1 | package de.uka.ipd.sdq.pcm.transformations.builder.seff; |
2 | |
3 | import de.uka.ipd.sdq.pcm.resourcetype.ProcessingResourceType; |
4 | |
5 | public class StaticInternalActionDescriptor |
6 | extends AbstractInternalActionDescriptor { |
7 | |
8 | private String demand; |
9 | |
10 | public StaticInternalActionDescriptor(String demand, ProcessingResourceType resourceType) { |
11 | super(resourceType); |
12 | this.demand = demand; |
13 | } |
14 | |
15 | @Override |
16 | public String getResourceDemand() { |
17 | return demand; |
18 | } |
19 | |
20 | } |
[all classes][de.uka.ipd.sdq.pcm.transformations.builder.seff] |
EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |