C# Class VacuumCleaner.Agents.ModelAgent.Node

Mostrar archivo Open project: Troilk/VacuumCleaner

Public Properties

Property Type Description
HeuristicCost int
Parent Node
RealCost int
Value Point

Public Methods

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

Method Details

Node() public method

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

Property Details

HeuristicCost public_oe property

public int HeuristicCost
return int

Parent public_oe property

public Node Parent
return Node

RealCost public_oe property

public int RealCost
return int

Value public_oe property

public Point Value
return Point