Record

scalax.collection.io.dot.Record$
object Record

Types for record-based nodes as described on http://www.graphviz.org/doc/info/shapes.html.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Record.type

Members list

Type members

Classlikes

case class Field(name: String, port: Option[Id]) extends RLabel

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RLabel
class Object
trait Matchable
class Any
Show all
case class Horizontal(left: RLabel, right: RLabel) extends RLabel

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RLabel
class Object
trait Matchable
class Any
Show all
case class Label(part: RLabel) extends RLabel

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RLabel
class Object
trait Matchable
class Any
Show all
case class Ports(port_1: String, port_2: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait RLabel

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Field
class Horizontal
class Label
class Vertical
case class Vertical(left: RLabel, right: RLabel) extends RLabel

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RLabel
class Object
trait Matchable
class Any
Show all