scalax.collection.GraphPredef

InnerEdgeParam

trait InnerEdgeParam[NI, +EI[X <: NI] <: EdgeLike[X], NO <: InnerNodeParam[NI], +EO[X <: NO] <: EdgeLike[X]] extends OutParam[NI, EI] with EdgeParam

NI

the type of the nodes the graph is passed to.

EI

the kind of the edges the graph is passed to.

NO

the type of the nodes created internally.

EO

the kind of the edges created internally.

Linear Supertypes
EdgeParam, OutParam[NI, EI], Param[NI, EI], AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InnerEdgeParam
  2. EdgeParam
  3. OutParam
  4. Param
  5. AnyRef
  6. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def edge: EO[NO]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (InnerEdgeParam[NI, EI, NO, EO], B)

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to ArrowAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asEdgeT[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton](g: G): asEdgeT.G.EdgeT

    Attributes
    protected[scalax.collection]
  9. final def asEdgeTProjection[N <: NI, E[X] <: EdgeLikeIn[X]]: EdgeT

    Attributes
    protected[scalax.collection]
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def ensuring(cond: (InnerEdgeParam[NI, EI, NO, EO]) ⇒ Boolean, msg: ⇒ Any): InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (InnerEdgeParam[NI, EI, NO, EO]) ⇒ Boolean): InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def fold[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton, T](g: G)(fa: (fold.G.EdgeT) ⇒ T, fb: (EdgeT) ⇒ T): T

  20. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isContaining[N <: NI, E[X] <: EdgeLikeIn[X]](g: GraphBase[N, E]): Boolean

  24. def isDefined: Boolean

    Definition Classes
    Param
  25. def isEdge: Boolean

    Definition Classes
    EdgeParam
  26. def isIn: Boolean

    Definition Classes
    OutParamParam
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def isNode: Boolean

    Definition Classes
    EdgeParam
  29. def isOut: Boolean

    Definition Classes
    OutParamParam
  30. val n1: InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to EdgeAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. def stringPrefix: String

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. final def toEdgeT[N <: NI, E[X] <: EdgeLikeIn[X], G <: GraphBase[N, E] with Singleton](g: G)(f: (EdgeT) ⇒ toEdgeT.G.EdgeT): toEdgeT.G.EdgeT

  37. def toString(): String

    Definition Classes
    InnerEdgeParam → AnyRef → Any
  38. val value: InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def ~[N >: N1](n2: N): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to EdgeAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  43. def ~>[N >: N1](n2: N): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to EdgeAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  44. def [B](y: B): (InnerEdgeParam[NI, EI, NO, EO], B)

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to ArrowAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).isDefined
    Definition Classes
    Param
  2. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).isEdge
    Definition Classes
    NodeParam
  3. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).isIn
    Definition Classes
    InParamParam
  4. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).isNode
    Definition Classes
    NodeParam
  5. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).isOut
    Definition Classes
    InParamParam
  6. val self: Any

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerEdgeParam: StringAdd).self
    Definition Classes
    StringAdd
  7. val self: Any

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerEdgeParam: StringFormat).self
    Definition Classes
    StringFormat
  8. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).stringPrefix
    Definition Classes
    NodeParam
  9. def toString(): String

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]] 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:
    (innerEdgeParam: OuterNode[InnerEdgeParam[NI, EI, NO, EO]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def x: InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to ArrowAssoc[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerEdgeParam: ArrowAssoc[InnerEdgeParam[NI, EI, NO, EO]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: InnerEdgeParam[NI, EI, NO, EO]

    Implicit information
    This member is added by an implicit conversion from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (innerEdgeParam: Ensuring[InnerEdgeParam[NI, EI, NO, EO]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from EdgeParam

Inherited from OutParam[NI, EI]

Inherited from Param[NI, EI]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from InnerEdgeParam[NI, EI, NO, EO] to OuterNode[InnerEdgeParam[NI, EI, NO, EO]]

Inherited by implicit conversion EdgeAssoc from InnerEdgeParam[NI, EI, NO, EO] to EdgeAssoc[InnerEdgeParam[NI, EI, NO, EO]]

Inherited by implicit conversion any2stringadd from InnerEdgeParam[NI, EI, NO, EO] to StringAdd

Inherited by implicit conversion any2stringfmt from InnerEdgeParam[NI, EI, NO, EO] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from InnerEdgeParam[NI, EI, NO, EO] to ArrowAssoc[InnerEdgeParam[NI, EI, NO, EO]]

Inherited by implicit conversion any2Ensuring from InnerEdgeParam[NI, EI, NO, EO] to Ensuring[InnerEdgeParam[NI, EI, NO, EO]]

Ungrouped