-
public class SequentialCommand.SequentialCommandBuilder extends CommandBuilder<SequentialCommand>
-
-
Method Summary
Modifier and Type Method Description SequentialCommand.SequentialCommandBuilder
sequential(Command command)
Add a new command to the sequence. SequentialCommand
build(String name)
Completes the command building. -
-
Method Detail
-
sequential
SequentialCommand.SequentialCommandBuilder sequential(Command command)
Add a new command to the sequence.
- Parameters:
command
- command to be added to the sequence.
-
build
SequentialCommand build(String name)
Completes the command building.
- Parameters:
name
- command name.
-
-
-
-