Skip to content

Feature configuration models

Nils Brinckmann requested to merge feature-configuration-models into master

Goal:

Implements the classes to model the configuration:

  • Configuration
  • StationaryLocation
  • DynamicLocation
  • ConfigurationsTree (was already present)
  • DeviceNode (was already present)
  • PlatformNode (was already present)
  • DeviceConfigurationAttributes
  • PlatformConfigurationAttributes

and its corresponding tests.

These are just the plain classed based on our discussion in https://confluence.digitalearth-hgf.de/display/HUB/2020-07-29+Brainstorming+Datamodel+Configurations.

Merge request reports