scalation.database.mugraph_pm.MuGraph
See theMuGraph companion class
The MuGraph
companion object provides builder methods and example query multi-digraphs.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
trait Product
trait Mirror
class Object
trait Matchable
class Any
-
Self type
-
Members list
The names of the product elements
The names of the product elements
Attributes
-
Inherited from:
-
Mirror
Attributes
-
Inherited from:
-
Mirror
Build a MuGraph
from the given vertex labels and edge mappings.
Build a MuGraph
from the given vertex labels and edge mappings.
Value parameters
-
elabel
-
the map of edges, vertex pair -> set of edge labels
-
inverse
-
whether to store inverse adjacency sets (parents)
-
label
-
the vertex labels
-
name
-
the name of the multi-digraph
-
schema
-
the type of the vertices
Attributes