C# 클래스 VacuumCleaner.Agents.ModelAgent.NeighbourAction

파일 보기 프로젝트 열기: Troilk/VacuumCleaner

공개 프로퍼티들

프로퍼티 타입 설명
Action ActionType
LastVisit int
Offset Point
State TileStates

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
NeighbourAction ( TileStates state, ActionType action, Point offset ) : System.Collections.Generic

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

NeighbourAction() 공개 메소드

public NeighbourAction ( TileStates state, ActionType action, Point offset ) : System.Collections.Generic
state TileStates
action ActionType
offset Point
리턴 System.Collections.Generic

프로퍼티 상세

Action 공개적으로 프로퍼티

public ActionType Action
리턴 ActionType

LastVisit 공개적으로 프로퍼티

public int LastVisit
리턴 int

Offset 공개적으로 프로퍼티

public Point Offset
리턴 Point

State 공개적으로 프로퍼티

public TileStates State
리턴 TileStates