{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Measurement Type: A Measurement Type is a class of measurement.Example: Performance, Security, Cost.It is used to group Measure Property Type(ies) by domain of concerns represented by Family of Measurements. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 6f9c701b6a0f2d87 where -- ========== Measurement Type open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 6cfb6ef26a0f15e4 public -- Condition Category postulate MeasurementType : ∀ {u} → Category u postulate -- MeasurementType is subTypeOf ConditionCategory st-c2f2914166ea2626 : ∀ {u} → (MeasurementType {u}) ⊏⋆ₑ (ConditionCategory {u}) -- == Relationships =======================