[][src]Module zamm_yin::tao::relation::attribute

Relations between two forms.

Structs

Attribute

Represents a binary relation.

DefaultValue

The default value of a data structure.

HasProperty

Describes instances of an archetype as having certain other properties.

Inherits

Describes the owner as inheriting all attributes of the value.

Owner

The owner/source/from-node of an attribute.

OwnerArchetype

The type of owner this attribute has. Only the most restrictive inherited value will be used.

Value

The value/target/to-node of an attribute.

ValueArchetype

The type of value this attribute has. Only the most restrictive inherited value will be used.

Traits

AttributeTrait

Interface for all attributes.