Click or drag to resize
ContigencyExecutionWillDelay Method
Vraci true, pokud se agentID v planu p v case t opozdi.

Namespace: MAPFsimulator
Assembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override bool WillDelay(
	int agentID,
	Plan p,
	int t
)

Parameters

agentID
Type: SystemInt32

[Missing <param name="agentID"/> documentation for "M:MAPFsimulator.ContigencyExecution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]

p
Type: MAPFsimulatorPlan

[Missing <param name="p"/> documentation for "M:MAPFsimulator.ContigencyExecution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]

t
Type: SystemInt32

[Missing <param name="t"/> documentation for "M:MAPFsimulator.ContigencyExecution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MAPFsimulator.ContigencyExecution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]

See Also