Packages

  • package root
    Definition Classes
    root
  • package scalax
    Definition Classes
    root
  • package collection
    Definition Classes
    scalax
  • package constrained

    Traits enabling to implement constraints and use constrained graphs.

    Traits enabling to implement constraints and use constrained graphs.

    Graphs may be constrained dynamically or statically.

    Dynamically constrained means that a constraint is bound to a constrained Graph instance at initialization time. The constrained Graph will then delegate all calls to the methods of ConstraintMethods and ConstraintHandlerMethods to the corresponding methods of the constraint bound to it. The immutable and mutable factories Graph in this package yield dynamically constrained graphs.

    To make use of dynamically constrained graphs you may make use of the predefined constraints or provide an own implementation of Constraint along with its companion object. To initialize a graph with one or several combined constraints just call the graph factory methods of the constraint package passing.

    Statically constrained means that the graph class directly implements the methods declared in ConstraintMethods.

    Definition Classes
    collection
  • package mutable

    Mutable constrained graph templates.

    Mutable constrained graph templates.

    Definition Classes
    constrained
  • AdjacencyListGraph
  • CompanionAlias
  • DAG
  • DefaultGraphImpl
  • Forest
  • Graph
  • GraphBuilder
  • GraphLike
  • Tree
  • UserConstrainedGraphImpl

class GraphBuilder[N, E[X] <: EdgeLikeIn[X], GC[N, E[X] <: EdgeLikeIn[X]] <: constrained.Graph[N, E[X]] with constrained.GraphLike[N, E[X], GC]] extends BuilderImpl[N, E, GC]

Linear Supertypes
BuilderImpl[N, E, GC], Builder[Param[N, E], GC[N, E]], Growable[Param[N, E]], Clearable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphBuilder
  2. BuilderImpl
  3. Builder
  4. Growable
  5. Clearable
  6. AnyRef
  7. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by CollectionsHaveToParArray
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GraphBuilder(companion: GraphConstrainedCompanion[GC])(implicit edgeT: ClassTag[E[N]], config: GenConstrainedConfig)

Type Members

  1. type This = GC[N, E]
    Attributes
    protected
    Definition Classes
    BuilderImpl

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to any2stringadd[GraphBuilder[N, E, GC]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++=(elems: TraversableOnce[Param[N, E]]): GraphBuilder.this.type
    Definition Classes
    BuilderImpl → Growable
  5. def +=(elem: Param[N, E]): GraphBuilder.this.type
    Definition Classes
    BuilderImpl → Builder → Growable
  6. def +=(elem1: Param[N, E], elem2: Param[N, E], elems: Param[N, E]*): GraphBuilder.this.type
    Definition Classes
    Growable
  7. def ->[B](y: B): (GraphBuilder[N, E, GC], B)
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to ArrowAssoc[GraphBuilder[N, E, GC]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def add(elem: Param[N, E]): Unit
    Attributes
    protected
    Definition Classes
    BuilderImpl
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clear(): Unit
    Definition Classes
    BuilderImpl → Builder → Growable → Clearable
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val edges: ArrayBuffer[E[N]]
    Attributes
    protected
    Definition Classes
    BuilderImpl
  14. def ensuring(cond: (GraphBuilder[N, E, GC]) ⇒ Boolean, msg: ⇒ Any): GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to Ensuring[GraphBuilder[N, E, GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (GraphBuilder[N, E, GC]) ⇒ Boolean): GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to Ensuring[GraphBuilder[N, E, GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to Ensuring[GraphBuilder[N, E, GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to Ensuring[GraphBuilder[N, E, GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to StringFormat[GraphBuilder[N, E, GC]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  25. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  26. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  29. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  30. def mapResult[NewTo](f: (GC[N, E]) ⇒ NewTo): Builder[Param[N, E], NewTo]
    Definition Classes
    Builder
  31. val n1: GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to EdgeAssoc[GraphBuilder[N, E, GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val nodes: ArrayBuffer[N]
    Attributes
    protected
    Definition Classes
    BuilderImpl
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def result(): This
    Definition Classes
    GraphBuilder → Builder
  37. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit
    Definition Classes
    Builder
  38. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  39. def sizeHint(size: Int): Unit
    Definition Classes
    Builder
  40. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  41. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to CollectionsHaveToParArray[GraphBuilder[N, E, GC], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (GraphBuilder[N, E, GC]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. val value: GraphBuilder[N, E, GC]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNode → NodeParam
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to EdgeAssoc[GraphBuilder[N, E, GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  50. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to EdgeAssoc[GraphBuilder[N, E, GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  51. def [B](y: B): (GraphBuilder[N, E, GC], B)
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to ArrowAssoc[GraphBuilder[N, E, GC]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String
    Implicit
    This member is added by an implicit conversion from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]] 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:
    (graphBuilder: OuterNode[GraphBuilder[N, E, GC]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Inherited from BuilderImpl[N, E, GC]

Inherited from Builder[Param[N, E], GC[N, E]]

Inherited from Growable[Param[N, E]]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from GraphBuilder[N, E, GC] to OuterNode[GraphBuilder[N, E, GC]]

Inherited by implicit conversion EdgeAssoc from GraphBuilder[N, E, GC] to EdgeAssoc[GraphBuilder[N, E, GC]]

Inherited by implicit conversion CollectionsHaveToParArray from GraphBuilder[N, E, GC] to CollectionsHaveToParArray[GraphBuilder[N, E, GC], T]

Inherited by implicit conversion any2stringadd from GraphBuilder[N, E, GC] to any2stringadd[GraphBuilder[N, E, GC]]

Inherited by implicit conversion StringFormat from GraphBuilder[N, E, GC] to StringFormat[GraphBuilder[N, E, GC]]

Inherited by implicit conversion Ensuring from GraphBuilder[N, E, GC] to Ensuring[GraphBuilder[N, E, GC]]

Inherited by implicit conversion ArrowAssoc from GraphBuilder[N, E, GC] to ArrowAssoc[GraphBuilder[N, E, GC]]

Ungrouped