at
.
logic
.
gapt
.
proofs
.
lk
.
base
LKProof
Related Doc:
package base
trait
LKProof
extends
TreeProof
[
OccSequent
] with
Tree
[
OccSequent
]
Linear Supertypes
TreeProof
[
OccSequent
],
Proof
[
OccSequent
],
Tree
[
OccSequent
],
TreeA
[
OccSequent
,
Unit
],
AGraph
[
OccSequent
],
Graph
[
OccSequent
],
AnyRef
,
Any
Known Subclasses
BinaryLKProof
,
NullaryLKProof
,
UnaryLKProof
Type Hierarchy
Learn more about scaladoc diagrams
LKProof
BinaryLKProof
NullaryLKProof
UnaryLKProof
TreeProof[OccSequent]
Tree[OccSequent]
Ordering
Alphabetic
By inheritance
Inherited
LKProof
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
[
OccSequent
]
]
(
sub:
T
)
:
Boolean
Definition Classes
AGraph
abstract
def
fold
[
T
]
(
leafF: (
OccSequent
) ⇒
T
)
(
unaryF: (
T
,
OccSequent
) ⇒
T
)
(
binaryF: (
T
,
T
,
OccSequent
) ⇒
T
)
:
T
Definition Classes
Tree
abstract
def
leaves
:
Set
[
LeafTree
[
OccSequent
]]
Definition Classes
Tree
abstract
def
name
:
String
Definition Classes
Tree
→
AGraph
abstract
def
rule
:
RuleTypeA
Definition Classes
Proof
abstract
val
vertex
:
OccSequent
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
LKProof
to
any2stringadd
[
LKProof
] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
LKProof
,
B
)
Implicit information
This member is added by an implicit conversion from
LKProof
to
ArrowAssoc
[
LKProof
] 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
containsDescendantOf
(
fo:
FormulaOccurrence
)
:
Boolean
def
ensuring
(
cond: (
LKProof
) ⇒
Boolean
,
msg: ⇒
Any
)
:
LKProof
Implicit information
This member is added by an implicit conversion from
LKProof
to
Ensuring
[
LKProof
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
LKProof
) ⇒
Boolean
)
:
LKProof
Implicit information
This member is added by an implicit conversion from
LKProof
to
Ensuring
[
LKProof
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
LKProof
Implicit information
This member is added by an implicit conversion from
LKProof
to
Ensuring
[
LKProof
] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
LKProof
Implicit information
This member is added by an implicit conversion from
LKProof
to
Ensuring
[
LKProof
] 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
LKProof
to
StringFormat
[
LKProof
] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDescendantInLowerSequent
(
fo:
FormulaOccurrence
)
:
Option
[
FormulaOccurrence
]
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
[
_ >:
OccSequent
]
(
visited:
HashSet
[
AGraph
[_]]
)
:
HashSet
[
AGraph
[_]]
Definition Classes
AGraph
def
nodes
[
_ >:
OccSequent
]
()
:
HashSet
[
AGraph
[_]]
Definition Classes
AGraph
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
root
:
OccSequent
Definition Classes
Proof
def
size
[
_ >:
OccSequent
]
(
visited:
Map
[
AGraph
[_],
Int
]
)
:
Map
[
AGraph
[_],
Int
]
Definition Classes
AGraph
def
size
[
_ >:
OccSequent
]
()
:
Int
Definition Classes
AGraph
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
LKProof
→
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
)
: (
LKProof
,
B
)
Implicit information
This member is added by an implicit conversion from
LKProof
to
ArrowAssoc
[
LKProof
] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
TreeProof
[
OccSequent
]
Inherited from
Proof
[
OccSequent
]
Inherited from
Tree
[
OccSequent
]
Inherited from
TreeA
[
OccSequent
,
Unit
]
Inherited from
AGraph
[
OccSequent
]
Inherited from
Graph
[
OccSequent
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
LKProof
to
any2stringadd
[
LKProof
]
Inherited by implicit conversion StringFormat from
LKProof
to
StringFormat
[
LKProof
]
Inherited by implicit conversion Ensuring from
LKProof
to
Ensuring
[
LKProof
]
Inherited by implicit conversion ArrowAssoc from
LKProof
to
ArrowAssoc
[
LKProof
]
Ungrouped