Instance Constructors
-
new
NativeUndirectedGraph
(vps: Seq[VP], ef: (Seq[Vertex[VP]]) ⇒ Seq[(Vertex[VP], Vertex[VP], EP)])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
_edges
: Seq[Edge[(Vertex[VP], Vertex[VP], EP), EP]]
-
val
_vertices
: Seq[Vertex[VP]]
-
def
allEdges
(): Set[Edge[(Vertex[VP], Vertex[VP], EP), EP]]
-
def
areNeighbors
(vi: Vertex[VP], vj: Vertex[VP]): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
connects
(edge: Edge[(), EP], a1: Vertex[VP], a2: Vertex[VP]): Boolean
-
def
degree
(v: Vertex[VP]): Int
-
-
val
edgePayloadFunction
: (()) ⇒ EP
-
lazy val
edgeSet
: Set[Edge[(Vertex[VP], Vertex[VP], EP), EP]]
-
def
edgesTouching
(v: Vertex[VP]): Set[Edge[(), EP]]
-
val
ef
: (Seq[Vertex[VP]]) ⇒ Seq[(Vertex[VP], Vertex[VP], EP)]
-
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
-
def
finalize
(): Unit
-
def
findEdge
(vi: Vertex[VP], vj: Vertex[VP]): Option[Edge[(), EP]]
-
def
findVertex
(f: (Vertex[VP]) ⇒ Boolean): Option[Vertex[VP]]
-
def
firstLeafOtherThan
(r: Vertex[VP]): Option[Vertex[VP]]
-
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isClique
(vs: IndexedSeq[Vertex[VP]]): Boolean
-
def
isClique
(vs: GenTraversable[Vertex[VP]]): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
neighbors
(v: Vertex[VP]): Set[Vertex[VP]]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
numEdgesToForceClique
(vs: GenTraversable[Vertex[VP]], payload: (Vertex[VP], Vertex[VP]) ⇒ EP): Int
-
def
other
(edge: Edge[(), EP], u: Vertex[VP]): Vertex[VP]
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
size
(): Int
-
def
storage
(): (Seq[Vertex[VP]], Seq[Edge[(Vertex[VP], Vertex[VP], EP), EP]], Map[Vertex[VP], Set[Edge[(), EP]]])
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
-
lazy val
vertex2edges
: Map[Vertex[VP], Set[Edge[(), EP]]]
-
lazy val
vertexSet
: Set[Vertex[VP]]
-
def
vertexWithFewestEdgesToEliminateAmong
(among: Set[Vertex[VP]], payload: (Vertex[VP], Vertex[VP]) ⇒ EP): Vertex[VP]
-
def
vertexWithFewestNeighborsAmong
(among: Set[Vertex[VP]]): Vertex[VP]
-
def
vertices
(edge: Edge[(), EP]): (Vertex[VP], Vertex[VP])
-
def
vertices
(): Set[Vertex[VP]]
-
val
vps
: Seq[VP]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any