{- ============================== Copyright (c) 2024 SysFEAT - Systemic Framework for Enterprise Architecture & Transformation This work is released under the MIT License. framework.sysfeat.com Resource Agent Configuration: A Resource Agent Configuration is a Resource Agent Type that is combination of Human Agent Categorys and Artifacts. - ============================== -} {-# OPTIONS --cubical --guardedness #-} {-# OPTIONS --cubical-compatible #-} module ffdf64a868608999 where -- ========== Resource Agent Configuration open import Agda.Primitive open import Relation.Binary.PropositionalEquality open import Data.Product renaming (_×_ to _⊗_) open import e2ef091962147ad7 public -- Resource Agent Type postulate ResourceAgentConfiguration : ClassOfClassOfBoundedIndividual postulate -- ResourceAgentConfiguration is subTypeOf ResourceAgentType st-ffdf64c0686089e8 : ResourceAgentConfiguration ⊏⋆ₑ ResourceAgentType -- == Relationships =======================