<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "private classes in java"]]></title>
		<link>http://forums.visual-paradigm.com/posts/1.html</link>
		<description><![CDATA[Latest messages posted in the topic "private classes in java"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>private classes in java</title>
				<description><![CDATA[ hello!<br> im making a uml model for a software that is going to be developed in java.<br> lets say i have  a class A and a class B. class B is a private class and supposed to be nested inside class A. how do i set my classes up so that the code generation puts the private class B inside class a. right now i set the visibility to B private and the code generator simply ignores it. class b is also outside of class a so i suppose the generator cant really find any kind of relation.<br> <br> <br> <br> thanks in advance<br> <br> chris]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/3079#32217.html</guid>
				<link>http://forums.visual-paradigm.com/posts/3079#32217.html</link>
				<pubDate><![CDATA[Wed, 30 Apr 2008 15:19:51]]></pubDate>
				<author><![CDATA[ ChrisM08]]></author>
			</item>
			<item>
				<title>Re:private classes in java</title>
				<description><![CDATA[ Hi Chris,<br> <br> Thanks for your post. You can draw a containment from Class A to Class B, then Class B will be generated even private in code generation.<br> <br> FYI, the class at the head of the containment contains the class at the end of the containment end. You may refer to the image below.<br> <br> If there are further inquiries, please do not hesitate to ask.<br> <br> Best regards,<br> Lilian Wong<br> <br> ]]></description>
				<guid isPermaLink="true">http://forums.visual-paradigm.com/posts/3079#32549.html</guid>
				<link>http://forums.visual-paradigm.com/posts/3079#32549.html</link>
				<pubDate><![CDATA[Fri, 2 May 2008 11:39:41]]></pubDate>
				<author><![CDATA[ LilianWong]]></author>
			</item>
	</channel>
</rss>