mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
@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
|