mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1842 Updated WellLog classes plantuml diagram
This commit is contained in:
parent
2dda47014c
commit
b1e70c95b3
@ -7,12 +7,19 @@ RimViewWindow <|-- RimWellLogPlot
|
|||||||
RimViewWindow <|-- RimSummaryPlot
|
RimViewWindow <|-- RimSummaryPlot
|
||||||
|
|
||||||
PdmObject <|-- RimWellLogTrack
|
PdmObject <|-- RimWellLogTrack
|
||||||
|
|
||||||
|
RimViewWindow <|-- RimWellAllocationPlot
|
||||||
|
RimWellAllocationPlot *--> RimWellLogPlot
|
||||||
|
|
||||||
}
|
}
|
||||||
package curve {
|
package curve {
|
||||||
|
|
||||||
PdmObject <|---- RimPlotCurve
|
PdmObject <|---- RimPlotCurve
|
||||||
RimPlotCurve <|-- RimWellLogCurve
|
RimPlotCurve <|-- RimWellLogCurve
|
||||||
RimPlotCurve <|-- RimSummaryCurve
|
RimPlotCurve <|-- RimSummaryCurve
|
||||||
|
RimWellLogCurve <|-- RimWellFlowRateCurve
|
||||||
|
RimWellLogCurve <|-- RimWellLogExtractionCurve
|
||||||
|
RimWellLogCurve <|-- RimWellLogFileCurve
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,12 +43,15 @@ package Qwt {
|
|||||||
QWidget <|--- RiuWellLogPlot
|
QWidget <|--- RiuWellLogPlot
|
||||||
QWidget <|-- QwtPlot
|
QWidget <|-- QwtPlot
|
||||||
QwtPlot <|--- RiuWellLogTrack
|
QwtPlot <|--- RiuWellLogTrack
|
||||||
QwtPlot <|--- RiuQwtResultPlot
|
QwtPlot <|--- RiuSummaryQwtPlot
|
||||||
|
|
||||||
RiuWellLogPlot *---- "n" RiuWellLogTrack
|
RiuWellLogPlot *----> "n" RiuWellLogTrack
|
||||||
QwtPlot *-- "n" QwtPlotCurve
|
QwtPlot *--> "n" QwtPlotCurve
|
||||||
QwtPlotCurve <|-- RiuLineSegmentQwtPlotCurve
|
QwtPlotCurve <|-- RiuLineSegmentQwtPlotCurve
|
||||||
RiuWellLogTrack --[hidden]> RiuLineSegmentQwtPlotCurve
|
RiuWellLogTrack --[hidden]> RiuLineSegmentQwtPlotCurve
|
||||||
|
|
||||||
|
class RiuWellAllocationPlot{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class RiuWellLogPlot {
|
class RiuWellLogPlot {
|
||||||
@ -52,16 +62,16 @@ class RiuWellLogPlot {
|
|||||||
class RiuWellLogTrack {
|
class RiuWellLogTrack {
|
||||||
PdmPointer<RimWellLogTrack> m_plotTrackDefinition;
|
PdmPointer<RimWellLogTrack> m_plotTrackDefinition;
|
||||||
}
|
}
|
||||||
RimWellLogPlot *--- "n" RimWellLogTrack
|
RimWellLogPlot *---> "n" RimWellLogTrack
|
||||||
RimWellLogTrack *--- "n" RimWellLogCurve
|
RimWellLogTrack *---> "n" RimWellLogCurve
|
||||||
|
|
||||||
RimSummaryPlot *--- "n" RimSummaryCurve
|
RimSummaryPlot *---> "n" RimSummaryCurve
|
||||||
|
|
||||||
RimWellLogPlot -r-> RiuWellLogPlot
|
RimWellLogPlot -r-> RiuWellLogPlot
|
||||||
RimWellLogTrack -r-> RiuWellLogTrack
|
RimWellLogTrack -r-> RiuWellLogTrack
|
||||||
RimPlotCurve -r-> RiuLineSegmentQwtPlotCurve
|
RimPlotCurve -r-> RiuLineSegmentQwtPlotCurve
|
||||||
RimSummaryPlot -r-> RiuQwtResultPlot
|
RimSummaryPlot -r-> RiuSummaryQwtPlot
|
||||||
|
RimWellAllocationPlot *-> RiuWellAllocationPlot
|
||||||
|
RiuWellAllocationPlot ....> RiuWellLogPlot
|
||||||
|
|
||||||
@enduml
|
@enduml
|
||||||
|
Loading…
Reference in New Issue
Block a user