mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
29 lines
459 B
Plaintext
29 lines
459 B
Plaintext
@startuml
|
|
|
|
class RimViewWindow {
|
|
RimMdiWindowController mdiWindowGeometry()
|
|
}
|
|
|
|
note top of RimViewWindow : Updated 2017-02-24
|
|
|
|
class RimView {
|
|
}
|
|
|
|
RimViewWindow <|-- RimView
|
|
|
|
package plots {
|
|
RimViewWindow <|-- RimSummaryPlot
|
|
RimViewWindow <|-- RimTotalWellAllocationPlot
|
|
RimViewWindow <|-- RimWellAllocationPlot
|
|
RimViewWindow <|-- RimWellLogPlot
|
|
}
|
|
|
|
RimViewWindow *-- RimMdiWindowController
|
|
|
|
RimView <|-- RimEclipseView
|
|
RimView <|-- RimGeoMechView
|
|
|
|
|
|
|
|
@enduml
|