Class/Object

isabelle.Document

State

Related Docs: object State | package Document

Permalink

final case class State extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def accumulate(id: Generic, message: Elem, xml_cache: XML.Cache): (Command.State, State)

    Permalink
  5. def add_export(id: Generic, entry: Entry): (Command.State, State)

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assign(id: Document_ID.Version, update: Assign_Update): (List[Command], State)

    Permalink
  8. val assignments: Map[Document_ID.Version, Assignment]

    Permalink
  9. val blobs: Set[Digest]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def command_id_map(version: Version, commands: Iterable[Command]): Map[Generic, Command]

    Permalink
  12. def command_markup(version: Version, command: Command, index: Markup_Index, range: Range, elements: Elements): Markup_Tree

    Permalink
  13. def command_results(version: Version, command: Command): Results

    Permalink
  14. def command_state_eval(version: Version, command: Command): Option[Command.State]

    Permalink
  15. def command_states(version: Version, command: Command): List[Command.State]

    Permalink
  16. val commands: Map[Document_ID.Command, Command.State]

    Permalink
  17. val commands_redirection: Graph[Document_ID.Command, Unit]

    Permalink
  18. def continue_history(previous: Future[Version], edits: List[Edit_Text], version: Future[Version]): State

    Permalink
  19. def define_blob(digest: Digest): State

    Permalink
  20. def define_command(command: Command): State

    Permalink
  21. def define_version(version: Version, assignment: Assignment): State

    Permalink
  22. def defined_blob(digest: Digest): Boolean

    Permalink
  23. def defined_command(id: Document_ID.Command): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. val execs: Map[Exec, Command.State]

    Permalink
  26. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. val history: History

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def is_assigned(version: Version): Boolean

    Permalink
  31. def is_stable(change: Change): Boolean

    Permalink
  32. def lookup_id(id: Generic): Option[Command.State]

    Permalink
  33. def markup_to_XML(version: Version, node_name: Name, range: Range, elements: Elements): Body

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

    Permalink
    Definition Classes
    AnyRef
  35. def node_consolidated(version: Version, name: Name): Boolean

    Permalink
  36. def node_exports(version: Version, node_name: Name): Exports

    Permalink
  37. def node_initialized(version: Version, name: Name): Boolean

    Permalink
  38. def node_maybe_consolidated(version: Version, name: Name): Boolean

    Permalink
  39. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  41. def recent_finished: Change

    Permalink
  42. def recent_stable: Change

    Permalink
  43. def remove_versions(retain: Int = 0): (List[Version], State)

    Permalink
  44. def removed_versions(removed: List[Document_ID.Version]): State

    Permalink
  45. val removing_versions: Boolean

    Permalink
  46. def snapshot(name: Name = Node.Name.empty, pending_edits: List[Text.Edit] = Nil): Snapshot

    Permalink
  47. def stable_tip_version: Option[Version]

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

    Permalink
    Definition Classes
    AnyRef
  49. def the_assignment(version: Version): Assignment

    Permalink
  50. def the_dynamic_state(id: Exec): Command.State

    Permalink
  51. def the_static_state(id: Document_ID.Command): Command.State

    Permalink
  52. def the_version(id: Document_ID.Version): Version

    Permalink
  53. def toString(): String

    Permalink
    Definition Classes
    State → AnyRef → Any
  54. val versions: Map[Document_ID.Version, Version]

    Permalink
  55. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped