Prune devel/py-EnthoughtBase
[dports.git] / devel / adabooch / pkg-descr
1 The Ada 95 Booch components are a port of Grady Booch's C++ components.
2 They contain the same key abstractions as the C++ form (Structs, Tools and
3 Support). However, the organization is slightly different, particularly in
4 the Support domain. This is because Ada 95 provides several special forms
5 of memory management that are quite different from C++.
6
7 The Structs category provides an array of structural abstractions (Bags,
8 Collections, Deques, Graphs, Lists, Maps, Queues, Rings, Sets, Stacks, and
9 Trees). The Tools category provides algorithmic abstractions (Searching,
10 Sorting, etc.). The Support category contains all the "concrete" forms,
11 plus structures to create the components.
12
13 Some of the structures permit structural sharing (graphs, lists, and trees).
14 Some structures may also be ordered (collections, dequeues, and queues). There
15 are also multiple forms for some structures: single and double linked lists,
16 directed and undirected graphs, and binary, multiway, and AVL trees.
17
18 WWW: http://booch95.sourceforge.net