The relationshp between Domain Model (DM), Sequence Diagram (SD), and Domain Class Diagram (DCD).
The difference betwen DM and DCD:
- DCD is code level. DM is business level.
Detailed posts are here
Domain Model (DM):
Sequence Diagram (SD):
Domain Class Diagram (DCD):
Domain model drawing tool (when creating a project, select Class Diagram)
Sequence Diagram
Sequence Diagram (SD) is the tool to turn Domain Model (DM) into Domain Class Model (DCM). Drawing tool.
Domain Class Model
Relationship
- A is dependent on B / B is independent on A
class A:
myB = B()
def doOne():
myB.doTwo()
myB.doThree()
UML