in reply to Re^2: How to create a two dimensional queue in Perl
in thread How to create a two dimensional queue in Perl
Do the state transitions add more items to the queues or something like that? Otherwise I can't see why a...oh, WAIT.
Is the idea to have a top-level set of states (the "top"), with each state having a "queue" (actually a set) of possible "next" states, and this needs to possibly be variable - or each state is set up to have multiple actions, to be used one-by-one? So the real idea is to have a list of possible current states, with each possible next state linked to it, and one or more actions per each state? More like the right idea?
|
---|