Package

it.unibo.scafi.distrib.actor

hybrid

Permalink

package hybrid

Visibility
  1. Public
  2. All

Type Members

  1. trait HybridPlatform extends Platform with PlatformDevices with PlatformServer with PlatformAPIFacade

    Permalink

    Specializes an it.unibo.scafi.distrib.actor.Platform into a "decentralized platform" where

    Specializes an it.unibo.scafi.distrib.actor.Platform into a "decentralized platform" where

    • Devices interacts directly with one another Issues to be solved / Decisions to be taken:
    • How to handle "platform sensors" (e.g., NBR_RANGE)?
    • How a device can become acquainted with another device? It seems that, despite the architecture name, some centralization is needed.
  2. trait PlatformAPIFacade extends AnyRef

    Permalink
  3. trait PlatformDevices extends PlatformBehaviors

    Permalink
  4. trait PlatformServer extends PlatformBehaviors

    Permalink
  5. trait SpatialPlatform extends HybridPlatform

    Permalink

    Specializes an it.unibo.scafi.distrib.actor.Platform into a "centralized platform" where

    Specializes an it.unibo.scafi.distrib.actor.Platform into a "centralized platform" where

    • There is a central component in the system to which all the devices have to register and communicate in order to get info such as neighborhood state.

Value Members

  1. object HybridPlatform

    Permalink

Ungrouped