pal.misc
Interface BranchLimits

All Known Implementing Classes:
TimeOrderCharacterData

public interface BranchLimits

limits for branch lengths


Field Summary
static double ABSTOL
          maximum tolerated error when determining branch lengths
static double DEFAULT_LENGTH
          default branch length
static int FRACDIGITS
          desired fractional digits when determining branch lengths
static double MAXARC
          maximum branch length
static double MINARC
          minimum branch length
 

Field Detail

MINARC

public static final double MINARC
minimum branch length

See Also:
Constant Field Values

MAXARC

public static final double MAXARC
maximum branch length

See Also:
Constant Field Values

DEFAULT_LENGTH

public static final double DEFAULT_LENGTH
default branch length

See Also:
Constant Field Values

ABSTOL

public static final double ABSTOL
maximum tolerated error when determining branch lengths

See Also:
Constant Field Values

FRACDIGITS

public static final int FRACDIGITS
desired fractional digits when determining branch lengths

See Also:
Constant Field Values