ResInsight/doc/well_path_part_manager.plantuml

24 lines
348 B
Plaintext
Raw Normal View History

2017-05-03 03:55:20 -05:00
@startuml
RimView --> RivWellPathCollectionPartMgr
RivWellPathCollectionPartMgr -* "N" RivWellPathPartMgr
class RivWellPathPartMgr {
RimWellPath* m_wellPath
}
class RimWellPath {
RimWellPathFractureCollection m_fractureCollection;
}
class RimWellPathFractureCollection {
caf::PdmChildArrayField<RimWellPathFracture*> fractures;
}
@enduml