abstract class WkLDiHyperEdge[+N] extends WkLHyperEdge[N] with DiHyperEdgeLike[N] with OuterEdge[N, WkLDiHyperEdge]
key-weighted, labeled directed hyperedge.
- Alphabetic
- By Inheritance
- WkLDiHyperEdge
- DiHyperEdgeLike
- EqDiHyper
- WkLHyperEdge
- WkEdge
- Keyed
- WLHyperEdge
- WLEdge
- LEdge
- WHyperEdge
- WEdge
- HyperEdge
- EqHyper
- OuterEdge
- EdgeParam
- InParam
- Param
- EdgeCopy
- EdgeLike
- Serializable
- Serializable
- Eq
- Iterable
- IterableLike
- Equals
- GenIterable
- GenIterableLike
- Traversable
- GenTraversable
- GenericTraversableTemplate
- TraversableLike
- GenTraversableLike
- Parallelizable
- TraversableOnce
- GenTraversableOnce
- FilterMonadic
- HasNewBuilder
- AnyRef
- Any
- by anyToNode
- by CollectionsHaveToParArray
- by MonadOps
- by HyperEdgeAssoc
- by EdgeAssoc
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- by alternateImplicit
- Hide All
- Show All
- Public
- All
Type Members
-
class
EdgeException extends Exception
- Attributes
- protected
- Definition Classes
- EdgeLike
-
abstract
type
L1
- Definition Classes
- LEdge
-
type
Self = Iterable[N]
- Attributes
- protected[this]
- Definition Classes
- TraversableLike
-
class
WithFilter extends FilterMonadic[A, Repr]
- Definition Classes
- TraversableLike
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to any2stringadd[WkLDiHyperEdge[N]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
++[B >: N, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
++:[B >: N, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike
-
def
++:[B >: N, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike
-
def
->[B](y: B): (WkLDiHyperEdge[N], B)
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to ArrowAssoc[WkLDiHyperEdge[N]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
def
/:[B](z: B)(op: (B, N) ⇒ B): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
:\[B](z: B)(op: (N, B) ⇒ B): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
_1: N
The first node.
The first node. Same as _n(0).
- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
def
_2: N
The second node.
The second node. Same as _n(1).
- Definition Classes
- EdgeLike
-
def
_n(n: Int): N
The n'th node with 0 <= n < arity.
The n'th node with 0 <= n < arity.
- Definition Classes
- EdgeLike
-
def
addString(b: StringBuilder): StringBuilder
- Definition Classes
- TraversableOnce
-
def
addString(b: StringBuilder, sep: String): StringBuilder
- Definition Classes
- TraversableOnce
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- Definition Classes
- TraversableOnce
-
def
aggregate[B](z: ⇒ B)(seqop: (B, N) ⇒ B, combop: (B, B) ⇒ B): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
arity: Int
Number of nodes linked by this Edge.
Number of nodes linked by this Edge. At least two nodes are linked. In case of a hook, the two nodes are identical. Hyperedges may link more than two nodes.
- Definition Classes
- EdgeLike
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attributesToString: String
- def baseEquals(other: EdgeLike[_]): Boolean
- def baseHashCode: Int
-
def
brackets: Brackets
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
canEqual(that: Any): Boolean
- Definition Classes
- EdgeLike → IterableLike → Equals
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collect[B, That](pf: PartialFunction[N, B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
collectFirst[B](pf: PartialFunction[N, B]): Option[B]
- Definition Classes
- TraversableOnce
-
def
companion: GenericCompanion[Iterable]
- Definition Classes
- Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
-
final
def
contains[M >: N](node: M): Boolean
Same as
isAt
.Same as
isAt
.- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
def
copy[NN](newNodes: Product): WHyperEdge[NN]
It is a prerequisite for edge-classes to implement this method.
It is a prerequisite for edge-classes to implement this method. Otherwise they cannot be passed to a
Graph
.Graph
calls this method internally to obtain a new instance of the edge passed toGraph
with nodes of the type of the inner classNodeT
which itself contains the outer node.- Attributes
- protected[scalax.collection]
- Definition Classes
- WHyperEdge → HyperEdge → EdgeCopy
-
def
copyToArray[B >: N](xs: Array[B], start: Int, len: Int): Unit
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
copyToArray[B >: N](xs: Array[B]): Unit
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
copyToArray[B >: N](xs: Array[B], start: Int): Unit
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
copyToBuffer[B >: N](dest: Buffer[B]): Unit
- Definition Classes
- TraversableOnce
-
def
count(p: (N) ⇒ Boolean): Int
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
directed: Boolean
true
if this edge is directed.true
if this edge is directed.- Definition Classes
- DiHyperEdgeLike → EdgeLike
- Annotations
- @inline()
-
def
drop(n: Int): Iterable[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
dropRight(n: Int): Iterable[N]
- Definition Classes
- IterableLike
-
def
dropWhile(p: (N) ⇒ Boolean): Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
val
e: EdgeLikeIn[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to HyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- HyperEdgeAssoc
-
def
edge: WkLDiHyperEdge[N]
- Definition Classes
- OuterEdge
-
def
ensuring(cond: (WkLDiHyperEdge[N]) ⇒ Boolean, msg: ⇒ Any): WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to Ensuring[WkLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (WkLDiHyperEdge[N]) ⇒ Boolean): WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to Ensuring[WkLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to Ensuring[WkLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to Ensuring[WkLDiHyperEdge[N]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: EdgeLike[_]): Boolean
- Attributes
- protected
- Definition Classes
- WkEdge
-
def
equals(other: Any): Boolean
- Definition Classes
- EdgeLike → Equals → AnyRef → Any
-
def
exists(p: (N) ⇒ Boolean): Boolean
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
filter(p: (N) ⇒ Boolean): Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
filterNot(p: (N) ⇒ Boolean): Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find(p: (N) ⇒ Boolean): Option[N]
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
flatMap[B, That](f: (N) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike → FilterMonadic
-
def
flatten[B](implicit asTraversable: (N) ⇒ GenTraversableOnce[B]): Iterable[B]
- Definition Classes
- GenericTraversableTemplate
-
def
fold[A1 >: N](z: A1)(op: (A1, A1) ⇒ A1): A1
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
foldLeft[B](z: B)(op: (B, N) ⇒ B): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
foldRight[B](z: B)(op: (N, B) ⇒ B): B
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
forall(p: (N) ⇒ Boolean): Boolean
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
foreach[U](f: (N) ⇒ U): Unit
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to StringFormat[WkLDiHyperEdge[N]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
from: N
Synonym for
source
.Synonym for
source
.- Definition Classes
- DiHyperEdgeLike
- Annotations
- @inline()
-
def
genericBuilder[B]: Builder[B, Iterable[B]]
- Definition Classes
- GenericTraversableTemplate
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
groupBy[K](f: (N) ⇒ K): Map[K, Iterable[N]]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
grouped(size: Int): Iterator[Iterable[N]]
- Definition Classes
- IterableLike
-
def
hasDefiniteSize: Boolean
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
-
def
hasSource(pred: (N) ⇒ Boolean): Boolean
true
if any source end of this edge fulfillspred
.true
if any source end of this edge fulfillspred
.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
hasSource[M >: N](node: M): Boolean
true
ifnode
is a source of this edge.true
ifnode
is a source of this edge. In case this edge is undirected this method maps toisAt
.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
hasTarget(pred: (N) ⇒ Boolean): Boolean
true
if any target end of this edge fulfillspred
.true
if any target end of this edge fulfillspred
.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
hasTarget[M >: N](node: M): Boolean
true
ifnode
is a target of this edge.true
ifnode
is a target of this edge. In case this edge is undirected this method maps toisAt
.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
hashCode(): Int
- Definition Classes
- WkEdge → AnyRef → Any
-
def
head: N
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
headOption: Option[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
init: Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
inits: Iterator[Iterable[N]]
- Definition Classes
- TraversableLike
-
def
isAt(pred: (N) ⇒ Boolean): Boolean
true
if any end of this edge fulfillspred
. -
def
isAt[M >: N](node: M): Boolean
true
ifnode
is incident with this edge. -
def
isDefined: Boolean
- Definition Classes
- Param
-
final
def
isDirected: Boolean
Same as
directed
.Same as
directed
.- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
def
isEdge: Boolean
- Definition Classes
- EdgeParam
-
def
isEmpty: Boolean
- Definition Classes
- IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
-
def
isHyperEdge: Boolean
true
if this is a hyperedge that is it may have more than two ends.true
if this is a hyperedge that is it may have more than two ends.- Definition Classes
- EdgeLike
- def isIn: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLabeled: Boolean
true
if this edge is labeled.true
if this edge is labeled. See alsolabel
.- Definition Classes
- EdgeLike
-
def
isLooping: Boolean
true
if this edge produces a self-loop.true
if this edge produces a self-loop. In case of a non-hyperedge, a loop is given if the incident nodes are equal. In case of a directed hyperedge, a loop is given if the source is equal to any of the targets. In case of an undirected hyperedge, a loop is given if any pair of incident nodes has equal nodes.- Definition Classes
- EdgeLike
-
def
isNode: Boolean
- Definition Classes
- EdgeParam
- def isOut: Boolean
-
final
def
isTraversableAgain: Boolean
- Definition Classes
- TraversableLike → GenTraversableLike → GenTraversableOnce
-
final
def
isUndirected: Boolean
Same as
undirected
.Same as
undirected
.- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
def
isValidArity(size: Int): Boolean
A function to determine whether the
arity
of the passedProduct
of nodes (that is the number of edge ends) is valid. -
def
isValidCustom: Boolean
This method may be overridden to enforce additional validation at edge creation time.
This method may be overridden to enforce additional validation at edge creation time. Be careful to call
super.isValidCustom
when overriding. This function is called on every edge-instantiation byvalidate
that throws EdgeException if this method returnsfalse
.- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
isValidCustomExceptionMessage: String
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
iterator: Iterator[N]
Iterator for the nodes (end-points) of this edge.
-
def
label: L1
- Definition Classes
- LEdge
-
def
last: N
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
lastOption: Option[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
map[B, That](f: (N) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike → FilterMonadic
-
def
matches(p1: (N) ⇒ Boolean, p2: (N) ⇒ Boolean): Boolean
true
if
a) two distinct ends of this undirected edge exist for whichp1
andp2
hold or
b)p1
holds for a source andp2
for a target of this directed edge.true
if
a) two distinct ends of this undirected edge exist for whichp1
andp2
hold or
b)p1
holds for a source andp2
for a target of this directed edge.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
matches[M >: N](n1: M, n2: M): Boolean
true
if
a) bothn1
andn2
are at this edge for an undirected edge
b)n1
is a source andn2
a target of this edge for a directed edge.true
if
a) bothn1
andn2
are at this edge for an undirected edge
b)n1
is a source andn2
a target of this edge for a directed edge.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
final
def
matches(fList: List[(N) ⇒ Boolean]): Boolean
- Attributes
- protected
- Definition Classes
- HyperEdge
-
def
max[B >: N](implicit cmp: Ordering[B]): N
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
maxBy[B](f: (N) ⇒ B)(implicit cmp: Ordering[B]): N
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
min[B >: N](implicit cmp: Ordering[B]): N
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
minBy[B](f: (N) ⇒ B)(implicit cmp: Ordering[B]): N
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString: String
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString(sep: String): String
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
mkString(start: String, sep: String, end: String): String
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
val
n1: WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to EdgeAssoc[WkLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newBuilder: Builder[N, Iterable[N]]
- Attributes
- protected[this]
- Definition Classes
- GenericTraversableTemplate → HasNewBuilder
-
def
nodeSeq: Seq[N]
Sequence of the end points of this edge.
Sequence of the end points of this edge.
- Definition Classes
- EdgeLike
-
val
nodes: Product
The end nodes joined by this edge.
-
def
nodesToString: String
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
nodesToStringSeparator: String
- Attributes
- protected
- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
nodesToStringWithParenthesis: Boolean
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
nonEmpty: Boolean
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
nonHyperEdge: Boolean
true
if this edge has exactly two ends.true
if this edge has exactly two ends.- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
final
def
nonLooping: Boolean
Same as
! looping
.Same as
! looping
.- Definition Classes
- EdgeLike
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
par: ParIterable[N]
- Definition Classes
- Parallelizable
-
def
parCombiner: Combiner[N, ParIterable[N]]
- Attributes
- protected[this]
- Definition Classes
- TraversableLike → Parallelizable
-
def
partition(p: (N) ⇒ Boolean): (Iterable[N], Iterable[N])
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
product[B >: N](implicit num: Numeric[B]): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduce[A1 >: N](op: (A1, A1) ⇒ A1): A1
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceLeft[B >: N](op: (B, N) ⇒ B): B
- Definition Classes
- TraversableOnce
-
def
reduceLeftOption[B >: N](op: (B, N) ⇒ B): Option[B]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceOption[A1 >: N](op: (A1, A1) ⇒ A1): Option[A1]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
reduceRight[B >: N](op: (N, B) ⇒ B): B
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
reduceRightOption[B >: N](op: (N, B) ⇒ B): Option[B]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
repr: Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
reversed: List[N]
- Attributes
- protected[this]
- Definition Classes
- TraversableOnce
-
def
sameElements[B >: N](that: GenIterable[B]): Boolean
- Definition Classes
- IterableLike → GenIterableLike
-
def
scan[B >: N, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
scanLeft[B, That](z: B)(op: (B, N) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
scanRight[B, That](z: B)(op: (N, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[N], B, That]): That
- Definition Classes
- TraversableLike → GenTraversableLike
- Annotations
- @migration
- Migration
(Changed in version 2.9.0) The behavior of
scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
-
def
seq: Iterable[N]
- Definition Classes
- Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
-
def
size: Int
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
sizeHintIfCheap: Int
- Attributes
- protected[scala.collection]
- Definition Classes
- GenTraversableOnce
-
def
slice(from: Int, until: Int): Iterable[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
sliding(size: Int, step: Int): Iterator[Iterable[N]]
- Definition Classes
- IterableLike
-
def
sliding(size: Int): Iterator[Iterable[N]]
- Definition Classes
- IterableLike
-
final
def
source: N
The single source node of this directed edge.
The single source node of this directed edge.
- Definition Classes
- DiHyperEdgeLike
- Annotations
- @inline()
-
def
sources: Traversable[N]
All source ends of this edge.
All source ends of this edge.
- Definition Classes
- EdgeLike
-
def
span(p: (N) ⇒ Boolean): (Iterable[N], Iterable[N])
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
splitAt(n: Int): (Iterable[N], Iterable[N])
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
stringPrefix: String
- Definition Classes
- EdgeLike → TraversableLike → GenTraversableLike
-
def
sum[B >: N](implicit num: Numeric[B]): B
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tail: Iterable[N]
- Definition Classes
- TraversableLike → GenTraversableLike
-
def
tails: Iterator[Iterable[N]]
- Definition Classes
- TraversableLike
-
def
take(n: Int): Iterable[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
def
takeRight(n: Int): Iterable[N]
- Definition Classes
- IterableLike
-
def
takeWhile(p: (N) ⇒ Boolean): Iterable[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableLike
-
final
def
target: N
The target node for a directed edge; one of the target nodes for a directed hyperedge.
The target node for a directed edge; one of the target nodes for a directed hyperedge.
- Definition Classes
- DiHyperEdgeLike
- Annotations
- @inline()
-
def
targets: Traversable[N]
All target ends of this edge.
All target ends of this edge.
- Definition Classes
- EdgeLike
-
def
thisCollection: Iterable[N]
- Attributes
- protected[this]
- Definition Classes
- IterableLike → TraversableLike
-
final
def
thisSimpleClassName: String
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
to: N
Synonym for
target
.Synonym for
target
.- Definition Classes
- DiHyperEdgeLike
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, N, Col[N]]): Col[N]
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
-
def
toArray[B >: N](implicit arg0: ClassTag[B]): Array[B]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toBuffer[B >: N]: Buffer[B]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toCollection(repr: Iterable[N]): Iterable[N]
- Attributes
- protected[this]
- Definition Classes
- IterableLike → TraversableLike
-
def
toIndexedSeq: IndexedSeq[N]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toIterable: Iterable[N]
- Definition Classes
- IterableLike → TraversableOnce → GenTraversableOnce
-
def
toIterator: Iterator[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableOnce
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
toList: List[N]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toMap[T, U](implicit ev: <:<[N, (T, U)]): Map[T, U]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to CollectionsHaveToParArray[WkLDiHyperEdge[N], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (WkLDiHyperEdge[N]) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
-
def
toSeq: Seq[N]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toSet[B >: N]: Set[B]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
toStream: Stream[N]
- Definition Classes
- IterableLike → TraversableLike → GenTraversableOnce
-
def
toString(): String
- Definition Classes
- EdgeLike → TraversableLike → AnyRef → Any
-
def
toStringWithParenthesis: Boolean
- Attributes
- protected
- Definition Classes
- EdgeLike
-
def
toTraversable: Traversable[N]
- Definition Classes
- TraversableLike → TraversableOnce → GenTraversableOnce
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
toVector: Vector[N]
- Definition Classes
- TraversableOnce → GenTraversableOnce
-
def
transpose[B](implicit asTraversable: (N) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]
- Definition Classes
- GenericTraversableTemplate
- Annotations
- @migration
- Migration
(Changed in version 2.9.0)
transpose
throws anIllegalArgumentException
if collections are not uniformly sized.
-
final
def
undirected: Boolean
true
if this edge is undirected.true
if this edge is undirected.- Definition Classes
- EdgeLike
- Annotations
- @inline()
-
def
unzip[A1, A2](implicit asPair: (N) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])
- Definition Classes
- GenericTraversableTemplate
-
def
unzip3[A1, A2, A3](implicit asTriple: (N) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])
- Definition Classes
- GenericTraversableTemplate
-
final
def
validate: Unit
Performs basic, inevitable edge validation.
Performs basic, inevitable edge validation. Among others, ensures that
nodes ne null
and no edge endeq null
.This validation method must be called in the constructor of any edge class that directly extends or mixes in
EdgeLike
. To perform additional custom validationisValidCustom
is to be overridden.- Attributes
- protected
- Definition Classes
- EdgeLike
- Exceptions thrown
EdgeException
if any of the basic validations or of eventually supplied additional validations fails.
-
val
value: WkLDiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- OuterNode → NodeParam
-
def
view(from: Int, until: Int): IterableView[N, Iterable[N]]
- Definition Classes
- IterableLike → TraversableLike
-
def
view: IterableView[N, Iterable[N]]
- Definition Classes
- IterableLike → TraversableLike
-
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
- @native() @throws( ... )
-
val
weight: Double
The weight of this edge with a default of 1.
The weight of this edge with a default of 1.
Note that
weight
is normally not part of the edge key (hashCode). As a result, edges with different weights connecting the same nodes will be evaluated as equal and thus added once and only once to the graph. In case you need multi-edges based on different weights you should either make use of a predefined key-weighted edge type such asWDiEdge
or define a custom edge class that mixes inExtendedKey
and addsweight
tokeyAttributes
.For weight types other than
Long
you may either convert then toLong
prior to edge creation or define a custom edge class that includes the weight of the appropriate type and overridesdef weight
to provide the required conversion toLong
.- Definition Classes
- WHyperEdge → EdgeLike
-
def
withFilter(p: (N) ⇒ Boolean): FilterMonadic[N, Iterable[N]]
- Definition Classes
- TraversableLike → FilterMonadic
-
def
withSources[U](f: (N) ⇒ U): Unit
Applies
f
to all source ends of this edge without new memory allocation.Applies
f
to all source ends of this edge without new memory allocation.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
withTargets[U](f: (N) ⇒ U): Unit
Applies
f
to the target ends of this edge without new memory allocation.Applies
f
to the target ends of this edge without new memory allocation.- Definition Classes
- DiHyperEdgeLike → EdgeLike
-
def
zip[A1 >: N, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[N], (A1, B), That]): That
- Definition Classes
- IterableLike → GenIterableLike
-
def
zipAll[B, A1 >: N, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[N], (A1, B), That]): That
- Definition Classes
- IterableLike → GenIterableLike
-
def
zipWithIndex[A1 >: N, That](implicit bf: CanBuildFrom[Iterable[N], (A1, Int), That]): That
- Definition Classes
- IterableLike → GenIterableLike
-
def
~[N >: NOld](n: N)(implicit endpointsKind: CollectionKind = Bag): HyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to HyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- HyperEdgeAssoc
-
def
~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to EdgeAssoc[WkLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
-
def
~>[N >: NOld](n: N)(implicit targetsKind: CollectionKind = Bag): DiHyperEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to HyperEdgeAssoc[N] performed by method HyperEdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- HyperEdgeAssoc
-
def
~>[N >: N1](n2: N): DiEdge[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to EdgeAssoc[WkLDiHyperEdge[N]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
-
def
→[B](y: B): (WkLDiHyperEdge[N], B)
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to ArrowAssoc[WkLDiHyperEdge[N]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Shadowed Implicit Value Members
-
def
filter(p: (N) ⇒ Boolean): TraversableOnce[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: MonadOps[N]).filter(p)
- Definition Classes
- MonadOps
-
def
flatMap[B](f: (N) ⇒ GenTraversableOnce[B]): TraversableOnce[B]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: MonadOps[N]).flatMap(f)
- Definition Classes
- MonadOps
-
def
isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).isDefined
- Definition Classes
- Param
-
def
isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).isEdge
- Definition Classes
- NodeParam
-
def
isIn: Boolean
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).isIn
- Definition Classes
- InParam → Param
-
def
isNode: Boolean
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).isNode
- Definition Classes
- NodeParam
-
def
isOut: Boolean
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).isOut
- Definition Classes
- InParam → Param
-
def
map[B](f: (N) ⇒ B): TraversableOnce[B]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: MonadOps[N]).map(f)
- Definition Classes
- MonadOps
-
def
stringPrefix: String
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).stringPrefix
- Definition Classes
- NodeParam
-
def
toString(): String
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to OuterNode[WkLDiHyperEdge[N]] performed by method anyToNode in scalax.collection.GraphPredef.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: OuterNode[WkLDiHyperEdge[N]]).toString()
- Definition Classes
- NodeParam → AnyRef → Any
-
def
withFilter(p: (N) ⇒ Boolean): Iterator[N]
- Implicit
- This member is added by an implicit conversion from WkLDiHyperEdge[N] to MonadOps[N] performed by method MonadOps in scala.collection.TraversableOnce.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(wkLDiHyperEdge: MonadOps[N]).withFilter(p)
- Definition Classes
- MonadOps
Welcome to the Graph for Scala API reference. Some suggested navigation entry points:
Graph
mutable.Graph
and its inner nodes.GraphEdge
objectedge
packageGraphPredef
object andImplicits
object.GraphTraversal
andTraverserInnerNode
.RandomGraph
.GraphGen
.