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
7using namespace bpp;
8using namespace std;
9
10ParameterList AbstractSubstitutionProcess::getNonDerivableParameters() const
11{
15
18
19 return pl;
20}
ParameterList getAliasedParameters(const ParameterList &pl) const
ParameterList getFromParameters(const ParameterList &pl) const
virtual void includeParameters(const ParameterList &params)
virtual ParameterList getSubstitutionModelParameters(bool independent) const =0
Methods to retrieve the parameters of specific objects.
virtual ParameterList getRootFrequenciesParameters(bool independent) const =0
virtual ParameterList getRateDistributionParameters(bool independent) const =0
Defines the basic types of data flow nodes.