2016-05-04 08:14:21 +02:00
|
|
|
@startuml
|
|
|
|
|
2017-02-24 12:40:34 +01:00
|
|
|
class RimViewWindow {
|
|
|
|
RimMdiWindowController mdiWindowGeometry()
|
2016-05-04 08:14:21 +02:00
|
|
|
}
|
|
|
|
|
2018-04-18 09:21:15 +02:00
|
|
|
note top of RimViewWindow : Updated 2018-04-18 (NOTE : sub classes of RimViewWindow is not complete, consider Doxygen for this info
|
2016-05-04 08:14:21 +02:00
|
|
|
|
2017-02-24 12:40:34 +01:00
|
|
|
class RimView {
|
2016-05-04 08:14:21 +02:00
|
|
|
}
|
|
|
|
|
2018-04-18 09:21:15 +02:00
|
|
|
RimViewWindow <|-- Rim3dView
|
2016-05-04 08:14:21 +02:00
|
|
|
|
2017-02-24 12:40:34 +01:00
|
|
|
package plots {
|
|
|
|
RimViewWindow <|-- RimSummaryPlot
|
|
|
|
RimViewWindow <|-- RimTotalWellAllocationPlot
|
|
|
|
RimViewWindow <|-- RimWellAllocationPlot
|
|
|
|
RimViewWindow <|-- RimWellLogPlot
|
|
|
|
}
|
2016-05-04 08:14:21 +02:00
|
|
|
|
2017-02-24 12:40:34 +01:00
|
|
|
RimViewWindow *-- RimMdiWindowController
|
2016-05-04 08:14:21 +02:00
|
|
|
|
2018-04-18 09:21:15 +02:00
|
|
|
Rim3dView <|-- Rim2dIntersectionView
|
|
|
|
|
|
|
|
Rim3dView <|-- RimGridView
|
|
|
|
|
|
|
|
RimGridView <|-- RimEclipseView
|
|
|
|
RimGridView <|-- RimGeoMechView
|
2016-05-04 08:14:21 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@enduml
|