Packages

package subsystems

Type Members

  1. trait BaseTypedSystemApi extends SystemBuilderApi with BaseTypedSystemDsl
  2. trait BaseTypedSystemDsl extends SystemBuilderApi

  3. trait ComponentNavigationApi extends ContactsDsl

  4. 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.

  5. 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.

Ungrouped