HI,
I want to find non-common examples of dynamic systems, to be modeled using UML.
Any ideas??
Thanks
HI,
I want to find non-common examples of dynamic systems, to be modeled using UML.
Any ideas??
Thanks
What do you mean by "non-common"?
In any case, I don't think UML is the best tool you can use to model dynamical systems. Mathematica or Matlab would be much better suited.
Try real-time systems with timing diagrams if you are looking for challenges:)
For dynamic systems, there's really only the sequence diagram, which can show details about object creation/destruction and communication. The other behaviour diagrams like activity and state machines only show the behaviour of a single object.