Trait

rescala.fullmv.tasks

TaskBundle

Related Doc: package tasks

Permalink

trait TaskBundle extends FullMVBundle

Self Type
TaskBundle with Mirror with TurnImplBundle with FullMvStateBundle with SubsumableLockBundle
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskBundle
  2. FullMVBundle
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Framing extends RecursiveAction with (TaskBundle.this)#FramingTask

    Permalink
  2. trait FramingTask extends RecursiveAction with (TaskBundle.this)#FullMVAction

    Permalink
  3. trait FullMVAction extends RecursiveAction

    Permalink
  4. class FullMVEngine extends SchedulerImpl[(FullMVBundle.this)#State, (FullMVBundle.this)#TransactionHandle] with (FullMVBundle.this)#FullMVTurnHost with HostImpl[(FullMVBundle.this)#FullMVTurn]

    Permalink
    Definition Classes
    FullMVBundle
  5. trait FullMVState[V, T <: (FullMVBundle.this)#FullMVTurn] extends AnyRef

    Permalink
    Definition Classes
    FullMVBundle
  6. trait FullMVTurn extends Initializer with (FullMVBundle.this)#FullMVTurnProxy with SubsumableLockEntryPoint with Hosted[(FullMVBundle.this)#FullMVTurn]

    Permalink
    Definition Classes
    FullMVBundle
  7. class Notification extends RecursiveAction with (TaskBundle.this)#NotificationAction[of[(TaskBundle.this)#State]] with (TaskBundle.this)#RegularReevaluationHandling

    Permalink
  8. trait NotificationAction[N <: of[(TaskBundle.this)#State]] extends RecursiveAction with (TaskBundle.this)#ReevaluationHandling[N]

    Permalink
  9. class NotificationWithFollowFrame extends RecursiveAction with (TaskBundle.this)#NotificationAction[of[(TaskBundle.this)#State]] with (TaskBundle.this)#RegularReevaluationHandling

    Permalink
  10. type OutDep = Derived { type State[V] = TaskBundle.this.State[V] }

    Permalink
    Definition Classes
    FullMVBundle
  11. type Reactive = ReSource { type State[V] = TaskBundle.this.State[V] }

    Permalink
    Definition Classes
    FullMVBundle
  12. class Reevaluation extends RecursiveAction with (TaskBundle.this)#RegularReevaluationHandling

    Permalink
  13. trait ReevaluationHandling[N <: of[(TaskBundle.this)#State]] extends RecursiveAction with (TaskBundle.this)#FullMVAction

    Permalink
  14. trait RegularReevaluationHandling extends RecursiveAction with (TaskBundle.this)#ReevaluationHandling[of[(TaskBundle.this)#State]]

    Permalink
  15. class SourceNotification extends RecursiveAction with (TaskBundle.this)#NotificationAction[of[(TaskBundle.this)#State]] with (TaskBundle.this)#SourceReevaluationHandling

    Permalink
  16. class SourceReevaluation extends RecursiveAction with (TaskBundle.this)#SourceReevaluationHandling

    Permalink
  17. trait SourceReevaluationHandling extends RecursiveAction with (TaskBundle.this)#ReevaluationHandling[of[(TaskBundle.this)#State]]

    Permalink
  18. type State[V] = (TaskBundle.this)#FullMVState[V, (TaskBundle.this)#FullMVTurn]

    Permalink
    Definition Classes
    FullMVBundle
  19. class SupersedeFraming extends RecursiveAction with (TaskBundle.this)#FramingTask

    Permalink
  20. case class TransactionHandle(ti: (FullMVBundle.this)#FullMVTurn) extends Transaction with Product with Serializable

    Permalink
    Definition Classes
    FullMVBundle

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 FullMVTurn

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  10. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped