Property

semagrams.Property
trait Property

An attribute that can be attached to an Entity.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait PValue[T]
object SName.type
object TName.type
object Program.type
object Concentration.type
object Rate.type
object SName.type
object TName.type
object Src.type
object Tgt.type
object boxTy.type
class diagTy[P]
trait Attr
trait Hom
object IS.type
object IT.type
object OS.type
object OT.type
object Src.type
object Tgt.type
enum WireProp[T]

Members list

Concise view

Type members

Types

type Value

The type of values of the attribute.

The type of values of the attribute.

Attributes

Value members

Concrete methods

def readValue(sv: Value): Value

Read in a Value from a json value.

Read in a Value from a json value.

Attributes

def writeValue(v: Any): Value

Construct a json value from a Value.

Construct a json value from a Value.

Attributes

Abstract fields

val rw: ReadWriter[Value]

A serializer for those values.

A serializer for those values.

Attributes