at
.
logic
.
gapt
.
utils
.
ds
.
trees
UnaryTree
Related Docs:
object UnaryTree
|
package trees
class
UnaryTree
[
V
]
extends
UnaryAGraph
[
V
] with
Tree
[
V
] with
NonTerminalNodeA
[
V
,
Unit
]
Source
trees.scala
Linear Supertypes
NonTerminalNodeA
[
V
,
Unit
],
Tree
[
V
],
TreeA
[
V
,
Unit
],
UnaryAGraph
[
V
],
AGraph
[
V
],
EdgeGraph
[
V
],
Graph
[
V
],
AnyRef
,
Any
Known Subclasses
UnaryLKProof
,
UnaryTreeProof
Type Hierarchy
UnaryTree[V]
UnaryLKProof
UnaryTreeProof[V]
UnaryAGraph[V]
Tree[V]
NonTerminalNodeA[V, Unit]
Ordering
Alphabetic
By Inheritance
Inherited
UnaryTree
NonTerminalNodeA
Tree
TreeA
UnaryAGraph
AGraph
EdgeGraph
Graph
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
UnaryTree
(
vertex:
V
,
t:
Tree
[
V
]
)
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
UnaryTree
[
V
] to
any2stringadd
[
UnaryTree
[
V
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
UnaryTree
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
ArrowAssoc
[
UnaryTree
[
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
val
children
:
List
[(
Tree
[
V
],
Unit
)]
Definition Classes
UnaryTree
→
NonTerminalNodeA
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
contains
[
T >:
AGraph
[
V
]
]
(
sub:
T
)
:
Boolean
Definition Classes
UnaryAGraph
→
AGraph
def
ensuring
(
cond: (
UnaryTree
[
V
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
UnaryTree
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
Ensuring
[
UnaryTree
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
UnaryTree
[
V
]) ⇒
Boolean
)
:
UnaryTree
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
Ensuring
[
UnaryTree
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
UnaryTree
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
Ensuring
[
UnaryTree
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
UnaryTree
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
Ensuring
[
UnaryTree
[
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
fold
[
T
]
(
leafF: (
V
) ⇒
T
)
(
unaryF: (
T
,
V
) ⇒
T
)
(
binaryF: (
T
,
T
,
V
) ⇒
T
)
:
T
Definition Classes
UnaryTree
→
Tree
def
formatted
(
fmtstr:
String
)
:
String
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
StringFormat
[
UnaryTree
[
V
]] performed by method StringFormat in scala.Predef.
Definition Classes
StringFormat
Annotations
@inline
()
val
g
:
Graph
[
V
]
Definition Classes
EdgeGraph
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
hashCode
:
Int
Definition Classes
UnaryAGraph
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
latexQAGraph
:
String
Definition Classes
UnaryAGraph
def
leaves
:
Set
[
LeafTree
[
V
]]
Definition Classes
UnaryTree
→
Tree
def
name
:
String
Definition Classes
UnaryAGraph
→
AGraph
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
node
:
V
Definition Classes
UnaryTree
→
NonTerminalNodeA
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
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
val
t
:
Tree
[
V
]
Definition Classes
UnaryTree
→
UnaryAGraph
def
toString
()
:
String
Definition Classes
UnaryAGraph
→ AnyRef → Any
def
unique_size
:
Int
Definition Classes
AGraph
val
v1
:
V
Definition Classes
EdgeGraph
val
v2
:
V
Definition Classes
EdgeGraph
val
vertex
:
V
Definition Classes
UnaryTree
→
Tree
→
UnaryAGraph
→
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
)
: (
UnaryTree
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
UnaryTree
[
V
] to
ArrowAssoc
[
UnaryTree
[
V
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
NonTerminalNodeA
[
V
,
Unit
]
Inherited from
Tree
[
V
]
Inherited from
TreeA
[
V
,
Unit
]
Inherited from
UnaryAGraph
[
V
]
Inherited from
AGraph
[
V
]
Inherited from
EdgeGraph
[
V
]
Inherited from
Graph
[
V
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
UnaryTree
[
V
] to
any2stringadd
[
UnaryTree
[
V
]]
Inherited by implicit conversion StringFormat from
UnaryTree
[
V
] to
StringFormat
[
UnaryTree
[
V
]]
Inherited by implicit conversion Ensuring from
UnaryTree
[
V
] to
Ensuring
[
UnaryTree
[
V
]]
Inherited by implicit conversion ArrowAssoc from
UnaryTree
[
V
] to
ArrowAssoc
[
UnaryTree
[
V
]]
Ungrouped