isabelle

Protocol

object Protocol

Linear Supertypes
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 Removed

  12. object Status extends Serializable

  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def clone(): AnyRef

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

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

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

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

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

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

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

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

  23. def is_information(msg: Tree): Boolean

  24. def is_inlined(msg: Tree): Boolean

  25. def is_legacy(msg: Tree): Boolean

  26. def is_result(msg: Tree): Boolean

  27. def is_state(msg: Tree): Boolean

  28. def is_tracing(msg: Tree): Boolean

  29. def is_warning(msg: Tree): Boolean

  30. val liberal_status_elements: Elements

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

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

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

  34. final def notify(): Unit

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

    Definition Classes
    AnyRef
  36. val proper_status_elements: Elements

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped