Edge

es.weso.depgraphs.Edge
case class Edge[Node, EdgeType](sub: Node, sup: Node, etype: EdgeType)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def show(showNode: Node => String, showEdge: EdgeType => String): String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product