Results 1 to 6 of 6

Thread: How to use UML in static model

  1. #1
    Join Date
    Feb 2010
    Posts
    488

    question How to use UML in static model

    Hi all,

    I am a web designer and and building a project on web site. I am using html with css tempalte and java script. I want to migrate it to Unified modeling language. Can any body have any idea how to transfer UML in static model in my project. Thanks in advance.

  2. #2
    Join Date
    Jan 2008
    Posts
    1,521

    How to use UML in static model

    You can use Unified Modeling Language for a graphical language for visualizing, specifying and documenting each of the parties involved in developing software. UML provides a way of modeling conceptual things such as business processes and system functions, as well as concrete things such as writing classes in a particular language, database schemas and reusable software components. Check that and reply.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    How to use UML in static model

    You can use class diagram in UML for visualize the relationships between classes that involve the system, which can be associations, inheritance, use and content. A class diagram consists of the following elements:Class: attributes, methods and visibility. Relations: Inheritance, Composition, Aggregation, Association and Use. Best of luck.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    How to use UML in static model

    If you are represent rectangle in UML, It have three divisions: Where:,Superior: Contains the name of the Class and Intermediate: Contains attributes or instance variables that characterize the class can be private, protected or public. You can also use Bottom that Contains the methods or operations, which are how the object interacts with its environment depending on visibility: private, protected or public. Best of luck.

  5. #5
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to use UML in static model

    You can also use attributes of a class in UML that can be of three types, which define the degree of communication and visibility of them with the environment, these are (+,): public Indicates that the attribute will be visible both inside and outside the classroom, ie, accessible from all sides.(-,): private Indicates that the attribute is only accessible from within the class (only their methods can access it). Indicates that the (#,): protected attribute will not be accessible from outside the class, but may be accessed by class methods in addition to the subclasses that arise. Check an reply.

  6. #6
    Join Date
    May 2008
    Posts
    2,297

    How to use UML in static model

    In Uml, There is no single method calls that can be made of external objects in UML, you can also see method calls from the same object under study. We have an interaction diagram from the following static model:Here is an application that has a graphical window, and this in turn has internally a button. Then the interaction diagram for this model is:Where you point out the successive calls to Draw () (among objects) and the call to paint () by the button object. Check and reply.

Similar Threads

  1. Replies: 8
    Last Post: 05-12-2011, 09:20 PM
  2. Make a static reference to the non-static field
    By Aaliya Seth in forum Software Development
    Replies: 5
    Last Post: 02-03-2010, 11:11 AM
  3. Set Static IP In Ubuntu 9.10
    By REDBULL in forum Networking & Security
    Replies: 6
    Last Post: 10-01-2010, 03:36 PM
  4. china mobile phone model: "INCOMP Model:W902A"
    By gerardmodeste in forum Portable Devices
    Replies: 1
    Last Post: 04-01-2010, 09:10 AM
  5. Replies: 3
    Last Post: 25-04-2009, 11:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,543,591.80504 seconds with 16 queries