13.07.2015 Views

Bouml reference manual - Fedora Project Packages GIT repositories

Bouml reference manual - Fedora Project Packages GIT repositories

Bouml reference manual - Fedora Project Packages GIT repositories

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

file:///C:/uml/BOUML/bouml_3.0/doc/TOUT.html52 of 378 07/10/2007 15:55if the class have the default proposed class definition, the C++ class definition (named Dict) is :template class Dict ...Class dialog, tab InstantiateTheinstantiatetab allows to specify the actual of a class inheriting templates classes. It appears only when the edited class inherits or realizes at least atemplate class. Obviously, a template class may inherit another ones.For instance with this definition of Dict :if the class have the default proposed class definition, the C++ class definition of theredheaded is :class theredheaded : public Dict ...the Java class definition is :class theredheaded extends Dict ...When the class theredheaded is edited only the actuals are editable in the tab Instantiate, both for C++ and Java.Supposing you have a template class vector and you want to define a vector or boolean, obviously the right definition is not :class vectorOfBoolean : public vector {...}the right definition is :

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!