概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
C
E
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_
A
AbstractConnectors
<
C
extends
Connector
> -
jp.ac.fun.osawalab.tileworld.connector
の クラス
接続の集合を管理する、抽象クラスです。
AbstractConnectors()
- クラス jp.ac.fun.osawalab.tileworld.connector.
AbstractConnectors
のコンストラクタ
コンストラクタです。
add(C)
- クラス jp.ac.fun.osawalab.tileworld.connector.
AbstractConnectors
のメソッド
集合に、あらたな接続を追加します。
add(Connector)
- クラス jp.ac.fun.osawalab.tileworld.connector.
AllConnectors
のメソッド
集合に、あらたな接続を追加します。
add(Agent)
- クラス jp.ac.fun.osawalab.tileworld.game.
Agents
のメソッド
リストに、エージェントを追加します。
addAgent()
- クラス jp.ac.fun.osawalab.tileworld.game.
World
のメソッド
世界にエージェントを追加します。
addAgent()
- クラス jp.ac.fun.osawalab.tileworld.server.
Server
のメソッド
サーバーにエージェントを登録します。
addConnector(Player)
- クラス jp.ac.fun.osawalab.tileworld.server.
Server
のメソッド
サーバーにプレイヤーコネクタを追加します。
addConnector(Viewer)
- クラス jp.ac.fun.osawalab.tileworld.server.
Server
のメソッド
サーバーにビューアーコネクタを追加します。
addHoleAtRandom()
- クラス jp.ac.fun.osawalab.tileworld.game.
World
のメソッド
addMovingAgent(Agent)
- クラス jp.ac.fun.osawalab.tileworld.game.
World
のメソッド
次の時刻に移動するエージェント(MOVEコマンドがおくられているエージェント)を 移動予約リストに追加します。
addMovingAgent(Agent)
- クラス jp.ac.fun.osawalab.tileworld.server.
Server
のメソッド
次のクロックで移動するエージェントを登録します。
addObstacleAtRandom()
- クラス jp.ac.fun.osawalab.tileworld.game.
World
のメソッド
addScore(int)
- クラス jp.ac.fun.osawalab.tileworld.game.
Agent
のメソッド
エージェントの得点を追加します。
Agent
-
jp.ac.fun.osawalab.tileworld.game
の クラス
Agent
は、Tileworldの世界で動くエージェントを表すクラスです。
Agent(int, int, char)
- クラス jp.ac.fun.osawalab.tileworld.game.
Agent
のコンストラクタ
エージェントを生成し、その座標とIDをセットします。
Agent(Location, char)
- クラス jp.ac.fun.osawalab.tileworld.game.
Agent
のコンストラクタ
エージェントを生成し、その座標とIDをセットします。
Agents
-
jp.ac.fun.osawalab.tileworld.game
の クラス
Agents
は、エージェントのリストを管理するクラスです。
Agents()
- クラス jp.ac.fun.osawalab.tileworld.game.
Agents
のコンストラクタ
エージェントのリストをつくります。
AllAgents
-
jp.ac.fun.osawalab.tileworld.game
の クラス
AllAgents
は、サーバーにある全てのエージェントについてのリストとして 使います。
AllConnectors
-
jp.ac.fun.osawalab.tileworld.connector
の クラス
サーバーに接続しているすべてのログイン済みの接続(Player、もしくは、Viewer) の集合を管理するクラスです。
AllPlayers
-
jp.ac.fun.osawalab.tileworld.connector
の クラス
サーバーに接続しているすべてのログイン済みのプレイヤー(
Player
) の集合を管理するクラスです。
AllViewers
-
jp.ac.fun.osawalab.tileworld.connector
の クラス
サーバーに接続しているすべてのログイン済みのビューアー(
Viewer
) の集合を管理するクラスです。
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
前の文字
次の文字
フレームあり
フレームなし
すべてのクラス
A
C
E
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
_