Class

it.unibo.scafi.distrib.actor.hybrid.PlatformAPIFacade

BasicSystemFacade

Related Doc: package PlatformAPIFacade

Permalink

class BasicSystemFacade extends HybridPlatform.AbstractActorSystemFacade

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicSystemFacade
  2. AbstractActorSystemFacade
  3. AbstractSystemFacade
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BasicSystemFacade(actorSys: ActorSystem, appRef: ActorRef, appSettings: HybridPlatform.AggregateApplicationSettings, profSettings: HybridPlatform.ProfileSettings, execScope: HybridPlatform.ExecScope, server: ActorRef)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val actorSys: ActorSystem

    Permalink

    The ActorSystem instance for this subsystem

    The ActorSystem instance for this subsystem

    Definition Classes
    AbstractActorSystemFacade
  5. def addNeighbor(id: HybridPlatform.UID, idn: HybridPlatform.UID): Unit

    Permalink
  6. val appRef: ActorRef

    Permalink

    The reference to the local top-level actor for this aggregate app

    The reference to the local top-level actor for this aggregate app

    Definition Classes
    AbstractActorSystemFacade
  7. val appSettings: HybridPlatform.AggregateApplicationSettings

    Permalink

    The settings for this aggregate application

    The settings for this aggregate application

    Definition Classes
    AbstractActorSystemFacade
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. val deviceGui: Boolean

    Permalink
  11. def deviceGuiProps(dev: ActorRef): Props

    Permalink
  12. def deviceProps(id: HybridPlatform.UID, program: Option[HybridPlatform.ProgramContract]): Props

    Permalink
  13. var devices: Map[HybridPlatform.UID, HybridPlatform.DeviceManager]

    Permalink
    Definition Classes
    AbstractActorSystemFacade
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. val execScope: HybridPlatform.ExecScope

    Permalink

    The setttings related to execution

    The setttings related to execution

    Definition Classes
    AbstractActorSystemFacade
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val logger: LoggingAdapter

    Permalink
    Definition Classes
    AbstractActorSystemFacade
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def newDevice(id: HybridPlatform.UID, program: Option[HybridPlatform.ProgramContract] = None, nbs: Set[HybridPlatform.UID] = Set()): HybridPlatform.DeviceManager

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. val profileSettings: HybridPlatform.ProfileSettings

    Permalink

    The settings for the chosen platform profile

    The settings for the chosen platform profile

    Definition Classes
    AbstractActorSystemFacade
  26. val server: ActorRef

    Permalink
  27. def start(): Unit

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped