DynHom

semagrams.flatacsets.DynHom
case class DynHom(name: String, dom: DynOb, codom: DynOb) extends HomWithDom

Attributes

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

Members list

Concise view

Type members

Inherited types

type Value = Part

The type of values of the attribute.

The type of values of the attribute.

Attributes

Inherited from:
Hom

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

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

Inherited fields

val rw: ReadWriter[Value]

A serializer for those values.

A serializer for those values.

Attributes

Inherited from:
Hom