Module state

Module state 

Source
Expand description

Analysis Workflow State Types (Spec 202)

Defines the state machine types for the analysis workflow:

  • AnalysisPhase - Enum representing each phase of analysis
  • AnalysisState - Complete state including phase and accumulated results
  • AnalysisConfig - Configuration for the analysis run
  • AnalysisResults - Accumulated results from completed phases

Structs§

AnalysisConfig
Configuration for the analysis run.
AnalysisResults
Accumulated results from analysis phases.
AnalysisState
Complete analysis state including phase and accumulated data.

Enums§

AnalysisPhase
Analysis workflow phases.