C# 클래스 RemoteTech.RelayNetwork

파일 보기 프로젝트 열기: JDPKSP/RemoteTechLegacy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
all List

공개 메소드들

메소드 설명
GetCommandPath ( RelayNode start ) : RelayPath
RelayNetwork ( ) : System
Reload ( ) : void
Reload ( RelayNode reloadNode ) : void
inContactWith ( RelayNode node, RelayNode other ) : bool
print ( String s ) : void

비공개 메소드들

메소드 설명
findShortestRelayPath ( RelayNode start, RelayNode goal ) : RelayPath
inRange ( RelayNode na, RelayNode nb ) : bool
lineOfSight ( RelayNode na, RelayNode nb ) : bool
reconstructPath ( RelayNode>.Dictionary cameFrom, RelayNode curNode ) : List

메소드 상세

GetCommandPath() 공개 메소드

public GetCommandPath ( RelayNode start ) : RelayPath
start RelayNode
리턴 RelayPath

RelayNetwork() 공개 메소드

public RelayNetwork ( ) : System
리턴 System

Reload() 공개 메소드

public Reload ( ) : void
리턴 void

Reload() 공개 메소드

public Reload ( RelayNode reloadNode ) : void
reloadNode RelayNode
리턴 void

inContactWith() 공개 메소드

public inContactWith ( RelayNode node, RelayNode other ) : bool
node RelayNode
other RelayNode
리턴 bool

print() 공개 메소드

public print ( String s ) : void
s String
리턴 void

프로퍼티 상세

all 공개적으로 프로퍼티

public List all
리턴 List