lphy.base.function.taxa.CreateTaxa 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.function.taxa;
import lphy.base.evolution.Taxa;
import lphy.base.evolution.Taxon;
import lphy.core.model.DeterministicFunction;
import lphy.core.model.Value;
import lphy.core.model.annotation.GeneratorCategory;
import lphy.core.model.annotation.GeneratorInfo;
import lphy.core.model.annotation.ParameterInfo;
import java.lang.reflect.Array;
public class CreateTaxa extends DeterministicFunction {
public static final String taxaParamName = "names";
public static final String speciesParamName = "species";
public static final String agesParamName = "ages";
public CreateTaxa(@ParameterInfo(name = taxaParamName, description = "an array of objects representing taxa names") Value