Plan Constructor (ListVertex) |
Vytvori novy plan z listu vrcholu uvedenych v path.
Namespace: MAPFsimulatorAssembly: MAPFsimulator (in MAPFsimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Plan(
List<Vertex> path
)
Public Sub New (
path As List(Of Vertex)
)
public:
Plan(
List<Vertex>^ path
)
new :
path : List<Vertex> -> Plan
Parameters
- path
- Type: System.Collections.GenericListVertex
[Missing <param name="path"/> documentation for "M:MAPFsimulator.Plan.#ctor(System.Collections.Generic.List{MAPFsimulator.Vertex})"]
See Also