scalax
.
collection
.
edge
.
WkLBase
WkLEdgeCompanion
Related Doc:
package WkLBase
trait
WkLEdgeCompanion
[
E
[
X
]
<:
EdgeLikeIn
[
X
] with
WkLEdgeBound
[_,
E
]
]
extends
WLEdgeCompanion
[
E
]
Everything common to key-weighted, labeled edge companion objects.
Linear Supertypes
WLEdgeCompanion
[
E
],
EdgeCompanionBase
[
E
],
Serializable
,
Serializable
,
AnyRef
,
Any
Known Subclasses
WkLDiEdge
,
WkLUnDiEdge
Ordering
Alphabetic
By Inheritance
Inherited
WkLEdgeCompanion
WLEdgeCompanion
EdgeCompanionBase
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
newEdge
[
N
,
L
]
(
nodes:
Product
,
weight:
Long
,
label_1:
L
)
:
E
[
N
] with
EdgeCopy
[
E
]
Attributes
protected
Definition Classes
WLEdgeCompanion
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
apply
[
N
,
L
]
(
nodes: (
N
,
N
)
)
(
weight:
Long
,
label:
L
)
:
E
[
N
] with
EdgeCopy
[
E
]
Definition Classes
WLEdgeCompanion
Annotations
@inline
()
final
def
apply
[
N
,
L
]
(
node_1:
N
,
node_2:
N
)
(
weight:
Long
,
label:
L
)
:
E
[
N
] with
EdgeCopy
[
E
]
Definition Classes
WLEdgeCompanion
Annotations
@inline
()
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
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]
)
final
def
from
[
N
,
L
]
(
nodes:
Product
)
(
weight:
Long
,
label:
L
)
:
E
[
N
] with
EdgeCopy
[
E
]
Attributes
protected[
scalax.collection
]
Definition Classes
WLEdgeCompanion
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
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
unapply
[
N
]
(
e:
E
[
N
]
)
:
Option
[(
N
,
N
,
Long
,
E.L1
)]
Definition Classes
WLEdgeCompanion
Annotations
@inline
()
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
(
...
)
Inherited from
WLEdgeCompanion
[
E
]
Inherited from
EdgeCompanionBase
[
E
]
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
Everything common to key-weighted, labeled edge companion objects.