pal.misc
Interface NamedParameterized

All Superinterfaces:
Parameterized
All Known Subinterfaces:
RateMatrix

public interface NamedParameterized
extends Parameterized

interface for class with (optimizable) named parameters


Method Summary
 java.lang.String getParameterName(int i)
           
 
Methods inherited from interface pal.misc.Parameterized
getDefaultValue, getLowerLimit, getNumParameters, getParameter, getUpperLimit, setParameter, setParameterSE
 

Method Detail

getParameterName

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