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, Serializable, Product, Equals, AdjacencyListArrayConfig, GenConstrainedConfig, GraphConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstrainedConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AdjacencyListArrayConfig
  7. GenConstrainedConfig
  8. GraphConfig
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 to any2stringadd[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 to ArrowAssoc[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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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 to Ensuring[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 to Ensuring[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 to Ensuring[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 to Ensuring[ConstrainedConfig] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig to StringFormat[ConstrainedConfig] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val orderHint: Int
    Definition Classes
    ConstrainedConfig → GraphConfig
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  27. def [B](y: B): (ConstrainedConfig, B)
    Implicit
    This member is added by an implicit conversion from ConstrainedConfig to ArrowAssoc[ConstrainedConfig] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

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 any2stringadd from ConstrainedConfig to any2stringadd[ConstrainedConfig]

Inherited by implicit conversion StringFormat from ConstrainedConfig to StringFormat[ConstrainedConfig]

Inherited by implicit conversion Ensuring from ConstrainedConfig to Ensuring[ConstrainedConfig]

Inherited by implicit conversion ArrowAssoc from ConstrainedConfig to ArrowAssoc[ConstrainedConfig]

Ungrouped