Packages

t

scalax.collection.constrained

UserConstrainedGraph

trait UserConstrainedGraph[N, E[+X] <: EdgeLikeIn[X], +G <: Graph[N, E]] extends AnyRef

Self Type
UserConstrainedGraph[N, E, G] with Graph[N, E] with Constrained[N, E, G]
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UserConstrainedGraph
  2. AnyRef
  3. 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

Abstract Value Members

  1. abstract val constraint: Constraint[N, E, G]

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 UserConstrainedGraph[N, E, G] toany2stringadd[UserConstrainedGraph[N, E, G]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (UserConstrainedGraph[N, E, G], B)
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toArrowAssoc[UserConstrainedGraph[N, E, G]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def ensuring(cond: (UserConstrainedGraph[N, E, G]) => Boolean, msg: => Any): UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toEnsuring[UserConstrainedGraph[N, E, G]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (UserConstrainedGraph[N, E, G]) => Boolean): UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toEnsuring[UserConstrainedGraph[N, E, G]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toEnsuring[UserConstrainedGraph[N, E, G]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toEnsuring[UserConstrainedGraph[N, E, G]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toStringFormat[UserConstrainedGraph[N, E, G]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    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. def pipe[B](f: (UserConstrainedGraph[N, E, G]) => B): B
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toChainingOps[UserConstrainedGraph[N, E, G]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  22. def postAdd(newGraph: G, passedNodes: Iterable[N], passedEdges: Iterable[E[N]], preCheck: PreCheckResult): Either[PostCheckFailure, G]
  23. def postSubtract(newGraph: G, passedNodes: Iterable[N], passedEdges: Iterable[E[N]], preCheck: PreCheckResult): Either[PostCheckFailure, G]
  24. def preAdd(elems: InParam[N, E]*): PreCheckResult
  25. def preAdd(edge: E[N]): PreCheckResult
  26. def preAdd(node: N): PreCheckResult
  27. def preCreate(nodes: Iterable[N], edges: Iterable[E[N]]): PreCheckResult
  28. def preSubtract(nodes: => Set[G.NodeT], edges: => Set[G.EdgeT], simple: Boolean): PreCheckResult
  29. def preSubtract(edge: G.EdgeT, simple: Boolean): PreCheckResult
  30. def preSubtract(node: G.NodeT, forced: Boolean): PreCheckResult
  31. val self: UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toChainingOps[UserConstrainedGraph[N, E, G]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def tap[U](f: (UserConstrainedGraph[N, E, G]) => U): UserConstrainedGraph[N, E, G]
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toChainingOps[UserConstrainedGraph[N, E, G]] performed by method ChainingOps in scalax.collection.
    Definition Classes
    ChainingOps
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. 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): (UserConstrainedGraph[N, E, G], B)
    Implicit
    This member is added by an implicit conversion from UserConstrainedGraph[N, E, G] toArrowAssoc[UserConstrainedGraph[N, E, G]] 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 AnyRef

Inherited from Any

Inherited by implicit conversion ChainingOps fromUserConstrainedGraph[N, E, G] to ChainingOps[UserConstrainedGraph[N, E, G]]

Inherited by implicit conversion any2stringadd fromUserConstrainedGraph[N, E, G] to any2stringadd[UserConstrainedGraph[N, E, G]]

Inherited by implicit conversion StringFormat fromUserConstrainedGraph[N, E, G] to StringFormat[UserConstrainedGraph[N, E, G]]

Inherited by implicit conversion Ensuring fromUserConstrainedGraph[N, E, G] to Ensuring[UserConstrainedGraph[N, E, G]]

Inherited by implicit conversion ArrowAssoc fromUserConstrainedGraph[N, E, G] to ArrowAssoc[UserConstrainedGraph[N, E, G]]

Ungrouped