Raxol. Adaptive. Supervisor
(Raxol v2.6.0)
View Source
Supervisor for the adaptive UI subsystem.
Children (started in order):
- BehaviorTracker -- records pilot interactions
- LayoutRecommender -- rule-based layout suggestions, auto-subscribes to BehaviorTracker
- FeedbackLoop -- accept/reject tracking, auto-subscribes to LayoutRecommender
Subscriptions are wired automatically via :subscribe_to init options.
LayoutTransition is pure functional, no process needed.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link(keyword()) :: Supervisor.on_start()