C# Class VacuumCleaner.Agents.ModelAgent.Node

Afficher le fichier Open project: Troilk/VacuumCleaner

Méthodes publiques

Свойство Type Description
HeuristicCost int
Parent Node
RealCost int
Value Point

Méthodes publiques

Méthode Description
Node ( Point val, int realCost, int heuristicCost, Node parentNode ) : System.Collections.Generic

Method Details

Node() public méthode

public Node ( Point val, int realCost, int heuristicCost, Node parentNode ) : System.Collections.Generic
val Point
realCost int
heuristicCost int
parentNode Node
Résultat System.Collections.Generic

Property Details

HeuristicCost public_oe property

public int HeuristicCost
Résultat int

Parent public_oe property

public Node Parent
Résultat Node

RealCost public_oe property

public int RealCost
Résultat int

Value public_oe property

public Point Value
Résultat Point