Class AligningSequences

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, SizeOfHandler, Serializable

    public class AligningSequences
    extends SimplePruning
    Aligns the sequences on the left.

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to
        the console (0 = off).
        default: 0
        minimum: 0
     
    -limit <int> (property: limit)
        The size limit for sequences; use -1 for unlimited.
        default: -1
        minimum: -1
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz), Joaquin Vanschoren (joaquin at liacs dot nl)
    See Also:
    Serialized Form
    • Constructor Detail

      • AligningSequences

        public AligningSequences()