Packages

c

isabelle

CI_Profile

abstract class CI_Profile extends Body

Linear Supertypes
Body, (List[String]) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CI_Profile
  2. Body
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CI_Profile()

Abstract Value Members

  1. abstract def include: List[Path]
  2. abstract def jobs: Int
  3. abstract def post_hook(results: Results): Unit
  4. abstract def pre_hook(args: List[String]): Unit
  5. abstract def select: List[Path]
  6. abstract def selection: Selection
  7. abstract def threads: Int

Concrete 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 andThen[A](g: (Unit) ⇒ A): (List[String]) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. final def apply(args: List[String]): Unit
    Definition Classes
    CI_Profile → Function1
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clean: Boolean
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def compose[A](g: (A) ⇒ List[String]): (A) ⇒ Unit
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. def documents: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def hg_id(path: Path): String
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final val isabelle_home: Path
  19. final val isabelle_id: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def print_section(title: String): Unit
  24. final val start_time: String
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Body

Inherited from (List[String]) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped