C# Класс AIMA.Core.Util.DataStructure.XYLocation

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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