You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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