ORE Studio 0.0.4
Loading...
Searching...
No Matches
Namespaces
ores::variability Namespace Reference

System variability and configuration management module for ORE Studio. More...

Namespaces

namespace  domain
 Domain types for system variability.
 
namespace  eventing
 Event types for the variability module.
 
namespace  messaging
 Network messaging infrastructure for the variability module.
 
namespace  repository
 Database persistence layer for variability domain types.
 
namespace  service
 Service layer for the variability module.
 

Detailed Description

System variability and configuration management module for ORE Studio.

This module provides infrastructure for managing system configurability and runtime behavior variation. It serves as the foundation for all aspects of system adaptability. Key features include:

The module is designed to be a dependency for other ORE Studio components that need runtime configurability. It provides a clean separation between system configuration concerns and domain-specific business logic.

The module is organized into namespaces: domain (core entities) and repository (ORM and persistence).