Trait

it.unibo.scafi.incarnations.Incarnation

AggregateInterpreter

Related Doc: package Incarnation

Permalink

trait AggregateInterpreter extends ExecutionTemplate with FieldCalculusSyntax with Serializable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregateInterpreter
  2. Serializable
  3. Serializable
  4. FieldCalculusSyntax
  5. Builtins
  6. ExecutionTemplate
  7. ProgramSchema
  8. ConstructsSemantics
  9. Constructs
  10. Function1
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type MainResult = Any

    Permalink
    Definition Classes
    AggregateInterpreterProgramSchema

Abstract Value Members

  1. abstract def main(): MainResult

    Permalink
    Definition Classes
    ProgramSchema

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. def aggregate[T](f: ⇒ T): T

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  5. def align[K, V](key: K)(proc: (K) ⇒ V): V

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  6. def andThen[A](g: (Incarnation.EXPORT) ⇒ A): (Incarnation.CONTEXT) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(c: Incarnation.CONTEXT): Incarnation.EXPORT

    Permalink
    Definition Classes
    ExecutionTemplate → Function1
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def branch[A](cond: ⇒ Boolean)(th: ⇒ A)(el: ⇒ A): A

    Permalink
    Definition Classes
    Builtins
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def compose[A](g: (A) ⇒ Incarnation.CONTEXT): (A) ⇒ Incarnation.EXPORT

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def foldhood[A](init: ⇒ A)(aggr: (A, A) ⇒ A)(expr: ⇒ A): A

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  15. def foldhoodPlus[A](init: ⇒ A)(aggr: (A, A) ⇒ A)(expr: ⇒ A): A

    Permalink
    Definition Classes
    Builtins
  16. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  19. def maxHood[A](expr: ⇒ A)(implicit of: Bounded[A]): A

    Permalink
    Definition Classes
    Builtins
  20. def maxHoodPlus[A](expr: ⇒ A)(implicit of: Bounded[A]): A

    Permalink
    Definition Classes
    Builtins
  21. def mid(): Incarnation.ID

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  22. def minHood[A](expr: ⇒ A)(implicit of: Bounded[A]): A

    Permalink
    Definition Classes
    Builtins
  23. def minHoodLoc[A](default: A)(expr: ⇒ A)(implicit poglb: PartialOrderingWithGLB[A]): A

    Permalink
    Definition Classes
    Builtins
  24. def minHoodPlus[A](expr: ⇒ A)(implicit of: Bounded[A]): A

    Permalink
    Definition Classes
    Builtins
  25. def minHoodPlusLoc[A](default: A)(expr: ⇒ A)(implicit poglb: PartialOrderingWithGLB[A]): A

    Permalink
    Definition Classes
    Builtins
  26. def mux[A](cond: Boolean)(th: A)(el: A): A

    Permalink
    Definition Classes
    Builtins
  27. def nbr[A](expr: ⇒ A): A

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  28. def nbrvar[A](name: Incarnation.CNAME): A

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def rep[A](init: ⇒ A)(fun: (A) ⇒ A): A

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  33. def round(c: Incarnation.CONTEXT, e: ⇒ Any = main()): Incarnation.EXPORT

    Permalink
    Definition Classes
    ExecutionTemplate
  34. def sense[A](name: Incarnation.CNAME): A

    Permalink
    Definition Classes
    ConstructsSemanticsConstructs
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  37. var vm: Incarnation.RoundVM

    Permalink
    Definition Classes
    ExecutionTemplateConstructsSemantics
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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 Serializable

Inherited from Serializable

Inherited from FieldCalculusSyntax

Inherited from Incarnation.Builtins

Inherited from Incarnation.ProgramSchema

Inherited from Incarnation.Constructs

Inherited from AnyRef

Inherited from Any

Ungrouped