Schema

case class Schema[Edge, Node, Label, Err, Evidence](m: Map[Label, Shape[DirectedEdge[Edge], Node, Label, Err, Evidence]], ignored: Seq[DirectedEdge[Edge]])

Defines a Schema which is a map from Labels to Shapes

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Shape_ = Shape[DirectedEdge[Edge], Node, Label, Err, Evidence]

Value members

Concrete methods

def lookup(label: Label): Option[Shape_]

Inherited methods

Inherited from:
Product