Trait

it.unibo.scafi.lib.StdLib_TimeUtils

BlockT

Related Doc: package StdLib_TimeUtils

Permalink

trait BlockT extends AnyRef

Self Type
(StdLib_TimeUtils.this)#BlockT with (StdLib_TimeUtils.this)#FieldCalculusSyntax
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockT
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 T[V](initial: V, dt: V)(implicit ev: Numeric[V]): V

    Permalink
  5. def T[V](initial: V)(implicit ev: Numeric[V]): V

    Permalink
  6. def T[V](initial: V, decay: (V) ⇒ V)(implicit ev: Numeric[V]): V

    Permalink
  7. def T[V](initial: V, floor: V, decay: (V) ⇒ V)(implicit ev: Numeric[V]): V

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clock[T](length: T, decay: T)(implicit ev: Numeric[T]): Long

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  11. def cyclicTimer[T](length: T)(implicit ev: Numeric[T]): Boolean

    Permalink

    Cyclic timer with a default unitary decay

    Cyclic timer with a default unitary decay

    length

    timeout

    returns

    true if the timeout is expired, false otherwise

  12. def cyclicTimerWithDecay[T](length: T, decay: T)(implicit ev: Numeric[T]): Boolean

    Permalink

    Cyclic timer.

    Cyclic timer.

    length

    timeout

    decay

    decay rate

    returns

    true if the timeout is expired, false otherwise

  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def exponentialBackoffFilter[T](signal: T, a: T)(implicit ev: Numeric[T]): T

    Permalink

    Exponential back-off filter.

    Exponential back-off filter.

    signal

    T, signal to be filtered

    a

    T, alpha value

    returns

    T, filtered signal

  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def impulsesEvery[T](d: T)(implicit arg0: Numeric[T]): Boolean

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def limitedMemory[V, T](value: V, expValue: V, timeout: T)(implicit ev: Numeric[T]): (V, T)

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def sharedTimerWithDecay[T](period: T, dt: T)(implicit ev: Numeric[T]): T

    Permalink

    Timer synchronized within a neighborhood

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

    Permalink
    Definition Classes
    AnyRef
  26. def timer[V](length: V)(implicit arg0: Numeric[V]): V

    Permalink
  27. def toString(): String

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

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

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