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 config
    Definition Classes
    constrained
  • ConstrainedConfig
  • GenConstrainedConfig

case class ConstrainedConfig(orderHint: Int = GraphConfig.defaultOrder, adjacencyListHints: Hints = ArraySet.Hints.Default, constraintCompanion: ConstraintCompanion[Constraint] = NoneConstraint) extends GenConstrainedConfig with AdjacencyListArrayConfig with Product with Serializable

Configuration options for Graph factory methods in the constrained module.

Linear Supertypes
Serializable, Product, Equals, AdjacencyListArrayConfig, GenConstrainedConfig, GraphConfig, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstrainedConfig
  2. Serializable
  3. Product
  4. Equals
  5. AdjacencyListArrayConfig
  6. GenConstrainedConfig
  7. GraphConfig
  8. AnyRef
  9. Any
Implicitly
  1. by ChainingOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConstrainedConfig(orderHint: Int = GraphConfig.defaultOrder, adjacencyListHints: Hints = ArraySet.Hints.Default, constraintCompanion: ConstraintCompanion[Constraint] = NoneConstraint)

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 ConstrainedConfig toany2stringadd[ConstrainedConfig] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ConstrainedConfig, B)
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toArrowAssoc[ConstrainedConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val adjacencyListHints: Hints
    Definition Classes
    ConstrainedConfig → AdjacencyListArrayConfig
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val constraintCompanion: ConstraintCompanion[Constraint]
  10. def ensuring(cond: (ConstrainedConfig) => Boolean, msg: => Any): ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toEnsuring[ConstrainedConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (ConstrainedConfig) => Boolean): ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toEnsuring[ConstrainedConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toEnsuring[ConstrainedConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toEnsuring[ConstrainedConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toStringFormat[ConstrainedConfig] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. val orderHint: Int
    Definition Classes
    ConstrainedConfig → GraphConfig
  22. def pipe[B](f: (ConstrainedConfig) => B): B
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toChainingOps[ConstrainedConfig] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val self: ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toChainingOps[ConstrainedConfig] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def tap[U](f: (ConstrainedConfig) => U): ConstrainedConfig
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toChainingOps[ConstrainedConfig] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (ConstrainedConfig, B)
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig toArrowAssoc[ConstrainedConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AdjacencyListArrayConfig

Inherited from GenConstrainedConfig

Inherited from GraphConfig

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion ChainingOps fromConstrainedConfig to ChainingOps[ConstrainedConfig]

Inherited by implicit conversion any2stringadd fromConstrainedConfig to any2stringadd[ConstrainedConfig]

Inherited by implicit conversion StringFormat fromConstrainedConfig to StringFormat[ConstrainedConfig]

Inherited by implicit conversion Ensuring fromConstrainedConfig to Ensuring[ConstrainedConfig]

Inherited by implicit conversion ArrowAssoc fromConstrainedConfig to ArrowAssoc[ConstrainedConfig]

Ungrouped