| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SeMa4g.Builder |
add(List<SeMa4gCommand> commands)
Adds a list of commands to the list of already added commands, which will be
executed, when the context runs.
|
SeMa4g.Builder |
add(SeMa4gCommand command)
Adds the command to the list of commands, which will be executed,
when the context runs.
|
SeMa4g.Builder |
addFinalCommand(FinalCommand finalCommand)
Adds a
FinalCommand to the SeMa4g. |
SeMa4g.Builder |
addInitCommand(InitCommand initCommand)
Adds a
InitCommand to the SeMa4g. |
SeMa4g |
build() |
public SeMa4g.Builder add(SeMa4gCommand command)
command - command that should be added to the list of executable commandspublic SeMa4g.Builder add(List<SeMa4gCommand> commands)
commands - list of command that should be added to the list of executable commandspublic SeMa4g.Builder addFinalCommand(FinalCommand finalCommand)
Adds a FinalCommand to the SeMa4g.
finalCommand - FinalCommandpublic SeMa4g.Builder addInitCommand(InitCommand initCommand)
Adds a InitCommand to the SeMa4g.
initCommand - InitCommandpublic SeMa4g build()
Copyright © 2018. All rights reserved.