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

Relations between two forms.

Modules

has_property

Meta-attributes around what attributes instances of an archetype have.

Structs

Attribute

Represents a binary relation.

Inherits

Describes the owner as inheriting all attributes of the value.

MetaForm

Archetype associated with this form. This differs from parents, because this defines the form's meta-properties, whereas parents define the form's inherited properties.

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.