RISC JKU

at.jku.risc.stout.urauc.algo

Class AlignFncLAA



  • public class AlignFncLAA
    extends AlignFnc
    Implementation of an alignment computation function with longest subsequence.
    This implementation combines the common subsequence generator and the admissibility test. It generates all the admissible alignments of two given sequences of a certain length.
    Author:
    Alexander Baumgartner
    See Also:
    AlignFnc
    • Constructor Detail

      • AlignFncLAA

        public AlignFncLAA()