Packages

object Experiment extends LogSupport

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Experiment
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEncounteredError(x: Throwable, silent: Boolean = false, stackTrace: Boolean = true): Unit

    inserting a given error into the database linked to the running experiment

    inserting a given error into the database linked to the running experiment

    x

    the throwable to be stored

    silent

    whether or not to print an error log

    stackTrace

    whether or not the error log should also print the stacktrace

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. def createNewExperiment(description: String): Experiment

    inserts a new experiment into the database and stores the corresponding object

    inserts a new experiment into the database and stores the corresponding object

    description

    the description of the experiment

    returns

    the experiment object

  8. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. def deleteCurrentExperiment(): Unit

    delete the current experiment content from the experiment

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. def getAnalyzedApps: List[MobileApp]

    returns

    a list of all app already having been analyzed in some form

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. def getCurrentExperiment: Experiment

    returns the currently active experiment

    returns the currently active experiment

    returns

    the currently active experiment

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  20. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def loadExperiment(id: Int): Experiment

    load a specified experiment from the database

    load a specified experiment from the database

    id

    the id of the experiment to retrieve

    returns

    the experiment

  23. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  24. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  31. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  36. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. def withExperimentErrorLogging[T](func: => T): T

    macro ensures that any error not caught inside will be stored with the running experiment

    macro ensures that any error not caught inside will be stored with the running experiment

    this is a last line of catching errors, will throw a fatal error as any error should not reach this

    T

    the return type of the wrapped code

    func

    the code to be enclosed

    returns

    the return of the wrapped code

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped