{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Customer Need: A customers pain point is the emotion they feel when they think of a specific need, problem, weakness, struggle, or an unfulfilled desire they didnt find a solution for yet. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module d170d3075be72e6b where -- ========== Customer Need open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 515c6a856893324e public -- Asset Property postulate CustomerNeed : ClassOfClassOfBoundedIndividual postulate -- CustomerNeed is subTypeOf AssetProperty st-d170da0d5be73c9e : CustomerNeed ⊏⋆ₑ AssetProperty -- == Relationships =======================