mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-09 23:53:04 -06:00
23 lines
526 B
Plaintext
23 lines
526 B
Plaintext
|
@startuml
|
||
|
left to right direction
|
||
|
|
||
|
package "Project" {
|
||
|
RimProject --> RimOilField
|
||
|
RimOilField --> RimAnnotationCollection
|
||
|
RimAnnotationCollection --> "n" RimAnnotation
|
||
|
|
||
|
RimAnnotation <|-- RimTextAnnotation
|
||
|
RimAnnotation <|-- RimCircleAnnotation
|
||
|
RimAnnotation <|-- RimPolygonAnnotation
|
||
|
}
|
||
|
|
||
|
package "View" {
|
||
|
Rim3dView --> RivAnnotationsPartMgr
|
||
|
Rim3dView <|-- RimGridView
|
||
|
RimGridView --> RimAnnotationInViewCollection
|
||
|
RivAnnotationsPartMgr --> "n" RivAnnotationPartMgr
|
||
|
RivAnnotationPartMgr "injected" --> RimAnnotation
|
||
|
}
|
||
|
|
||
|
@enduml
|