All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lphy.base.evolution.HasTaxa Maven / Gradle / Ivy

Go to download

The standard library of LPhy, which contains the required generative distributions and basic functions.

The newest version!
package lphy.base.evolution;

/**
 * For everything has taxa, and getTaxa when needed.
 */
public interface HasTaxa {
    /**
     * @return a taxa object describing the taxa.
     */
    Taxa getTaxa();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy