com
.
seancheatham
.
graph
.
adapters
memory
package
memory
Visibility
Public
All
Type Members
case class
ImmutableGraph
(
nodeConstructs:
Map
[
String
,
Construct
] =
Map.empty
,
edgeConstructs:
Map
[
String
,
Construct
] =
Map.empty
)
(
implicit
nodeFactory:
Factory
=
Node.defaultFactory
,
edgeFactory:
Factory
=
Edge.defaultFactory
)
extends
Graph
with
Product
with
Serializable
class
MutableGraph
extends
Graph
Value Members
object
ImmutableGraph
extends
Serializable
object
MutableGraph
Ungrouped