{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Deployed Computer Device: - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module 2191367d6786268d where -- ========== Deployed Computer Device open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import 3642454f6007e80e public -- Deployed Business System open import df118f995d5f65f1 public -- Computer Device postulate DeployedComputerDevice : ClassOfBoundedIndividual postulate -- DeployedComputerDevice is subTypeOf DeployedBusinessSystem st-f603fdf267e47d20 : DeployedComputerDevice ⊏⋆ₑ DeployedBusinessSystem -- == Relationships ======================= {- Computer Type: -} postulate -- Relation: Computer Type computerType : classOfMixedOrderRelation DeployedComputerDevice ComputerDevice