C# 클래스 AIMA.Core.Environment.NQueens.QueenAction

상속: AIMA.Core.Agent.Impl.DynamicAction
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
QueenAction ( String type, XYLocation loc ) : System
getLocation ( ) : XYLocation
getX ( ) : int
getY ( ) : int

메소드 상세

QueenAction() 공개 메소드

public QueenAction ( String type, XYLocation loc ) : System
type String
loc AIMA.Core.Util.DataStructure.XYLocation
리턴 System

getLocation() 공개 메소드

public getLocation ( ) : XYLocation
리턴 AIMA.Core.Util.DataStructure.XYLocation

getX() 공개 메소드

public getX ( ) : int
리턴 int

getY() 공개 메소드

public getY ( ) : int
리턴 int