Package pal.misc
Interface NamedParameterized
- All Superinterfaces:
Parameterized
- All Known Subinterfaces:
RateMatrix
- All Known Implementing Classes:
AbstractRateMatrix
,AminoAcidModel
,BLOSUM62
,CachedRateMatrix
,CodonModel
,CPREV
,Dayhoff
,F81
,F84
,GTR
,HKY
,JTT
,MTREV24
,NucleotideModel
,TN
,TwoStateModel
,VT
,WAG
,YangCodonModel
interface for class with (optimizable) named parameters
- Version:
- $Id: NamedParameterized.java,v 1.2 2001/11/20 19:58:45 alexi Exp $
- Author:
- Alexei Drummond
-
Nested Class Summary
Nested classes/interfaces inherited from interface pal.misc.Parameterized
Parameterized.Null, Parameterized.ParameterizedBase, Parameterized.ParameterizedUser, Parameterized.Utils
-
Method Summary
Methods inherited from interface pal.misc.Parameterized
getDefaultValue, getLowerLimit, getNumParameters, getParameter, getUpperLimit, setParameter, setParameterSE
-
Method Details
-
getParameterName
- Returns:
- a short identifier for this parameter type. Should be the same for all instances of a given class!
-