Package

models

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. case class Graph(name: String, nodes: List[GraphNode], edges: List[GraphEdge]) extends Product with Serializable

    Permalink
  2. case class GraphEdge(id: String, sourceIndex: Int, targetIndex: Int, edgeType: String, value: String) extends Product with Serializable

    Permalink
  3. case class GraphNode(nodeIndex: Int, name: String, nodeType: String, usage: String = "combined", description: String = "") extends Product with Serializable

    Permalink

Value Members

  1. object GraphModelJsonSerializers

    Permalink

Ungrouped