The Artima Developer Community
Sponsored Link

Design Forum
How would you go about designing this UML?

1 reply on 1 page. Most recent reply: May 3, 2006 1:22 AM by Vijay Nathani

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
kat ta

Posts: 6
Nickname: codekat
Registered: Apr, 2006

How would you go about designing this UML? Posted: Apr 17, 2006 1:08 AM
Reply to this message Reply
Advertisement
Here is the description.

----------------
Two different types of individual assignments exist: essay-style assignments and programming-style assignments.
• An essay-style assignment has a title, the author’s family name, a short summary, and the name of the file that contains the essay.
• A programming-style assignment has a language (where a language is either: Java, C, C++, Prolog, or PHP – no other language will be accepted by the system), the author’s family name, and the name of the file that contains the source code.
--------------

Im confused as to how to design the 5 languages int he Programming style assignment class.. would i put them as 5 constants?

Any help would be great!

Thanks!


Vijay Nathani

Posts: 29
Nickname: vijaynath
Registered: Jan, 2006

Re: How would you go about designing this UML? Posted: May 3, 2006 1:22 AM
Reply to this message Reply
You could consider using an XML file to keep the data. The name of the file can be one of the values in the XML file.
Vijay.

Flat View: This topic has 1 reply on 1 page
Topic: Database design problem Previous Topic   Next Topic Topic: How can i save in JPG an applet java that allows to draw

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use