Trait

it.unibo.scafi.core

Engine

Related Doc: package core

Permalink

trait Engine extends Semantics

Linear Supertypes
Semantics, Language, Core, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Engine
  2. Semantics
  3. Language
  4. Core
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait AggregateProgramSchema extends ProgramSchema

    Permalink
    Definition Classes
    Semantics
  2. abstract class BaseContextImpl extends Context with ContextOps with Serializable

    Permalink
  3. type CONTEXT = Context with ContextOps

    Permalink

    The input of a computation round in a node Bounded as of Context interface

    The input of a computation round in a node Bounded as of Context interface

    Definition Classes
    EngineSemanticsCore
  4. trait Constructs extends AnyRef

    Permalink

    A field-calculus "behaviour" inherits from this trait.

    A field-calculus "behaviour" inherits from this trait. Differences wrt the paper version are: - foldhood is given a "universal quantification" semantics - neighbour exposes whether we are in one such quantification - mid is so foundational that we put it here

    A consequence is that we do not have field types, only locals: so we integrate at best with Scala

    Definition Classes
    Language
  5. trait ConstructsSemantics extends Constructs

    Permalink
    Definition Classes
    Semantics
  6. trait Context extends AnyRef

    Permalink
    Definition Classes
    Core
  7. class ContextImpl extends BaseContextImpl

    Permalink
  8. trait ContextOps extends AnyRef

    Permalink
    Definition Classes
    Semantics
  9. abstract type EXECUTION <: ExecutionTemplate

    Permalink

    A computation round, as an I/O function

    A computation round, as an I/O function

    Definition Classes
    SemanticsCore
  10. type EXPORT = Export with ExportOps with Serializable

    Permalink

    The output of a computation round in a node Bounded to have at least a root element, as of Export interface

    The output of a computation round in a node Bounded to have at least a root element, as of Export interface

    Definition Classes
    EngineSemanticsCore
  11. class EngineFactory extends Factory with Serializable

    Permalink
  12. trait ExecutionTemplate extends (CONTEXT) ⇒ EXPORT with ConstructsSemantics with ProgramSchema

    Permalink

    It implements the whole operational semantics.

    It implements the whole operational semantics.

    Definition Classes
    Semantics
  13. trait Export extends AnyRef

    Permalink
    Definition Classes
    Core
  14. class ExportImpl extends Export with ExportOps with Serializable

    Permalink
  15. trait ExportOps extends AnyRef

    Permalink
    Definition Classes
    Semantics
  16. type FACTORY = Factory

    Permalink
    Definition Classes
    EngineSemantics
  17. trait Factory extends AnyRef

    Permalink
    Definition Classes
    Semantics
  18. sealed case class FoldHood[A](index: Int) extends Slot with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  19. sealed case class FunCall[A](index: Int, funId: Any) extends Slot with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  20. abstract type ID

    Permalink

    The unique identifier of a node

    The unique identifier of a node

    Definition Classes
    Core
  21. abstract type LSNS

    Permalink

    Name of local sensors (sensors receiving information from a node)

    Name of local sensors (sensors receiving information from a node)

    Definition Classes
    Core
  22. abstract type NSNS

    Permalink

    Name of neighbourhood sensors (sensors receiving information from neighbours, like estimated distances)

    Name of neighbourhood sensors (sensors receiving information from neighbours, like estimated distances)

    Definition Classes
    Core
  23. sealed case class Nbr[A](index: Int) extends Slot with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  24. case class NbrSensorUnknownException(selfId: Semantics.ID, name: Semantics.NSNS, nbr: Semantics.ID) extends Exception with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  25. case class OutOfDomainException(selfId: Semantics.ID, nbr: Semantics.ID, path: Path) extends Exception with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  26. trait Path extends AnyRef

    Permalink
    Definition Classes
    Semantics
  27. class PathImpl extends Path with Equals with Serializable

    Permalink
  28. trait ProgramSchema extends AnyRef

    Permalink
    Definition Classes
    Semantics
  29. sealed case class Rep[A](index: Int) extends Slot with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  30. trait RoundVM extends AnyRef

    Permalink
    Definition Classes
    Semantics
  31. class RoundVMImpl extends RoundVM

    Permalink
    Definition Classes
    Semantics
  32. sealed case class Scope[K](key: K) extends Slot with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  33. case class SensorUnknownException(selfId: Semantics.ID, name: Semantics.LSNS) extends Exception with Product with Serializable

    Permalink
    Definition Classes
    Semantics
  34. trait Slot extends Serializable

    Permalink
    Definition Classes
    Semantics

Abstract Value Members

  1. implicit abstract val interopID: Interop[ID]

    Permalink
  2. implicit abstract val interopLSNS: Interop[LSNS]

    Permalink
  3. implicit abstract val interopNSNS: Interop[NSNS]

    Permalink
  4. implicit abstract val linearID: Linearizable[ID]

    Permalink

Concrete 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. object RoundVMImpl

    Permalink
    Definition Classes
    Semantics
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. implicit val factory: EngineFactory

    Permalink
    Definition Classes
    EngineSemantics
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Semantics

Inherited from Language

Inherited from Core

Inherited from AnyRef

Inherited from Any

Ungrouped