mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add PDM call sequence diagram
This commit is contained in:
parent
a6e2a00122
commit
1ecf6cd60a
10
doc/pdm_call_sequence.plantuml
Normal file
10
doc/pdm_call_sequence.plantuml
Normal file
@ -0,0 +1,10 @@
|
||||
@startuml
|
||||
PDM -> PdmObject: fieldChangedByUi(changedField, oldValue, newValue)
|
||||
note right: Called for changed UI field (by the user)
|
||||
|
||||
PDM -> PdmObject: defineUiOrdering(uiOrdering)
|
||||
note right: Called each time the view have to be rebuilt, also after UI field change
|
||||
|
||||
PDM -> PdmObject: calculateValueOptions(fieldNeedingOptions)
|
||||
note right: Called for each visible field
|
||||
@enduml
|
Loading…
Reference in New Issue
Block a user