Package de.regnis.q.sequence
Class QSequenceSimpleLCSCommand
java.lang.Object
de.regnis.q.sequence.QSequenceSimpleLCSCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-