This is a collection of Eiffel classes representing various common ADTs. Most of them are not actually used by mico/E (e.g. the graphs) but we thought you might find them useful in other projects. Some of the classes do not represent ADTs but rather encapsulations of Algorithms. This is true of the matchers (string matching) and the sorters. The classes in `basic' are adaptations to ISE Eiffel of classes from the class library of Eiffel/S, which seems to have died out. Those of us, who grew up with Eiffel/S, became rather fond of these classes, so they have been resurrected here. Unfortunately we were not able to resurrect the posh Eiffel/S class FILE. ------------------------------------------------------------------------ -- -- -- MICO/E --- a free CORBA implementation -- -- Copyright (C) 1999 by Robert Switzer -- -- -- -- This library is free software; you can redistribute it and/or -- -- modify it under the terms of the GNU Library General Public -- -- License as published by the Free Software Foundation; either -- -- version 2 of the License, or (at your option) any later version. -- -- -- -- This library is distributed in the hope that it will be useful, -- -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- -- Library General Public License for more details. -- -- -- -- You should have received a copy of the GNU Library General Public -- -- License along with this library; if not, write to the Free -- -- Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.-- -- -- -- Send comments and/or bug reports to: -- -- micoe@math.uni-goettingen.de -- -- -- ------------------------------------------------------------------------