axle
.
graph
.
UndirectedGraphFactory
UndirectedGraph
trait
UndirectedGraph
[
VP
,
EP
]
extends
Graph
[VP, EP]
Linear Supertypes
Graph
[VP, EP], AnyRef,
Any
Known Subclasses
EliminationTree
,
InteractionGraph
,
JoinTree
,
JungUndirectedGraph
,
NativeUndirectedGraph
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
UndirectedGraph
Graph
AnyRef
Any
Visibility
Public
All
Type Members
type
E
<:
UndirectedGraphEdge
[EP]
Attributes
abstract
Definition Classes
UndirectedGraph
→
Graph
trait
GraphEdge
[
P
]
extends AnyRef
trait
GraphVertex
[
P
]
extends AnyRef
type
S
Attributes
abstract
Definition Classes
Graph
trait
UndirectedGraphEdge
[
P
]
extends GraphEdge[P]
trait
UndirectedGraphVertex
[
P
]
extends GraphVertex[P]
type
V
<:
UndirectedGraphVertex
[VP]
Attributes
abstract
Definition Classes
UndirectedGraph
→
Graph
Abstract Value Members
def
areNeighbors
(
v1: V
,
v2: V
)
:
Boolean
Attributes
abstract
def
degree
(
v: V
)
:
Int
Attributes
abstract
def
delete
(
v: V
)
:
Unit
Attributes
abstract
def
edge
(
v1: V
,
v2: V
,
payload: EP
)
: E
Attributes
abstract
Definition Classes
UndirectedGraph
→
Graph
def
edges
(
v: V
)
:
Set
[E]
Attributes
abstract
def
edges
()
: Set[E]
Attributes
abstract
Definition Classes
Graph
def
eliminate
(
vs: List[V]
,
payload: (V, V) ⇒ EP
)
:
Unit
Attributes
abstract
def
eliminate
(
v: V
,
payload: (V, V) ⇒ EP
)
:
Unit
Attributes
abstract
def
firstLeafOtherThan
(
r: V
)
:
Option
[V]
Attributes
abstract
def
neighbors
(
v: V
)
:
Set
[V]
Attributes
abstract
def
size
()
:
Int
Attributes
abstract
Definition Classes
Graph
def
storage
: S
Attributes
abstract
Definition Classes
Graph
def
unlink
(
v1: V
,
v2: V
)
:
Unit
Attributes
abstract
def
unlink
(
e: E
)
:
Unit
Attributes
abstract
def
vertex
(
payload: VP
)
: V
Attributes
abstract
Definition Classes
UndirectedGraph
→
Graph
def
vertices
()
: Set[V]
Attributes
abstract
Definition Classes
Graph
Concrete Value Members
def
!=
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
!=
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
##
()
:
Int
Attributes
final
Definition Classes
AnyRef → Any
def
++=
(
vps: Seq[VP]
)
:
Seq
[V]
Definition Classes
Graph
def
+=
(
vp: VP
)
: V
Definition Classes
Graph
def
+=
(
vs: (V, V)
,
ep: EP
)
: E
Definition Classes
Graph
def
==
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
==
(
arg0:
Any
)
:
Boolean
Attributes
final
Definition Classes
Any
def
asInstanceOf
[
T0
]
: T0
Attributes
final
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
eq
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
forceClique
(
vs:
Set
[V]
,
payload: (V, V) ⇒ EP
)
:
Unit
def
getClass
()
: java.lang.Class[_]
Attributes
final
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isClique
(
vs:
Set
[V]
)
:
Boolean
def
isInstanceOf
[
T0
]
:
Boolean
Attributes
final
Definition Classes
Any
def
ne
(
arg0: AnyRef
)
:
Boolean
Attributes
final
Definition Classes
AnyRef
def
notify
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
notifyAll
()
:
Unit
Attributes
final
Definition Classes
AnyRef
def
numEdgesToForceClique
(
vs:
Set
[V]
,
payload: (V, V) ⇒ EP
)
:
Int
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Attributes
final
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
vertexWithFewestEdgesToEliminateAmong
(
among:
Set
[V]
,
payload: (V, V) ⇒ EP
)
: V
def
vertexWithFewestNeighborsAmong
(
among:
Set
[V]
)
: V
def
wait
()
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
def
wait
(
arg0:
Long
)
:
Unit
Attributes
final
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Graph
[VP, EP]
Inherited from AnyRef
Inherited from
Any