Interface MultipleStructureAligner

  • All Known Implementing Classes:
    MultipleMcMain

    public interface MultipleStructureAligner
    Interface for the Multiple Structure Alignment Algorithms. The Pairwise Alignment Algorithms can also implement this class to be able to return MultipleAlignment Objects.
    Author:
    Aleix Lafita
    • Method Detail

      • getParameters

        ConfigStrucAligParams getParameters()
        Return the parameters of this algorithm instance.
        Returns:
        The returned Object will be a Java bean.
      • setParameters

        void setParameters​(ConfigStrucAligParams parameters)
        Set the parameters for this algorithm to use.
        Parameters:
        parameters -
      • getAlgorithmName

        String getAlgorithmName()
        Get the name of this Algorithm.
        Returns:
        String name of the algorithm
      • getVersion

        String getVersion()
        Get the Version information for this Algorithm.
        Returns:
        String version of the algorithm