{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Measurement Value: A Measurement Value is the value of Measure Property Type that result from a Measurement, at specific point in time in the context of a Key Indicator.A Measurement Value is always nested by its Measurement. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 3b1bc7e968cdac60 where -- ========== Measurement Value open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 21ed2aa6689c12ba public -- Measure Property open import e53af74b66e37e5d public -- Measure Property Type postulate MeasurementValue : PropertyType postulate -- MeasurementValue is subTypeOf MeasureProperty st-3b1bc87f68cdaf0c : MeasurementValue ⊏⋆ₑ MeasureProperty -- == Relationships ======================= {- Measured Property Type: -} postulate -- Relation: Measured Property Type measuredPropertyType : classOfMixedOrderRelation MeasurementValue MeasurePropertyType