Graph

case class Graph(vertices: List[StoredNode], edges: List[Edge], subgraph: Map[String, Seq[StoredNode]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(other: Graph): Graph

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product