Building an example, I just noticed that
|
public class ConversionRate extends RealParameter { |
It seems that ConversionRate has no state (or ignores its state), so why is it not a Function instead? Are there BEAST2 objects that we want to feed a ConversionRate into which expect a RealParameter even though a Function should suffice? It wouldn't be the first time.
Building an example, I just noticed that
contacTrees/src/contactrees/model/ConversionRate.java
Line 12 in ab1df01
It seems that
ConversionRatehas no state (or ignores its state), so why is it not a Function instead? Are there BEAST2 objects that we want to feed aConversionRateinto which expect a RealParameter even though a Function should suffice? It wouldn't be the first time.