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

public interface NamedParameterized extends Parameterized
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
  • Method Details

    • getParameterName

      String getParameterName(int i)
      Returns:
      a short identifier for this parameter type. Should be the same for all instances of a given class!