14 lines
414 B
Plaintext
14 lines
414 B
Plaintext
classDiagram
|
|
%%
|
|
%% nextflow.cloud.google
|
|
%%
|
|
Executor <|-- GoogleBatchExecutor
|
|
TaskHandler <|-- GoogleBatchTaskHandler
|
|
BashWrapperBuilder <|-- GoogleBatchScriptLauncher
|
|
|
|
GoogleBatchExecutor --* BatchConfig
|
|
|
|
GoogleBatchExecutor --> TaskPollingMonitor : init
|
|
GoogleBatchExecutor --> GoogleBatchTaskHandler : submit
|
|
GoogleBatchTaskHandler --> GoogleBatchScriptLauncher : submit
|