I'm working on a project where there are two AT linked to a network. This network has different paths that the AT can take. Is there the possibility to say which path an AT should take? Like when an AT has to travel to server3, he always has to go through node1? I thought about travelTo or movingTo, but the coordinates doesn't mach the ones from the nodes.
That is the result of the shortest path algorithm. What you perhaps can do is to make the returning connection a one-way option. That is changing the network, thereby forcing the AT over the route you have in mind.