Type of subsystems for concurrent, real-time, or distributed application domains
- <<Control>>
The subsystem receives its inputs from the external environment and generates outputs to the external, usually without any human intervention. It includes at least one state-dependent control object. In some case, some Inputs data might be gathered by some other subsystem (s).
- <<Coordinator>>
In cases with more than one control subsystem, it is sometimes necessary to have a coordinator subsystem that coordinates the control subsystems.
- <<Data collection>>
A data collection subsystem collects data from the external environment.
- <<Data analysis>>
A data analysis subsystem analyzes data and provides reports and/or displays for data collected by another subsystem.