ContingencyPlan Methods |
The ContingencyPlan type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddAlternatePlan |
Pridani planu, ktery se napojuje na vrchol s poradovym cislem from za podminek urcenych v c.
|
![]() | AddMainPlan |
Nahraje novy hlavni plan - List vrcholu plan.
|
![]() | AddVertex |
Prida vrchol na konec planu.
(Inherited from Plan.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCost |
Vraci pocet hran hlavni cesty - tedy pocet vrcholu - 1.
(Overrides PlanGetCost.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLenght |
Vraci pocet vrcholu hlavniho planu.
(Overrides PlanGetLenght.) |
![]() | GetNext |
Vraci vrchol, ktery je naslednikem vrcholu s poradovym cislem vertexNumber pri zpozdeni delay.
(Overrides PlanGetNext(Int32, Int32, Int32).) |
![]() | GetNth(Double) |
Vrati n-ty vrchol planu. Pro n > pocet vrcholu v planu vraci posledni (cilovy) vrchol.
Desetinne cislo d, udavajici poradi vrcholu je zaokrouhleno zavolanim metody DoubleToInt.ToInt.
(Inherited from Plan.) |
![]() | GetNth(Int32) |
Vrati n-ty vrchol planu. Pro n > pocet vrcholu v planu vraci posledni (cilovy) vrchol.
(Inherited from Plan.) |
![]() | GetPath |
Vraci posloupnost vrcholu, ktere tvori plan.
(Inherited from Plan.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasNextVertex |
True, pokud po vrcholu v planu s poradovym cislem i nasleduje v budoucnou dalsi vrchol, ruzny od i-teho.
(Overrides PlanHasNextVertex(Int32).) |
![]() | IsInMainPlan |
Vraci true, pokud je cislo i poradove cislo vrcholu, ktery patri do hlavniho planu.
(Overrides PlanIsInMainPlan(Int32).) |
![]() | LoadFromString |
Nacte plan z textoveho retezce.
Jednotlive vrcholy musi byt zapsany ve forme souradnic x,y, oddelene carkami.
Mezi vrcholy se musi nachazet oddelovac "-->"
(Inherited from Plan.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides PlanToString.) |