Packages

sealed trait EdgeParam extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EdgeParam
  2. AnyRef
  3. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def isDefined: Boolean
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  2. def isEdge: Boolean
  3. def isIn: Boolean
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  4. def isNode: Boolean
  5. def isOut: Boolean
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  6. val n1: EdgeParam
    Implicit
    This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  7. def stringPrefix: String
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  8. val value: EdgeParam
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  9. def ~[N >: N1](n2: N): UnDiEdge[N]
    Implicit
    This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  10. def ~>[N >: N1](n2: N): DiEdge[N]
    Implicit
    This member is added by an implicit conversion from EdgeParam to EdgeAssoc[EdgeParam] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()

Shadowed Implicit Value Members

  1. def isEdge: Boolean
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:
    (edgeParam: OuterNode[EdgeParam]).isEdge
    Definition Classes
    NodeParam
  2. def isNode: Boolean
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:
    (edgeParam: OuterNode[EdgeParam]).isNode
    Definition Classes
    NodeParam
  3. def toString(): String
    Implicit
    This member is added by an implicit conversion from EdgeParam to OuterNode[EdgeParam] 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:
    (edgeParam: OuterNode[EdgeParam]).toString()
    Definition Classes
    NodeParam → AnyRef → Any