Packages

final class DefaultLabelFactory extends AnyRef

A stateful String generator with deterministic results.

Attributes
protected
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultLabelFactory
  2. AnyRef
  3. Any
Implicitly
  1. by ChainingOps
  2. by EdgeAssoc
  3. by anyToNode
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultLabelFactory(startChar: Char = 'A', endChar: Char = 'Z')

Value Members

  1. def apply: () => Any

    Given startChar = 'A', consecutive calls return the character combinations A, B, ..., AA, AB, ..., BA, BB, ....

  2. 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
  3. 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
  4. 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
    InParamParam
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
    OuterNodeNodeParam
  14. 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()
  15. 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

  1. 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