bpp-phyl3  3.0.0
AbstractSubstitutionProcess.cpp
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
6 
7 using namespace bpp;
8 using namespace std;
9 
11 {
12  ParameterList pl = getSubstitutionModelParameters(true);
13  pl.includeParameters(getRootFrequenciesParameters(true));
14  pl.includeParameters(getRateDistributionParameters(true));
15 
16  pl.includeParameters(getAliasedParameters(pl));
17  pl.includeParameters(getFromParameters(pl));
18 
19  return pl;
20 }
ParameterList getNonDerivableParameters() const
get NonDerivable parameters
virtual void includeParameters(const ParameterList &params)
Defines the basic types of data flow nodes.