java - UML Squence Diagram - visualize validation of data -
a method performs successively validation checks passed data. if validation check fails, exception thrown , method aborted.
how can visualize flow uml sequence diagrams? possible / allowed show exceptions in sequence diagrams?
a possible solution perhaps use nested alternatives.
uml not provide specific model exceptions. @ http://www.uml-diagrams.org/sequence-diagrams-questions-answers.html
however there ways model in sequence diagram. can read more sequence diagrams @ http://www.ibm.com/developerworks/rational/library/3101.html
i prefer ignore exceptions sequence diagrams. in case, include validations in 1 method makes that. sequence diagram of method show validation steps only.
Comments
Post a Comment