Weight

semagrams.flatacsets.Graphs$.Weight
case class Weight[T]()(implicit evidence$3: ReadWriter[T]) extends AttrWithDom

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Attr
trait Property
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Value = T

The type of values of the attribute.

The type of values of the attribute.

Attributes

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def readValue(sv: Value): Value

Read in a Value from a json value.

Read in a Value from a json value.

Attributes

Inherited from:
Property
def writeValue(v: Any): Value

Construct a json value from a Value.

Construct a json value from a Value.

Attributes

Inherited from:
Property

Concrete fields

val dom: Ob
val rw: ReadWriter[Value]

A serializer for those values.

A serializer for those values.

Attributes