public class CommandSequence extends Object
| Constructor and Description |
|---|
CommandSequence(CommandSequence parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLevel()
Get level of sequences.
|
void |
increment(ICommand command)
Increment sequence.
|
String |
toString() |
public CommandSequence(CommandSequence parent)
parent - parent command sequence.Copyright © 2017. All rights reserved.