C# Class AIMA.Core.Util.DataStructure.XYLocation

Show file Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
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

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

XYLocation() public method

public XYLocation ( int x, int y ) : System
x int
y int
return System

down() public method

public down ( ) : XYLocation
return XYLocation

east() public method

public east ( ) : XYLocation
return XYLocation

getXCoOrdinate() public method

public getXCoOrdinate ( ) : int
return int

getYCoOrdinate() public method

public getYCoOrdinate ( ) : int
return int

left() public method

public left ( ) : XYLocation
return XYLocation

locationAt() public method

public locationAt ( Direction direction ) : XYLocation
direction Direction
return XYLocation

north() public method

public north ( ) : XYLocation
return XYLocation

right() public method

public right ( ) : XYLocation
return XYLocation

south() public method

public south ( ) : XYLocation
return XYLocation

up() public method

public up ( ) : XYLocation
return XYLocation

west() public method

public west ( ) : XYLocation
return XYLocation