ReservationAddReservation Method |
Zaeviduje zaznam pro agenta agentID v case time. Pri nastaveni permanent = true se jedna o rezervaci ciloveho vrcholu,
tedy agent zde zustane naporad.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddReservation(
int time,
int agentID,
bool permanent
)
Public Sub AddReservation (
time As Integer,
agentID As Integer,
permanent As Boolean
)
public:
void AddReservation(
int time,
int agentID,
bool permanent
)
member AddReservation :
time : int *
agentID : int *
permanent : bool -> unit
Parameters
- time
- Type: SystemInt32
[Missing <param name="time"/> documentation for "M:MAPFsimulator.Reservation.AddReservation(System.Int32,System.Int32,System.Boolean)"]
- agentID
- Type: SystemInt32
[Missing <param name="agentID"/> documentation for "M:MAPFsimulator.Reservation.AddReservation(System.Int32,System.Int32,System.Boolean)"]
- permanent
- Type: SystemBoolean
[Missing <param name="permanent"/> documentation for "M:MAPFsimulator.Reservation.AddReservation(System.Int32,System.Int32,System.Boolean)"]
See Also