Edge

flatgraph.Edge
See theEdge companion object
class Edge(val src: GNode, val dst: GNode, val edgeKind: Short, val subSeq: Int, val property: Any)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def label: String

Concrete fields

val dst: GNode
val edgeKind: Short
val property: Any
val src: GNode
val subSeq: Int