Downloading Data
Note: This workflow is generated from API structure analysis. Steps are inferred, not runtime-tested.
Participating Classes
| Class | Domain | Methods |
|---|---|---|
| Download Operator | Download | 2 |
| Download Program | Download | 5 |
| Download Operation | Download | 3 |
| Download Controller | Download | 8 |
Workflow Steps
Step 1: Use Download Operator
Class: DULPythonDownloadOperator
Key methods:
GetController()AddOutputFilePath()
Step 2: Use Download Program
Class: DULPythonProgram
Key methods:
GetUsedBaseProfile()GetUsedToolProfile()GetOperationGroups()
Step 3: Use Download Operation
Class: DULPythonOperation
Key methods:
GetMotions()GetUsedBaseProfile()GetUsedToolProfile()
Step 4: Use Download Controller
Class: DULPythonController
Key methods:
GetActiveProgram()GetOutputDirectory()GetTemporaryOutputDirectory()
Inference Evidence
- 4 classes identified from domain-map hints
- Type co-occurrence: DULPythonController, DULPythonProgram appear as both class and parameter/return type
Confidence: 90%
Was this page helpful?