Object/Trait

isabelle

Protocol

Related Docs: trait Protocol | package isabelle

Permalink

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
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

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

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Assign_Update

    Permalink
  5. object Command_Timing

    Permalink
  6. object Dialog

    Permalink
  7. object Dialog_Args

    Permalink
  8. object Dialog_Result

    Permalink
  9. object ML_Breakpoint

    Permalink
  10. object Removed

    Permalink
  11. object Status extends Serializable

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

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

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
  22. def is_information(msg: Tree): Boolean

    Permalink
  23. def is_inlined(msg: Tree): Boolean

    Permalink
  24. def is_legacy(msg: Tree): Boolean

    Permalink
  25. def is_result(msg: Tree): Boolean

    Permalink
  26. def is_state(msg: Tree): Boolean

    Permalink
  27. def is_tracing(msg: Tree): Boolean

    Permalink
  28. def is_warning(msg: Tree): Boolean

    Permalink
  29. val liberal_status_elements: Elements

    Permalink
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. val proper_status_elements: Elements

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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped