public class QSequenceSimpleLCSCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
from |
private boolean |
left |
private int |
to |
Constructor and Description |
---|
QSequenceSimpleLCSCommand(boolean left,
int from,
int to) |
Modifier and Type | Method and Description |
---|---|
int |
getFrom() |
int |
getTo() |
boolean |
isLeft() |