AttrWithDom

semagrams.flatacsets.AttrWithDom
trait AttrWithDom extends Attr

Attributes

Graph
Supertypes
trait Attr
trait Property
class Object
trait Matchable
class Any
Known subtypes
class DynAttr
class Weight[T]
object Concentration.type
object Rate.type
object SName.type
object TName.type
object Src.type
object Tgt.type
object boxTy.type

Members list

Concise view

Type members

Inherited types

type Value

The type of values of the attribute.

The type of values of the attribute.

Attributes

Inherited from:
Property

Value members

Inherited methods

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

Abstract fields

val dom: Ob

Inherited fields

val rw: ReadWriter[Value]

A serializer for those values.

A serializer for those values.

Attributes

Inherited from:
Property