パッケージ org.aiwolf.common.net
クラス VoteToSend
- java.lang.Object
-
- org.aiwolf.common.net.VoteToSend
-
public class VoteToSend extends java.lang.Object
投票情報- 作成者:
- tori
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 VoteToSend()
VoteToSend(Vote vote)
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 int
getAgent()
int
getDay()
int
getTarget()
void
setAgent(int agent)
void
setDay(int day)
void
setTarget(int target)
Vote
toVote()
-
-
-
コンストラクタの詳細
-
VoteToSend
public VoteToSend()
-
VoteToSend
public VoteToSend(Vote vote)
-
-
メソッドの詳細
-
getDay
public int getDay()
- 戻り値:
- day
-
setDay
public void setDay(int day)
- パラメータ:
day
- セットする day
-
getAgent
public int getAgent()
- 戻り値:
- agent
-
setAgent
public void setAgent(int agent)
- パラメータ:
agent
- セットする agent
-
getTarget
public int getTarget()
- 戻り値:
- target
-
setTarget
public void setTarget(int target)
- パラメータ:
target
- セットする target
-
toVote
public Vote toVote()
- 戻り値:
-
-