| Package | Description |
|---|---|
| com.github.mvp4g.sema4g.client | |
| com.github.mvp4g.sema4g.client.command |
| Modifier and Type | Method and Description |
|---|---|
void |
SeMa4g.run()
Use this method to invoke all commands Make sure, that this method is called only once.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SeMa4gCommand.checkCycleDependencies(List<SeMa4gCommand> usedDependencies)
Checks if there is a cycle dependencies for this command.
|
void |
AbstractCommand.checkCycleDependencies(List<SeMa4gCommand> usedDependencies)
Checks if there is a cycle dependencies
|
SeMa4gCommand |
SeMa4gCommand.dependingOn(SeMa4gCommand... dependencies)
Definies the
SeMa4gCommand (one or more) which have to
be finished before this command can be executed. |
SeMa4gCommand |
AbstractCommand.dependingOn(SeMa4gCommand... dependencies)
Definies the
SeMa4gCommand (one or more) which have to
be finished before this command can be executed. |
void |
SeMa4gCommand.startCheckCycleDependencies()
starts a cycle dependency check
|
void |
AbstractCommand.startCheckCycleDependencies()
starts a cycle dependency check
|
Copyright © 2018. All rights reserved.