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