Class

it.unibo.scafi.incarnations.Incarnation

BasicAggregateInterpreter

Related Doc: package Incarnation

Permalink

class BasicAggregateInterpreter extends AggregateInterpreter

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

Instance Constructors

  1. new BasicAggregateInterpreter()

    Permalink

Type Members

  1. type MainResult = Any

    Permalink
    Definition Classes
    AggregateInterpreterProgramSchema

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 main(): MainResult

    Permalink
  20. def maxHood[A](expr: ⇒ A)(implicit of: Bounded[A]): A

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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