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

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

XYLocation() public méthode

public XYLocation ( int x, int y ) : System
x int
y int
Résultat System

down() public méthode

public down ( ) : XYLocation
Résultat XYLocation

east() public méthode

public east ( ) : XYLocation
Résultat XYLocation

getXCoOrdinate() public méthode

public getXCoOrdinate ( ) : int
Résultat int

getYCoOrdinate() public méthode

public getYCoOrdinate ( ) : int
Résultat int

left() public méthode

public left ( ) : XYLocation
Résultat XYLocation

locationAt() public méthode

public locationAt ( Direction direction ) : XYLocation
direction Direction
Résultat XYLocation

north() public méthode

public north ( ) : XYLocation
Résultat XYLocation

right() public méthode

public right ( ) : XYLocation
Résultat XYLocation

south() public méthode

public south ( ) : XYLocation
Résultat XYLocation

up() public méthode

public up ( ) : XYLocation
Résultat XYLocation

west() public méthode

public west ( ) : XYLocation
Résultat XYLocation