#1996 Update doc based on rename

This commit is contained in:
Rebecca Cox 2017-10-23 18:56:26 +02:00
parent b2f4cd6696
commit be8c227313

View File

@ -14,7 +14,7 @@ RimOilField *--> RimEclipseCaseCollection
RimEclipseCaseCollection *--> "n" RimEclipseCase
RimWellPathCollection *--> "n" RimWellPath
RimEclipseWellCollection *--> "n" RimEclipseWell
RimSimWellInViewCollection *--> "n" RimSimWellInView
RimView <|-- RimEclipseView
@ -23,7 +23,7 @@ RimCase <|-- RimEclipseCase
RimEclipseCase *--> "n" RimEclipseView
RimEclipseView *-> RimEclipseWellCollection
RimEclipseView *-> RimSimWellInViewCollection
@ -39,16 +39,16 @@ class RimWellPath {
RimWellPath *-> RigWellPath
class RimEclipseWell {
class RimSimWellInView {
Represents a collection of cubes the simulation
well passes through
}
class RigSimulationWellCenterLineCalculator {
Can compute a RigWellPath based on a RigSingleWellResultsData
Can compute a RigWellPath based on a RigSimWellData
}
RigSimulationWellCenterLineCalculator ...> RigWellPath
RigSimulationWellCenterLineCalculator ...> RigSingleWellResultsData
RigSimulationWellCenterLineCalculator ...> RigSimWellData
@enduml