sealed trait EdgeParam extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- EdgeParam
- AnyRef
- Any
Implicitly
- by anyToNode
- by EdgeAssoc
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- def isEdge: Boolean
- def isIn: Boolean
- def isNode: Boolean
- def isOut: Boolean
-
val
n1: EdgeParam
- Implicit
- This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
-
def
stringPrefix: String
- Implicit
- This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- val value: EdgeParam
-
def
~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
-
def
~>[N >: N1](n2: N): DiEdge[N]
- Implicit
- This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
Shadowed Implicit Value Members
-
def
isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:(edgeParam: OuterNode[EdgeParam]).isEdge
- Definition Classes
- NodeParam
-
def
isNode: Boolean
- Implicit
- This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:(edgeParam: OuterNode[EdgeParam]).isNode
- Definition Classes
- NodeParam
-
def
toString(): String
- Implicit
- This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:(edgeParam: OuterNode[EdgeParam]).toString()
- Definition Classes
- NodeParam → AnyRef → Any
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
.