final class DefaultLabelFactory extends AnyRef
A stateful String generator with deterministic results.
- Attributes
- protected
- Alphabetic
- By Inheritance
- DefaultLabelFactory
- AnyRef
- Any
- by ChainingOps
- by EdgeAssoc
- by anyToNode
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply: () => Any
Given
startChar = 'A'
, consecutive calls return the character combinationsA, B, ..., AA, AB, ..., BA, BB, ...
. - def isDefined: Boolean
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- final def isEdge: Boolean
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- def isIn: Boolean
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- InParam → Param
- def isNode: Boolean
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- final def isOut: Boolean
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Param
- val n1: DefaultLabelFactory
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toEdgeAssoc[DefaultLabelFactory] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- def pipe[B](f: (DefaultLabelFactory) => B): B
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toChainingOps[DefaultLabelFactory] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- Product
- val self: DefaultLabelFactory
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toChainingOps[DefaultLabelFactory] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- def stringPrefix: String
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- NodeParam
- def tap[U](f: (DefaultLabelFactory) => U): DefaultLabelFactory
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toChainingOps[DefaultLabelFactory] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
- val value: DefaultLabelFactory
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] performed by method anyToNode in scalax.collection.GraphPredef.
- Definition Classes
- OuterNode → NodeParam
- def ~[N >: N1](n2: N): UnDiEdge[N]
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toEdgeAssoc[DefaultLabelFactory] 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 DefaultLabelFactory toEdgeAssoc[DefaultLabelFactory] performed by method EdgeAssoc in scalax.collection.GraphPredef.
- Definition Classes
- EdgeAssoc
- Annotations
- @inline()
Shadowed Implicit Value Members
- def toString(): String
- Implicit
- This member is added by an implicit conversion from DefaultLabelFactory toOuterNode[DefaultLabelFactory] 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:(defaultLabelFactory: OuterNode[DefaultLabelFactory]).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
.