function result = types(self) % quality/types -- Get all the types currently being used in the internal % quality hash % result = types(self) % $Id$ result = keys(self.hashtable);