I am a new to UML, i wanted model the behavior of a CellPhone, my problem is that neither sequence nor state diagrams can fully convey what i want. my question is that can I combine sequence and State diagrams into one diagram?
i would appreciate answers from anyone, and thank you in advance
Thank you very much for you reply, actually it is a model for any cell phone inside a car. Well; the state diagram satisfies part of of what i want as it shows all the states( idle, dialing, active, ringing), but the communication with the amplifier is what i find difficult to model with state diagrams, and this is "i think" easier with the sequence diagrams.
since each diagram satisfies only part of what i want, i thought there might be a way to combine them in one diagram. but if this isn't possible, then what do you suggest,
you can try making different diagrams for each function that might do the trick but i don't think you can combine them so they work with eachother in any way if they are different.