lphy.base.evolution.EvolutionConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lphy-base Show documentation
Show all versions of lphy-base Show documentation
The standard library of LPhy, which contains the required generative distributions and basic functions.
The newest version!
package lphy.base.evolution;
public class EvolutionConstants {
public static final String treeParamName = "tree";
public static final String taxaParamName = "taxa";
}