package subsystems
Type Members
- trait BaseTypedSystemApi extends SystemBuilderApi with BaseTypedSystemDsl
- trait BaseTypedSystemDsl extends SystemBuilderApi
- trait ComponentNavigationApi extends ContactsDsl
-
trait
EncapsulationApi
extends SystemBuilderApi
An API for creating an envelope around a subsystem while preserving outer interface.
An API for creating an envelope around a subsystem while preserving outer interface. This is useful when we have a few similar systems.
One may also create encapsulation from a StaticSystem.encapsulate. However, it will not have the same outer interface.
-
trait
StaticSystemApi
extends DevNullExt with SystemBuilderDsl with SystemRendererApi with BaseTypedSystemDsl
API for working with StaticSystem's The API is influenced by Slick's cake pattern.