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 generic
    Definition Classes
    constrained
  • GraphConstrainedCompanion
  • GraphConstrainedCompanionAlias
  • ImmutableGraphCompanion
  • MutableGraphCompanion
t

scalax.collection.constrained.generic

MutableGraphCompanion

trait MutableGraphCompanion[+GC[N, E[X] <: EdgeLikeIn[X]] <: mutable.Graph[N, E[X]] with mutable.GraphLike[N, E[X], GC]] extends GraphConstrainedCompanion[GC]

Linear Supertypes
GraphConstrainedCompanion[GC], GraphCompanion[GC], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MutableGraphCompanion
  2. GraphConstrainedCompanion
  3. GraphCompanion
  4. AnyRef
  5. Any
Implicitly
  1. by anyToNode
  2. by CollectionsHaveToParArray
  3. by EdgeAssoc
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Coll = GC[_, Nothing]
    Attributes
    protected[this]
    Definition Classes
    GraphCompanion
  2. type Config = ConstrainedConfig
    Definition Classes
    GraphConstrainedCompanion → GraphCompanion
  3. class GraphCanBuildFrom[N, E[X] <: EdgeLikeIn[X]] extends CanBuildFrom[Coll, Param[N, E], CC[N, E]]
    Definition Classes
    GraphCompanion

Abstract Value Members

  1. abstract def empty[N, E[X] <: EdgeLikeIn[X]](implicit edgeT: ClassTag[E[N]], config: Config): GC[N, E]
    Definition Classes
    GraphCompanion
  2. abstract def from[N, E[X] <: EdgeLikeIn[X]](nodes: Traversable[N], edges: Traversable[E[N]])(implicit edgeT: ClassTag[E[N]], config: Config): GC[N, E]
    Definition Classes
    GraphCompanion
  3. abstract def fromWithoutCheck[N, E[X] <: EdgeLikeIn[X]](nodes: Traversable[N], edges: Traversable[E[N]])(implicit edgeT: ClassTag[E[N]], config: Config): GC[N, E]

    Same as from except for constraint being suppressed.

    Same as from except for constraint being suppressed.

    Attributes
    protected[scalax.collection]
    Definition Classes
    GraphConstrainedCompanion

Concrete 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 MutableGraphCompanion[GC] to any2stringadd[MutableGraphCompanion[GC]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MutableGraphCompanion[GC], B)
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to ArrowAssoc[MutableGraphCompanion[GC]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[N, E[X] <: EdgeLikeIn[X]](elems: Param[N, E]*)(implicit edgeT: ClassTag[E[N]], config: Config): GC[N, E]
    Definition Classes
    GraphCompanion
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def defaultConfig: ConstrainedConfig
    Definition Classes
    GraphConstrainedCompanion → GraphCompanion
  10. def ensuring(cond: (MutableGraphCompanion[GC]) ⇒ Boolean, msg: ⇒ Any): MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to Ensuring[MutableGraphCompanion[GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (MutableGraphCompanion[GC]) ⇒ Boolean): MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to Ensuring[MutableGraphCompanion[GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to Ensuring[MutableGraphCompanion[GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to Ensuring[MutableGraphCompanion[GC]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def fill[N, E[X] <: EdgeLikeIn[X]](nr: Int)(elem: ⇒ Param[N, E])(implicit edgeT: ClassTag[E[N]], config: Config): GC[N, E]
    Definition Classes
    GraphCompanion
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to StringFormat[MutableGraphCompanion[GC]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  22. final def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  23. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  26. final def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  27. val n1: MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to EdgeAssoc[MutableGraphCompanion[GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def newBuilder[N, E[X] <: EdgeLikeIn[X]](implicit edgeT: ClassTag[E[N]], config: Config): Builder[Param[N, E], GC[N, E]]
    Definition Classes
    MutableGraphCompanionGraphConstrainedCompanion → GraphCompanion
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to CollectionsHaveToParArray[MutableGraphCompanion[GC], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (MutableGraphCompanion[GC]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val value: MutableGraphCompanion[GC]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNode → NodeParam
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to EdgeAssoc[MutableGraphCompanion[GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  41. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to EdgeAssoc[MutableGraphCompanion[GC]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  42. def [B](y: B): (MutableGraphCompanion[GC], B)
    Implicit
    This member is added by an implicit conversion from MutableGraphCompanion[GC] to ArrowAssoc[MutableGraphCompanion[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 MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[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:
    (mutableGraphCompanion: OuterNode[MutableGraphCompanion[GC]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Inherited from GraphConstrainedCompanion[GC]

Inherited from GraphCompanion[GC]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from MutableGraphCompanion[GC] to OuterNode[MutableGraphCompanion[GC]]

Inherited by implicit conversion CollectionsHaveToParArray from MutableGraphCompanion[GC] to CollectionsHaveToParArray[MutableGraphCompanion[GC], T]

Inherited by implicit conversion EdgeAssoc from MutableGraphCompanion[GC] to EdgeAssoc[MutableGraphCompanion[GC]]

Inherited by implicit conversion any2stringadd from MutableGraphCompanion[GC] to any2stringadd[MutableGraphCompanion[GC]]

Inherited by implicit conversion StringFormat from MutableGraphCompanion[GC] to StringFormat[MutableGraphCompanion[GC]]

Inherited by implicit conversion Ensuring from MutableGraphCompanion[GC] to Ensuring[MutableGraphCompanion[GC]]

Inherited by implicit conversion ArrowAssoc from MutableGraphCompanion[GC] to ArrowAssoc[MutableGraphCompanion[GC]]

Ungrouped