Maurits Brandt
09-19-2007, 03:00 AM
L.S.
I am wondering if it is possible to check whether a certain edge of an node is open or closed. Example; a transporter enters a node, when the path is blocked it goes in Utilize state until it is freed by the same command which determines its next destination, when it is open on arrival it checks its destination and starts directly with its subtasks. I know I can do it with the use of an extra label, but this might be tricky when a mistake occurs in the sequence of opening and closing.
I have searched in the tree and tried to find something useful in the connections subtree but didn't find the solution.
Maurits
I am wondering if it is possible to check whether a certain edge of an node is open or closed. Example; a transporter enters a node, when the path is blocked it goes in Utilize state until it is freed by the same command which determines its next destination, when it is open on arrival it checks its destination and starts directly with its subtasks. I know I can do it with the use of an extra label, but this might be tricky when a mistake occurs in the sequence of opening and closing.
I have searched in the tree and tried to find something useful in the connections subtree but didn't find the solution.
Maurits