Class Algorithm

java.lang.Object
pt.ist.phylolib.command.algorithm.Algorithm
All Implemented Interfaces:
ICommand<Matrix,​Tree>
Direct Known Subclasses:
Edmonds, GloballyClosestPairs, GoeBURST, NeighbourJoining

public abstract class Algorithm
extends java.lang.Object
implements ICommand<Matrix,​Tree>
Responsible for calculating a phylogenetic tree from a distance matrix.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface pt.ist.phylolib.command.ICommand

    ICommand.IGetter<T>
  • Field Summary

    Fields inherited from interface pt.ist.phylolib.command.ICommand

    COMMAND, FINISHED, STARTED, UNUSED
  • Constructor Summary

    Constructors 
    Constructor Description
    Algorithm()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface pt.ist.phylolib.command.ICommand

    init, process
  • Constructor Details