mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -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
|