marcelostanley 26 de set. de 2007
faq:
Sim, 3º geração. Qualquer texto introdutório sobre UML (de certo) tem essa informação.
Na dúvida consulte a wikipedia/google.
ok ! mas la nao explica o que significa “ser da 3 geracao”, qual a 1, 2 ? tem 4 ?
tem a ver com geracao das linguagens de PROGRAMACAO, mesmo UML nao sendo ?
peczenyj 26 de set. de 2007
Sim, existiu uma primeira e segunda gerações de linguagens de modelagem de objetos.
An object-modeling language is a standardized set of symbols used to model a software system using an object-oriented framework. The symbols can be either informal or formal ranging from predefined graphical templates to formal object models defined by grammars and specifications.
A modeling language is usually associated with a methodology for object-oriented development. The modeling language defines the elements of the model. E.g., that a model has classes, methods, object properties, etc. Th...
Da uma olhada no “Booch Method”, da primeira geração:
The Booch method is a method for object-oriented software development. It is composed of an object modeling language, an iterative object-oriented development process, and a set of recommended practices.
The method was authored by Grady Booch when he was working for Rational Software (acquired by IBM), published in 1992 and revised in 1994. It was widely used in software engineering for object-oriented analysis and design and benefited from ample documentation and support tools.
The notation ...
marcelostanley 26 de set. de 2007
peczenyj:
Sim, existiu uma primeira e segunda gerações de linguagens de modelagem de objetos.
An object-modeling language is a standardized set of symbols used to model a software system using an object-oriented framework. The symbols can be either informal or formal ranging from predefined graphical templates to formal object models defined by grammars and specifications.
A modeling language is usually associated with a methodology for object-oriented development. The modeling language defines the elements of the model. E.g., that a model has classes, methods, object properties, etc. Th...
Da uma olhada no “Booch Method”, da primeira geração:
http://en.wikipedia.org/wiki/Booch_method
thanks !