• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

difference between modeling language,process,method

 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well i was studind fowler book.I can't understand the difference between them and what type of relation is between them.
Thanks.
Jawwad Ahmed
-----------------
SCJP
SCWCD
 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
modeling language is notation, a way you use to express your thinking and others can understand.
Process is how do you orgnize OOP activities. such as RUP., waterfall process.
I am not sure about method. my understand is how do you determine to pick up a UML tool to describe your works, and it will help you acomplish your task.
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sunny, your explanations on modeling language and process are really helpful.
My understanding about method is an approach to some software enginerring process or some phase of software process.
Does method have to be related to some UML tool? I doubt that.
 
Sunny Liu
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doug,
In OOAD term, there seems no place for "method" to fit in. Can we say? Method is a way that we use to deal with OOAD & OOP task. It is abstract enough now. It ignores tool and process altogather.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is definately place for method (methodology)in OO paradigm
Methodology = Process + Notation
e.g
Booch Method = Booch Process + Booch Notation
---------------------------------------------
Process is "Who is doing What and How"
---------------------------------------------
Notation is language to represent different models.
---------------------------------------------
OOSE, OMT and Booch all are methodolgies under OO paradigm
---------------------------------------------
I hope this will help you.
 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends!!
I would also like to add some insights of mine on this topic...
Modeling Language as i know is a "language (collection) of notations".Process is "the steps that would be followed to achieve any task" while Method as i know is the "implementation of an operation(the prototype of method)".
Pls correct me if i am wrong.
Bye,
Poonam.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic