PlanProcessing Constructor |
Nahrani planu, pro ktery budeme pocitat data.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PlanProcessing(
List<Plan> plans
)
Public Sub New (
plans As List(Of Plan)
)
public:
PlanProcessing(
List<Plan^>^ plans
)
new :
plans : List<Plan> -> PlanProcessing
Parameters
- plans
- Type: System.Collections.GenericListPlan
[Missing <param name="plans"/> documentation for "M:MAPFsimulator.PlanProcessing.#ctor(System.Collections.Generic.List{MAPFsimulator.Plan})"]
See Also