<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Sequence Diagram question"]]></title>
		<link>http://forums.visual-paradigm.com/posts/9.html</link>
		<description><![CDATA[Latest messages posted in the topic "Sequence Diagram question"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Sequence Diagram question</title>
				<description><![CDATA[ Hi guys...I hope you can help me with this, let me know if you new more details.<br> <br> I am having an issue in my design.<br> I am trying to diagram current process.<br> <br> Here is the code that i am having problems with (simple version).<br> <br> <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre>Class A {
 
 B b = new B&#40;&#41;;
 b.getC&#40;&#41;.search&#40;&#41;.
 
 }
 </pre></td>
		</tr>
		</table><br> <br> So in the example below i have 3 objects A, B and C.<br> as you can see C is accessed form A using B.<br> <br> When I create a Seq Diagram how do I depict search() function?<br> Do i send a msg from A -------> C<br> or do i show that A ---->B-----> C<br> <br> Since function search is called form A, using B. I am leaning more towards the first option, but then i don't know how to depict C??<br> <br> Thank you for you help.<br> <br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2269#17934.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2269#17934.html</link>
				<pubDate><![CDATA[Thu, 21 Jun 2007 22:14:13]]></pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Re:Sequence Diagram question</title>
				<description><![CDATA[ As the message is sent from A to C, <br>    A--->C<br> is the right option. B in this case is only needed to access the C-instance to use.<br> If you want to be verbose and include B in your diagram, then you could do something like<br> <br> <table class="code-table-simple" align="center">
		<tr> 
		<td><span class="genmed"><b>Code:</b></span></td>
		</tr>
		</table>
		<table class="code-table" align="center">
		<tr>
		<td class="code">
		<pre>
 A          B        C
 !  getC    !        !
 !---------&gt;!        !
 !          !        !
 !  search  !        !
 !------------------&gt;!
 !          !        !
 </pre></td>
		</tr>
		</table><br> <br> Greetings,<br> Frank]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/2269#18294.html</guid>
				<link>http://forums.visual-paradigm.com/posts/2269#18294.html</link>
				<pubDate><![CDATA[Thu, 5 Jul 2007 19:31:13]]></pubDate>
				<author><![CDATA[ fkuepper]]></author>
			</item>
	</channel>
</rss>