at
.
logic
.
gapt
.
utils
.
ds
.
acyclicGraphs
UnaryAGraph
Related Docs:
object UnaryAGraph
|
package acyclicGraphs
class
UnaryAGraph
[
+V
]
extends
EdgeGraph
[
V
] with
AGraph
[
V
]
Source
acyclicGraphs.scala
Linear Supertypes
AGraph
[
V
],
EdgeGraph
[
V
],
Graph
[
V
],
AnyRef
,
Any
Known Subclasses
UnaryAGraphProof
,
UnaryLKProof
,
UnaryProof
,
UnaryTree
,
UnaryTreeProof
Type Hierarchy
UnaryAGraph[V]
UnaryAGraphProof[V]
UnaryProof[V]
UnaryTree[V]
EdgeGraph[V]
AGraph[V]
Ordering
Alphabetic
By Inheritance
Inherited
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
UnaryAGraph
(
vertex:
V
,
t:
AGraph
[
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
UnaryAGraph
[
V
] to
any2stringadd
[
UnaryAGraph
[
V
]] performed by method any2stringadd in scala.Predef.
Definition Classes
any2stringadd
def
->
[
B
]
(
y:
B
)
: (
UnaryAGraph
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
ArrowAssoc
[
UnaryAGraph
[
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
contains
[
T >:
AGraph
[
V
]
]
(
sub:
T
)
:
Boolean
Definition Classes
UnaryAGraph
→
AGraph
def
ensuring
(
cond: (
UnaryAGraph
[
V
]) ⇒
Boolean
,
msg: ⇒
Any
)
:
UnaryAGraph
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
Ensuring
[
UnaryAGraph
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond: (
UnaryAGraph
[
V
]) ⇒
Boolean
)
:
UnaryAGraph
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
Ensuring
[
UnaryAGraph
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
,
msg: ⇒
Any
)
:
UnaryAGraph
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
Ensuring
[
UnaryAGraph
[
V
]] performed by method Ensuring in scala.Predef.
Definition Classes
Ensuring
def
ensuring
(
cond:
Boolean
)
:
UnaryAGraph
[
V
]
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
Ensuring
[
UnaryAGraph
[
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
UnaryAGraph
[
V
] to
StringFormat
[
UnaryAGraph
[
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
def
name
:
String
Definition Classes
UnaryAGraph
→
AGraph
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
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
:
AGraph
[
V
]
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
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
)
: (
UnaryAGraph
[
V
],
B
)
Implicit information
This member is added by an implicit conversion from
UnaryAGraph
[
V
] to
ArrowAssoc
[
UnaryAGraph
[
V
]] performed by method ArrowAssoc in scala.Predef.
Definition Classes
ArrowAssoc
Inherited from
AGraph
[
V
]
Inherited from
EdgeGraph
[
V
]
Inherited from
Graph
[
V
]
Inherited from
AnyRef
Inherited from
Any
Inherited by implicit conversion any2stringadd from
UnaryAGraph
[
V
] to
any2stringadd
[
UnaryAGraph
[
V
]]
Inherited by implicit conversion StringFormat from
UnaryAGraph
[
V
] to
StringFormat
[
UnaryAGraph
[
V
]]
Inherited by implicit conversion Ensuring from
UnaryAGraph
[
V
] to
Ensuring
[
UnaryAGraph
[
V
]]
Inherited by implicit conversion ArrowAssoc from
UnaryAGraph
[
V
] to
ArrowAssoc
[
UnaryAGraph
[
V
]]
Ungrouped