[][src]Module zamm_yin::tao::archetype

Types of forms, as opposed to the forms themselves.

Structs

Archetype

Represents patterns found across an entire class of concepts.

AttributeArchetype

Archetype representing attributes.

Traits

ArchetypeFormTrait

Every concept represents a different way of looking at and manipulating the world. This one allows one to treat an archetype -- nothing more than an idea, a piece of metadata -- as if it had form, as if it were actual data. But of course metadata is also data, and if you look around in the KB, this class definition is no different from any other class definition.

ArchetypeTrait

Implement for static access to archetype metadata and typed individuation (individuation through the archetype will return a more generic result than might be desired).

AttributeArchetypeFormTrait

Archetype functionality that is specific to attribute archetypes.