C# Class VacuumCleaner.Agents.ModelAgentNoIdle.Node

Show file 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 property

public int HeuristicCost
return int

Parent public property

public Node Parent
return Node

RealCost public property

public int RealCost
return int

Value public property

public Point Value
return Point