| EMMA Coverage Report (generated Sun Feb 05 10:43:15 CET 2012) |
|---|
| [all classes][de.uka.ipd.sdq.simucomframework.variables.functions] |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| AbstractProbDistFunction.java | 0% (0/1) | 0% (0/1) | 0% (0/9) | 0% (0/4) |
| name | class, % | method, % | block, % | line, % |
|---|---|---|---|---|
| class AbstractProbDistFunction | 0% (0/1) | 0% (0/1) | 0% (0/9) | 0% (0/4) |
| AbstractProbDistFunction (IRandomGenerator, IPDFFactory): void | 0% (0/1) | 0% (0/9) | 0% (0/4) |
| 1 | package de.uka.ipd.sdq.simucomframework.variables.functions; |
| 2 | |
| 3 | import de.uka.ipd.sdq.probfunction.math.IPDFFactory; |
| 4 | import de.uka.ipd.sdq.probfunction.math.IRandomGenerator; |
| 5 | |
| 6 | |
| 7 | public abstract class AbstractProbDistFunction implements IFunction |
| 8 | { |
| 9 | protected IRandomGenerator randomGen; |
| 10 | protected IPDFFactory factory; |
| 11 | |
| 12 | public AbstractProbDistFunction(IRandomGenerator randomGen, IPDFFactory factory) { |
| 13 | |
| 14 | this.randomGen = randomGen; |
| 15 | this.factory = factory; |
| 16 | } |
| 17 | |
| 18 | |
| 19 | } |
| [all classes][de.uka.ipd.sdq.simucomframework.variables.functions] |
| EMMA 2.0.9414 (unsupported private build) (C) Vladimir Roubtsov |