DiEdgeWithNodeReferences

scalax.collection.io.jsoniter.labeled.DiEdgeWithNodeReferences
See theDiEdgeWithNodeReferences companion object
case class DiEdgeWithNodeReferences[Id <: AnyVal | String, L](edgeT: String, sourceId: Id, targetId: Id, label: L) extends AnyEdgeWithNodeReferences[Id, L], AnyDiHyperEdgeWithNodeReferences[Id, L]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WithNodeReferences[Id, L]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def id1: Id
def id2: Id

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product