Package

ru.primetalk.synapse.core

subsystems

Permalink

package subsystems

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseTypedSystemApi extends SystemBuilderApi with BaseTypedSystemDsl

    Permalink
  2. trait BaseTypedSystemDsl extends SystemBuilderApi

    Permalink

  3. trait ComponentNavigationApi extends ContactsDsl

    Permalink

  4. trait EncapsulationApi extends SystemBuilderApi

    Permalink

    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

    Permalink

    API for working with StaticSystem's The API is influenced by Slick's cake pattern.

Ungrouped