at
.
logic
.
gapt
.
proofs
.
proofs
Proof
Related Doc:
package proofs
trait
Proof
[
+V
]
extends
AGraph
[
V
]
Linear Supertypes
AGraph
[
V
],
Graph
[
V
],
AnyRef
,
Any
Known Subclasses
AGraphProof
,
BinaryAGraphProof
,
BinaryLKProof
,
BinaryProof
,
BinaryResolutionProof
,
BinaryTreeProof
,
Flip
,
InitialClause
,
Instantiate
,
IvyResolutionProof
,
LKProof
,
NewSymbol
,
NullaryAGraphProof
,
NullaryLKProof
,
NullaryProof
,
NullaryResolutionProof
,
NullaryTreeProof
,
Paramodulation
,
Propositional
,
RalResolutionProof
,
Resolution
,
ResolutionProof
,
RobinsonProofWithInstance
,
RobinsonResolutionProof
,
TreeProof
,
UnaryAGraphProof
,
UnaryLKProof
,
UnaryProof
,
UnaryResolutionProof
,
UnaryTreeProof
Type Hierarchy
Learn more about scaladoc diagrams
Proof[V]
AGraphProof[V]
BinaryProof[V]
NullaryProof[V]
TreeProof[V]
UnaryProof[V]
AGraph[V]
Ordering
Alphabetic
By inheritance
Inherited
Proof
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
name
:
String
Definition Classes
AGraph
abstract
def
rule
:
RuleTypeA
abstract
val
vertex
:
V
Definition Classes
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
Proof
[
V
] to
any2stringadd
[
Proof
[
V
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
Proof
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
ArrowAssoc
[
Proof
[
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: (
Proof
[
V
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
Proof
[
V
]
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
Ensuring
[
Proof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
Proof
[
V
]) ⇒
Boolean
)
:
Proof
[
V
]
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
Ensuring
[
Proof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
Proof
[
V
]
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
Ensuring
[
Proof
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
Proof
[
V
]
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
Ensuring
[
Proof
[
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
Proof
[
V
] to
StringFormat
[
Proof
[
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
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
)
: (
Proof
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
Proof
[
V
] to
ArrowAssoc
[
Proof
[
V
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AGraph
[
V
]
Inherited from
Graph
[
V
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
Proof
[
V
] to
any2stringadd
[
Proof
[
V
]]
Inherited by implicit conversion StringFormat from
Proof
[
V
] to
StringFormat
[
Proof
[
V
]]
Inherited by implicit conversion Ensuring from
Proof
[
V
] to
Ensuring
[
Proof
[
V
]]
Inherited by implicit conversion ArrowAssoc from
Proof
[
V
] to
ArrowAssoc
[
Proof
[
V
]]
Ungrouped