[climacs-devel] cl-automton's automaton objects may print incorrect state numbers

Aleksandar Bakic a_bakic at yahoo.com
Fri Sep 2 19:48:41 UTC 2005


> But how are states connected to each other if not by state numbers?
> Some kind of transition graph that is not normally printed?

Yes, a graph. Each state object has a slot named 'transitions,' which is a hash
table containing objects of class transition, and each transition object has a
slot named 'to,' which is a state object to which the transition leads. The
print-object method does not print unique identifiers of these objects
(especially states) unless state numbers are already set or
*print-renumerate-states* is true.

Alex


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 



More information about the climacs-devel mailing list