mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
#1816 Observed data: UML diagram
This commit is contained in:
parent
d0d8a7d4be
commit
d5bd78392f
18
doc/observed_data.plantuml
Normal file
18
doc/observed_data.plantuml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
@startuml
|
||||||
|
left to right direction
|
||||||
|
|
||||||
|
RigSummaryCaseData *-- "1" RifSummaryReaderInterface
|
||||||
|
RimSummaryCase *-- "1" RigSummaryCaseData
|
||||||
|
|
||||||
|
RifSummaryReaderInterface <|-- RifReaderEclipseSummary
|
||||||
|
RifSummaryReaderInterface <|-- RifReaderObservedData
|
||||||
|
|
||||||
|
RifReaderObservedData *-- "N" RifColumnBasedAsciiParser
|
||||||
|
|
||||||
|
RimSummaryCase <|-- RimFileSummaryCase
|
||||||
|
RimSummaryCase <|-- RimObservedData
|
||||||
|
|
||||||
|
RimObservedData <|-- RimSummaryObservedDataFile
|
||||||
|
|
||||||
|
|
||||||
|
@enduml
|
Loading…
Reference in New Issue
Block a user