Skip to content

Concept Relationships #5

Description

@kosack

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?"
Loading

EDIT: this is now out of date, see the discussion below

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

designdesign consideration

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions