package viz
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class Edge(id: String, from: String, to: String, properties: Map[String, String]) extends GraphElement with Product with Serializable
- sealed abstract class GraphElement extends AnyRef
- class SVGOutputer extends Outputer
- case class SubGraph(id: String, properties: Map[String, String], elements: Iterable[GraphElement]) extends GraphElement with Product with Serializable
- case class Vertex(id: String, properties: Map[String, String]) extends GraphElement with Product with Serializable