-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
designdesign considerationdesign consideration
Description
Here I have started to try to link the various concepts we need to incorporate in VODF, to help to define the core structure (e.g. see #1) (here's a quick UML guide to help follow what the different lines mean)
---
title: VODF Concept Relationships
config:
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
Observation "1" *-- "1" TimeInterval
Observation "1" *-- "1" SpatialRegion
Observation "1" -- "0..*" StableObservationInterval
StableObservationInterval --|> TimeInterval
StableObservationInterval "1" -- "0..*" IRF
IRF *-- EffectiveArea
IRF *-- "0..1" PointSpread
IRF *-- EnergyMigration
IRF *--"0..1" RadMax
IRF "1" -- "1" EventType
EventList -- "0..*" EventType
EventType <|-- EventTypeGroup
EventTypeGroup "1" *-- "1..*" EventType
Observation "1" -- "1..*" EventList
StableObservationInterval "1" -- "1..*" EventList
note for EventList "linked to SOI or Observation?"
EDIT: this is now out of date, see the discussion below
LauraOlivera
Metadata
Metadata
Labels
designdesign considerationdesign consideration