Click or drag to resize
ReservationIsOccupied Method
Vraci odpoved na otazku, zda agent id s rozvrhem agentTimeTable dovoluje rezervaci v case time na dobu space.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
private bool IsOccupied(
	List<int> agentTimeTable,
	int time,
	int secondaryMain,
	int mainSecondary,
	int id
)

Parameters

agentTimeTable
Type: System.Collections.GenericListInt32

[Missing <param name="agentTimeTable"/> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

time
Type: SystemInt32

[Missing <param name="time"/> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

secondaryMain
Type: SystemInt32

[Missing <param name="secondaryMain"/> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

mainSecondary
Type: SystemInt32

[Missing <param name="mainSecondary"/> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.Reservation.IsOccupied(System.Collections.Generic.List{System.Int32},System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also