transfer To
Causes the entity to transfer from one conveyor to another. The entity will suspend while accessing the required cells at the next conveyor. Once the desired cells are obtained the entity will exit its current conveyor and be positioned to ride on the next conveyor. After executing this function, the entity will be blocking the entry cell of the next conveyor and must then execute a rideConveyor() function to move on the new conveyor. The transfer will include the time needed for the entity to move through the exit cells of the current conveyor, any waiting to access the next conveyor, and be positioned to ride on the next conveyor.
Pre-conditions for this function:
the entity must currently be on a different conveyor than the one to which it is transferring
the entity must currently be occupying an exit cell of its current conveyor
the exit location of the entity's current conveyor must correspond to the entry location for the next conveyor
Return
the returned item encapsulates what happened during the transfer and contains information about the origin point, and can be used by the entity to control its movement on the new conveyor.
Parameters
the entity's current conveyor request. This is required to exit the current conveyor.
the conveyor to transfer to
the entry location on the conveyor to access
the priority associated with the conveyor access request
the priority for resuming after accessing the conveyor
the name of the suspension point the entity is experiencing if there are more than one delay suspension points within the process. The user is responsible for uniqueness.
Causes the entity to transfer from its current conveyor to another. The entity will suspend while accessing the required cells at the next conveyor. Once the desired cells are obtained the entity will exit its current conveyor and be positioned to ride on the next conveyor. After executing this function, the entity will be blocking the entry cell of the next conveyor and must then execute a rideConveyor() function to move on the new conveyor. The transfer will include the time needed for the entity to move through the exit cells of the current conveyor, any waiting to access the next conveyor, and be positioned to ride on the next conveyor.
Pre-conditions for this function:
the entity must currently be on a different conveyor than the one to which it is transferring
the entity must currently be occupying an exit cell of its current conveyor
the exit location of the entity's current conveyor must correspond to the entry location for the next conveyor
Return
the returned item encapsulates what happened during the transfer and contains information about the origin point, and can be used by the entity to control its movement on the new conveyor.
Parameters
the conveyor to transfer to
the entry location on the conveyor to access
the priority associated with the conveyor access request
the priority for resuming after accessing the conveyor
the name of the suspension point the entity is experiencing if there are more than one delay suspension points within the process. The user is responsible for uniqueness.