Add PDM call sequence diagram

This commit is contained in:
Bjørn Erik Jensen 2017-10-05 13:29:10 +02:00
parent a6e2a00122
commit 1ecf6cd60a

View 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