jakobaxelsson / sossim

A system-of-systems (SoS) simulator
MIT License
0 stars 0 forks source link

Create a core package for abstract SoS classes #10

Open jakobaxelsson opened 1 year ago

jakobaxelsson commented 1 year ago

One purpose of this software is to validate the usefulness of some of the generic concepts and ontologies developed for describing SoS. To reflect this, a core package should be created that contains base classes corresponding to those abstract concepts. The base classes can then be subclassed for a certain domain, such as the transport simulation.

Concepts that should be included (see Martin et al., 2023) are, to start:

jakobaxelsson commented 11 months ago

Module created, and currently contains abstract superclasses for SoSAgent and Capability.