offer_and_acceptance_for_goods - hqdmTop/hqdmFramework GitHub Wiki

Offer and Acceptance for Goods

A reaching_agreement that consists_of exactly one offer of a transfer_of_ownership_of_money for exactly one transfer_of_ownership that is accepted.

Attributes

  • part_of: A part_of relationship type where an offer_and_acceptance_for_goods is a part_of exactly one sale_of_goods.
  • consists_of_: A consists_of_ relationship type where an offer_and_acceptance_for_goods consists_of exactly one offer_for_goods.
  • consists_of: A consists_of relationship type where an offer_and_acceptance_for_goods consists of exactly one acceptance_of_offer_for_goods.

EXPRESS Specification

Diagram 42

Schema

ENTITY offer_and_acceptance_for_goods
  SUBTYPE OF(agree_contract);
    SELF\agree_contract.part_of      : SET [1:1] OF sale_of_goods;
  INVERSE
    SELF\agree_contract.consists_of_ : SET [1:1] OF offer_for_goods FOR part_of;
    SELF\agree_contract.consists_of  : SET [1:1] OF acceptance_of_offer_for_goods FOR part_of;
END_ENTITY;
Inheritance Graph

ENTITY offer_and_acceptance_for_goods;
  ENTITY thing;
    member__of              : OPTIONAL SET [1:?] OF class;
  ENTITY spatio_temporal_extent;
    part__of                : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    beginning               : OPTIONAL event;
    ending                  : OPTIONAL event;
    part_of_possible_world  : SET [1:?] OF possible_world;
    temporal__part_of       : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    aggregated_into         : OPTIONAL SET [1:?] OF spatio_temporal_extent;
  INVERSE
    consists__of            : SET OF spatio_temporal_extent FOR part__of;
  ENTITY state;
  ENTITY individual;
  ENTITY thing;
    member__of             : OPTIONAL SET [1:?] OF class;
  ENTITY spatio_temporal_extent;
    part__of                : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    beginning               : OPTIONAL event;
    ending                  : OPTIONAL event;
    part_of_possible_world  : SET [1:?] OF possible_world;
    temporal__part_of       : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    aggregated_into         : OPTIONAL SET [1:?] OF spatio_temporal_extent;
  INVERSE
    consists__of            : SET OF spatio_temporal_extent FOR part__of;
  ENTITY state;
  ENTITY state_of_activity;
    temporal_part_of        : OPTIONAL SET [1:?] OF activity;
    member_of               : OPTIONAL SET [1:?] OF class_of_state_of_activity;
  ENTITY activity;
    references              : OPTIONAL SET [1:?] OF thing;
    determines              : OPTIONAL SET [1:?] OF thing;
    causes                  : SET [1:?] OF event;
    member_of_kind          : SET [1:?] OF kind_of_activity;
  INVERSE
    consists_of_participant : SET [1:?] OF participant FOR participant_in;
  ENTITY thing;
    member__of              : OPTIONAL SET [1:?] OF class;
  ENTITY spatio_temporal_extent;
    part__of                : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    beginning               : OPTIONAL event;
    ending                  : OPTIONAL event;
    part_of_possible_world  : SET [1:?] OF possible_world;
    temporal__part_of       : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    aggregated_into         : OPTIONAL SET [1:?] OF spatio_temporal_extent;
  INVERSE
    consists__of            : SET OF spatio_temporal_extent FOR part__of;
  ENTITY state;
  ENTITY individual;
  ENTITY thing;
    member__of              : OPTIONAL SET [1:?] OF class;
  ENTITY spatio_temporal_extent;
    part__of                : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    beginning               : OPTIONAL event;
    ending                  : OPTIONAL event;
    part_of_possible_world  : SET [1:?] OF possible_world;
    temporal__part_of       : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    aggregated_into         : OPTIONAL SET [1:?] OF spatio_temporal_extent;
  INVERSE
    consists__of            : SET OF spatio_temporal_extent FOR part__of;
  ENTITY state;
  ENTITY state_of_intentionally_constructed_object;
  ENTITY intentionally_constructed_object;
  ENTITY thing;
    member__of              : OPTIONAL SET [1:?] OF class;
  ENTITY spatio_temporal_extent;
    part__of                : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    beginning               : OPTIONAL event;
    ending                  : OPTIONAL event;
    part_of_possible_world  : SET [1:?] OF possible_world;
    temporal__part_of       : OPTIONAL SET [1:?] OF spatio_temporal_extent;
    aggregated_into         : OPTIONAL SET [1:?] OF spatio_temporal_extent;
  INVERSE
    consists__of            : SET OF spatio_temporal_extent FOR part__of;
  ENTITY state;
  ENTITY state_of_intentionally_constructed_object;
  ENTITY state_of_socially_constructed_object;
    member_of               : OPTIONAL SET [1:?] OF class_of_state_of_socially_constructed_object;
    temporal_part_of        : OPTIONAL SET [1:?] OF socially_constructed_object;
  ENTITY socially_constructed_object;
    member_of               : OPTIONAL SET [1:?] OF class_of_socially_constructed_object;
    member_of_kind          : OPTIONAL SET [1:?] OF kind_of_socially_constructed_object;
  ENTITY socially_constructed_activity;
    part_of_                : OPTIONAL SET [1:?] OF agreement_execution;
  ENTITY reaching_agreement;
  ENTITY agree_contract;
    member_of               : OPTIONAL SET [1:?] OF class_of_agree_contract;
  ENTITY offer_and_acceptance_for_goods;
    part_of                 : SET [1:1] OF sale_of_goods;
  INVERSE
    consists_of_            : SET [1:1] OF offer_for_goods FOR part_of;
    consists_of             : SET [1:1] OF acceptance_of_offer_for_goods FOR part_of;
END_ENTITY;
⚠️ **GitHub.com Fallback** ⚠️