From: arto <art...@ed...> - 2003-05-26 16:35:42
|
Hi all, In what structure it is more appropriate to represent event queue, every outPin in the queue may have different number of parameters, so it is difficult to keep them in the table with the form: ------------------------------------------ # | pinID | type | value | ------------------------------------------ and also in which stucture to show? maybe tree? because some values may be also arrays like: Object o[] = Object[2]; o[0]= new Object[5]; o[1]=new String("hello"); signature of pin (5, o, "anushik"); thoughts? Artavazd |