Class QSequenceSimpleLCSCommand


  • public class QSequenceSimpleLCSCommand
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int from  
      private boolean left  
      private int to  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFrom()  
      int getTo()  
      boolean isLeft()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • left

        private final boolean left
      • from

        private final int from
      • to

        private final int to
    • Constructor Detail

      • QSequenceSimpleLCSCommand

        public QSequenceSimpleLCSCommand​(boolean left,
                                         int from,
                                         int to)
    • Method Detail

      • isLeft

        public boolean isLeft()
      • getFrom

        public int getFrom()
      • getTo

        public int getTo()