ResInsight/doc/well_path_part_manager.plantuml
2017-05-05 12:16:01 +02:00

24 lines
348 B
Plaintext

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