{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Deployed Hardware Equipment: - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module c80a7ee56785c3b2 where -- ========== Deployed Hardware Equipment open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import c80a7be56785c09b public -- Deployed Hardware System open import 9788a1fe661765ee public -- Hardware Equipment postulate DeployedHardwareEquipment : ClassOfBoundedIndividual postulate -- DeployedHardwareEquipment is subTypeOf DeployedHardwareSystem st-c80a83506785c556 : DeployedHardwareEquipment ⊏⋆ₑ DeployedHardwareSystem -- == Relationships ======================= {- Hardware Equipment: -} postulate -- Relation: Hardware Equipment hardwareEquipment : classOfMixedOrderRelation DeployedHardwareEquipment HardwareEquipment