isabelle
.
Server_Commands
.
Use_Theories
Args
Related Doc:
package Use_Theories
sealed
case class
Args
(
session_id:
T
,
theories:
List
[
String
]
,
master_dir:
String
=
""
,
pretty_margin:
Double
=
Pretty.default_margin
,
unicode_symbols:
Boolean
=
false
,
export_pattern:
String
=
""
,
check_delay:
Option
[
Time
] =
None
,
check_limit:
Option
[
Int
] =
None
,
watchdog_timeout:
Option
[
Time
] =
None
,
nodes_status_delay:
Option
[
Time
] =
None
,
commit_cleanup_delay:
Option
[
Time
] =
None
)
extends
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Args
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
Args
(
session_id:
T
,
theories:
List
[
String
]
,
master_dir:
String
=
""
,
pretty_margin:
Double
=
Pretty.default_margin
,
unicode_symbols:
Boolean
=
false
,
export_pattern:
String
=
""
,
check_delay:
Option
[
Time
] =
None
,
check_limit:
Option
[
Int
] =
None
,
watchdog_timeout:
Option
[
Time
] =
None
,
nodes_status_delay:
Option
[
Time
] =
None
,
commit_cleanup_delay:
Option
[
Time
] =
None
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
val
check_delay
:
Option
[
Time
]
val
check_limit
:
Option
[
Int
]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
commit_cleanup_delay
:
Option
[
Time
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
export_pattern
:
String
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
master_dir
:
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
nodes_status_delay
:
Option
[
Time
]
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
pretty_margin
:
Double
val
session_id
:
T
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
theories
:
List
[
String
]
val
unicode_symbols
:
Boolean
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
watchdog_timeout
:
Option
[
Time
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
AnyRef
Inherited from
Any
Ungrouped