at
.
logic
.
gapt
.
proofs
.
proofs
TreeProof
Related Doc:
package proofs
trait
TreeProof
[
V
]
extends
Tree
[
V
] with
Proof
[
V
]
Source
treeProofs.scala
Linear Supertypes
Proof
[
V
],
Tree
[
V
],
TreeA
[
V
,
Unit
],
AGraph
[
V
],
Graph
[
V
],
AnyRef
,
Any
Known Subclasses
BinaryLKProof
,
BinaryTreeProof
,
LKProof
,
NullaryLKProof
,
NullaryTreeProof
,
UnaryLKProof
,
UnaryTreeProof
Type Hierarchy
TreeProof[V]
BinaryTreeProof[V]
LKProof
NullaryTreeProof[V]
UnaryTreeProof[V]
Tree[V]
Proof[V]
Ordering
Alphabetic
By Inheritance
Inherited
TreeProof
Proof
Tree
TreeA
AGraph
Graph
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
contains
[
T >:
AGraph
[
V
]
]
(
sub:
T
)
:
Boolean
Definition Classes
AGraph
abstract
def
fold
[
T
]
(
leafF: (
V
) ⇒
T
)
(
unaryF: (
T
,
V
) ⇒
T
)
(
binaryF: (
T
,
T
,
V
) ⇒
T
)
:
T
Definition Classes
Tree
abstract
def
leaves
:
Set
[
LeafTree
[
V
]]
Definition Classes
Tree
abstract
def
name
:
String
Definition Classes
Tree
→
AGraph
abstract
def
rule
:
RuleTypeA
Definition Classes
Proof
abstract
val
vertex
:
V
Definition Classes
Tree
→
AGraph
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
+
(
other:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
any2stringadd
[
TreeProof
[
V
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
TreeProof
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
ArrowAssoc
[
TreeProof
[
V
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Annotations
@inline
()
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
ensuring
(
cond: (
TreeProof
[
V
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
TreeProof
[
V
]
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
Ensuring
[
TreeProof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
TreeProof
[
V
]) ⇒
Boolean
)
:
TreeProof
[
V
]
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
Ensuring
[
TreeProof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
TreeProof
[
V
]
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
Ensuring
[
TreeProof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
TreeProof
[
V
]
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
Ensuring
[
TreeProof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
StringFormat
[
TreeProof
[
V
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nodes
[
_ >:
V
]
(
visited:
HashSet
[
AGraph
[_]]
)
:
HashSet
[
AGraph
[_]]
Definition Classes
AGraph
def
nodes
[
_ >:
V
]
()
:
HashSet
[
AGraph
[_]]
Definition Classes
AGraph
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
root
:
V
Definition Classes
Proof
def
size
[
_ >:
V
]
(
visited:
Map
[
AGraph
[_],
Int
]
)
:
Map
[
AGraph
[_],
Int
]
Definition Classes
AGraph
def
size
[
_ >:
V
]
()
:
Int
Definition Classes
AGraph
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Proof
→ AnyRef → Any
def
unique_size
:
Int
Definition Classes
AGraph
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
(
...
)
def
→
[
B
]
(
y:
B
)
: (
TreeProof
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
TreeProof
[
V
] to
ArrowAssoc
[
TreeProof
[
V
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
Proof
[
V
]
Inherited from
Tree
[
V
]
Inherited from
TreeA
[
V
,
Unit
]
Inherited from
AGraph
[
V
]
Inherited from
Graph
[
V
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
TreeProof
[
V
] to
any2stringadd
[
TreeProof
[
V
]]
Inherited by implicit conversion StringFormat from
TreeProof
[
V
] to
StringFormat
[
TreeProof
[
V
]]
Inherited by implicit conversion Ensuring from
TreeProof
[
V
] to
Ensuring
[
TreeProof
[
V
]]
Inherited by implicit conversion ArrowAssoc from
TreeProof
[
V
] to
ArrowAssoc
[
TreeProof
[
V
]]
Ungrouped