C# 클래스 SSMO.Hall

파일 보기 프로젝트 열기: Team-on/works 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
leftUpCorner Coord
rightDownCorner Coord

공개 메소드들

메소드 설명
AddPlace ( SSMO.Place place ) : void
ClientsEat ( ) : void
GetFreePlace ( byte humanCnt ) : SSMO.Place
GetPlaceById ( int id ) : SSMO.Place
Hall ( Coord _leftUpCorner, Coord _rightDownCorner ) : System
NearTable ( Coord pos ) : bool
Print ( ) : void
PrintWalls ( ) : void
SetWalls ( Array _walls ) : void

메소드 상세

AddPlace() 공개 메소드

public AddPlace ( SSMO.Place place ) : void
place SSMO.Place
리턴 void

ClientsEat() 공개 메소드

public ClientsEat ( ) : void
리턴 void

GetFreePlace() 공개 메소드

public GetFreePlace ( byte humanCnt ) : SSMO.Place
humanCnt byte
리턴 SSMO.Place

GetPlaceById() 공개 메소드

public GetPlaceById ( int id ) : SSMO.Place
id int
리턴 SSMO.Place

Hall() 공개 메소드

public Hall ( Coord _leftUpCorner, Coord _rightDownCorner ) : System
_leftUpCorner Coord
_rightDownCorner Coord
리턴 System

NearTable() 공개 메소드

public NearTable ( Coord pos ) : bool
pos Coord
리턴 bool

Print() 공개 메소드

public Print ( ) : void
리턴 void

PrintWalls() 공개 메소드

public PrintWalls ( ) : void
리턴 void

SetWalls() 공개 메소드

public SetWalls ( Array _walls ) : void
_walls Array
리턴 void

프로퍼티 상세

leftUpCorner 공개적으로 프로퍼티

public Coord leftUpCorner
리턴 Coord

rightDownCorner 공개적으로 프로퍼티

public Coord rightDownCorner
리턴 Coord