Property | Type | Description | |
---|---|---|---|
all | List |
Method | Description | |
---|---|---|
GetCommandPath ( RelayNode start ) : |
||
RelayNetwork ( ) : System | ||
Reload ( ) : void | ||
Reload ( RelayNode reloadNode ) : void | ||
inContactWith ( RelayNode node, RelayNode other ) : bool | ||
print ( String s ) : void |
Method | Description | |
---|---|---|
findShortestRelayPath ( RelayNode start, RelayNode goal ) : |
||
inRange ( RelayNode na, RelayNode nb ) : bool | ||
lineOfSight ( RelayNode na, RelayNode nb ) : bool | ||
reconstructPath ( RelayNode>.Dictionary |
public GetCommandPath ( RelayNode start ) : |
||
start | RelayNode | |
return |
public Reload ( RelayNode reloadNode ) : void | ||
reloadNode | RelayNode | |
return | void |
public inContactWith ( RelayNode node, RelayNode other ) : bool | ||
node | RelayNode | |
other | RelayNode | |
return | bool |