C# 클래스 VacuumCleaner.Agents.ModelAgentNoIdle.Node

파일 보기 프로젝트 열기: Troilk/VacuumCleaner

공개 프로퍼티들

프로퍼티 타입 설명
HeuristicCost int
Parent Node
RealCost int
Value Point

공개 메소드들

메소드 설명
Node ( Point val, int realCost, int heuristicCost, Node parentNode ) : System.Collections.Generic

메소드 상세

Node() 공개 메소드

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

프로퍼티 상세

HeuristicCost 공개적으로 프로퍼티

public int HeuristicCost
리턴 int

Parent 공개적으로 프로퍼티

public Node Parent
리턴 Node

RealCost 공개적으로 프로퍼티

public int RealCost
리턴 int

Value 공개적으로 프로퍼티

public Point Value
리턴 Point