de.uka.ipd.sdq.probfunction.math
Class PDFConfiguration
java.lang.Object
de.uka.ipd.sdq.probfunction.math.PDFConfiguration
public class PDFConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDistance
public double getDistance()
getNumSamplingPoints
public int getNumSamplingPoints()
getUnit
public IUnit getUnit()
getCurrentConfiguration
public static PDFConfiguration getCurrentConfiguration()
throws ConfigurationNotSetException
- Throws:
ConfigurationNotSetException
setCurrentConfiguration
public static void setCurrentConfiguration(int numSamplingPoints,
double distance,
IUnit unit)