mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1948 PLT plot. Initial version, RFT plot copy
This commit is contained in:
@@ -10,8 +10,10 @@ PdmObject <|-- RimWellLogTrack
|
||||
|
||||
RimViewWindow <|-- RimWellAllocationPlot
|
||||
RimViewWindow <|-- RimWellRftPlot
|
||||
RimViewWindow <|-- RimWellPltPlot
|
||||
RimWellAllocationPlot *--> RimWellLogPlot
|
||||
RimWellRftPlot *--> RimWellLogPlot
|
||||
RimWellPltPlot *--> RimWellLogPlot
|
||||
}
|
||||
package curve {
|
||||
|
||||
@@ -57,6 +59,8 @@ class RiuWellAllocationPlot{
|
||||
}
|
||||
class RiuWellRftPlot{
|
||||
}
|
||||
class RiuWellPltPlot{
|
||||
}
|
||||
}
|
||||
|
||||
class RiuWellLogPlot {
|
||||
@@ -78,7 +82,9 @@ RimPlotCurve -r-> RiuLineSegmentQwtPlotCurve
|
||||
RimSummaryPlot -r-> RiuSummaryQwtPlot
|
||||
RimWellAllocationPlot *-> RiuWellAllocationPlot
|
||||
RimWellRftPlot *-> RiuWellRftPlot
|
||||
RimWellPltPlot *-> RiuWellPltPlot
|
||||
RiuWellAllocationPlot ....> RiuWellLogPlot
|
||||
RiuWellRftPlot ....> RiuWellLogPlot
|
||||
RiuWellPltPlot ....> RiuWellLogPlot
|
||||
|
||||
@enduml
|
||||
|
||||
Reference in New Issue
Block a user