Blame view
src/mior/model/dist/IMiorDistribution.java
178 Bytes
1b1e928cc initial import of... |
1 2 3 4 5 6 7 8 9 10 |
package mior.model.dist; public interface IMiorDistribution { public int getMeanMM(); public int getMeanOM(); public double getMaxFactor(); public double getFactor(); } |