Class QSequenceSimpleLCSCommand

java.lang.Object
de.regnis.q.sequence.QSequenceSimpleLCSCommand

public class QSequenceSimpleLCSCommand extends Object
  • Field Details

    • left

      private final boolean left
    • from

      private final int from
    • to

      private final int to
  • Constructor Details

    • QSequenceSimpleLCSCommand

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

    • isLeft

      public boolean isLeft()
    • getFrom

      public int getFrom()
    • getTo

      public int getTo()