C# 클래스 AIMA.Core.Util.DataStructure.XYLocation

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToString ( ) : String
XYLocation ( int x, int y ) : System
down ( ) : XYLocation
east ( ) : XYLocation
getXCoOrdinate ( ) : int
getYCoOrdinate ( ) : int
left ( ) : XYLocation
locationAt ( Direction direction ) : XYLocation
north ( ) : XYLocation
right ( ) : XYLocation
south ( ) : XYLocation
up ( ) : XYLocation
west ( ) : XYLocation

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

XYLocation() 공개 메소드

public XYLocation ( int x, int y ) : System
x int
y int
리턴 System

down() 공개 메소드

public down ( ) : XYLocation
리턴 XYLocation

east() 공개 메소드

public east ( ) : XYLocation
리턴 XYLocation

getXCoOrdinate() 공개 메소드

public getXCoOrdinate ( ) : int
리턴 int

getYCoOrdinate() 공개 메소드

public getYCoOrdinate ( ) : int
리턴 int

left() 공개 메소드

public left ( ) : XYLocation
리턴 XYLocation

locationAt() 공개 메소드

public locationAt ( Direction direction ) : XYLocation
direction Direction
리턴 XYLocation

north() 공개 메소드

public north ( ) : XYLocation
리턴 XYLocation

right() 공개 메소드

public right ( ) : XYLocation
리턴 XYLocation

south() 공개 메소드

public south ( ) : XYLocation
리턴 XYLocation

up() 공개 메소드

public up ( ) : XYLocation
리턴 XYLocation

west() 공개 메소드

public west ( ) : XYLocation
리턴 XYLocation