eu.teraflux.uniman.dataflow

DFLogger

object DFLogger extends DFLogger

Linear Supertypes
DFLogger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DFLogger
  2. DFLogger
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def barrierActivated (barrier: DFBarrier): Unit

    Definition Classes
    DFLoggerDFLogger
  8. def barrierCreated (bar: DFBarrier, sC: Int): Unit

    Definition Classes
    DFLoggerDFLogger
  9. def barrierSatisfied (barrier: DFBarrier): Unit

    Definition Classes
    DFLoggerDFLogger
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def createManager (manager: DFManager, parent: DFThread): Unit

    Definition Classes
    DFLoggerDFLogger
  12. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def getBarrierID : Int

    Definition Classes
    DFLoggerDFLogger
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def getManagerID : Int

    Definition Classes
    DFLoggerDFLogger
  18. def getThreadID : Int

    Definition Classes
    DFLoggerDFLogger
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def managerFinish (manager: DFManager): Unit

    Definition Classes
    DFLoggerDFLogger
  22. def managerStart (manager: DFManager): Unit

    Definition Classes
    DFLoggerDFLogger
  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def nullTokenPassed (from: DFThread): Unit

    Definition Classes
    DFLoggerDFLogger
  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def threadCreated (child: DFThread, manager: DFManager): Unit

    Definition Classes
    DFLoggerDFLogger
  29. def threadCreated (child: DFThread, parent: DFThread): Unit

    Definition Classes
    DFLoggerDFLogger
  30. def threadFinished (thread: DFThread): Unit

    Definition Classes
    DFLoggerDFLogger
  31. def threadFromBarrier (thread: DFThread, barrier: DFBarrier): Unit

    Definition Classes
    DFLoggerDFLogger
  32. def threadStarted (thread: DFThread): Unit

    Definition Classes
    DFLoggerDFLogger
  33. def threadToBarrier (thread: DFThread, barrier: DFBarrier): Unit

    Definition Classes
    DFLoggerDFLogger
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def tokenPassed (from: DFManager, to: DFThread, argNo: Int): Unit

    Definition Classes
    DFLoggerDFLogger
  36. def tokenPassed (from: DFThread, to: DFThread, argNo: Int): Unit

    Definition Classes
    DFLoggerDFLogger
  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DFLogger

Inherited from AnyRef

Inherited from Any