5 #ifndef BPP_PHYL_LIKELIHOOD_AUTONOMOUS_SUBSTITUTIONPROCESS_H
6 #define BPP_PHYL_LIKELIHOOD_AUTONOMOUS_SUBSTITUTIONPROCESS_H
Interface for SubstitutionProcess objects that own their own ParametrizablePhyloTree & Scenario.
virtual void setModelScenario(std::shared_ptr< ModelScenario > modelScenario)=0
set the ModelScenario.
virtual void setRootFrequencySet(std::shared_ptr< FrequencySetInterface > rootfrequency)=0
set the RootFrequency.
virtual void setPhyloTree(const PhyloTree &phyloTree)=0
set the ParametrizablePhyloTree.
This interface describes the substitution process along the tree and sites of the alignment.
Defines the basic types of data flow nodes.