isabelle

Protocol

object Protocol

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Protocol
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed case class Node_Status(unprocessed: Int, running: Int, warned: Int, failed: Int, finished: Int) extends Product with Serializable

  2. sealed case class Node_Timing(total: Double, commands: Map[Command, Double]) extends Product with Serializable

  3. sealed case class Status(touched: Boolean, accepted: Boolean, warned: Boolean, failed: Boolean, forks: Int, runs: Int) extends Product with Serializable

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. object Assign_Update

  7. object Command_Timing

  8. object Dialog

  9. object Dialog_Args

  10. object Dialog_Result

  11. object ML_Breakpoint

  12. object Removed

  13. object Status extends Serializable

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val empty_node_timing: Node_Timing

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def is_error(msg: Tree): Boolean

  24. def is_information(msg: Tree): Boolean

  25. def is_inlined(msg: Tree): Boolean

  26. def is_legacy(msg: Tree): Boolean

  27. def is_result(msg: Tree): Boolean

  28. def is_state(msg: Tree): Boolean

  29. def is_tracing(msg: Tree): Boolean

  30. def is_warning(msg: Tree): Boolean

  31. val liberal_status_elements: Elements

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def node_status(state: State, version: Version, node: Node): Node_Status

  34. def node_timing(state: State, version: Version, node: Node, threshold: Double): Node_Timing

  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. val proper_status_elements: Elements

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

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped