ExecutionWillDelay Method |
Vraci true, pokud se agentID v planu p v case t opozdi.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual bool WillDelay(
int agentID,
Plan p,
int t
)
Protected Overridable Function WillDelay (
agentID As Integer,
p As Plan,
t As Integer
) As Boolean
protected:
virtual bool WillDelay(
int agentID,
Plan^ p,
int t
)
abstract WillDelay :
agentID : int *
p : Plan *
t : int -> bool
override WillDelay :
agentID : int *
p : Plan *
t : int -> bool
Parameters
- agentID
- Type: SystemInt32
[Missing <param name="agentID"/> documentation for "M:MAPFsimulator.Execution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]
- p
- Type: MAPFsimulatorPlan
[Missing <param name="p"/> documentation for "M:MAPFsimulator.Execution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]
- t
- Type: SystemInt32
[Missing <param name="t"/> documentation for "M:MAPFsimulator.Execution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:MAPFsimulator.Execution.WillDelay(System.Int32,MAPFsimulator.Plan,System.Int32)"]
See Also