|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectcommlib.data.RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>>
commlib.data.EntityIDListData
public class EntityIDListData
The EntityIDListData represent the data that is the list of EntityID.
| コンストラクタの概要 | |
|---|---|
EntityIDListData(DataType type)
Constructor In this method, value is empty list. |
|
EntityIDListData(DataType type,
java.util.List<rescuecore2.worldmodel.EntityID> value)
Constructor |
|
| メソッドの概要 | |
|---|---|
void |
setData(rescuecore2.worldmodel.EntityID obj)
Add obj(EntityID) to value. |
void |
setData(java.util.List<rescuecore2.worldmodel.EntityID> obj)
Set the value to obj |
| クラス commlib.data.RCRSCSData から継承されたメソッド |
|---|
equals, getData, getType, hashCode, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public EntityIDListData(DataType type,
java.util.List<rescuecore2.worldmodel.EntityID> value)
type - type of the data(DataType)value - actual value of the data(List<EntityID>)public EntityIDListData(DataType type)
type - | メソッドの詳細 |
|---|
public void setData(java.util.List<rescuecore2.worldmodel.EntityID> obj)
RCRSCSData の記述:
RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>> 内の setDataobj - actual value of this datapublic void setData(rescuecore2.worldmodel.EntityID obj)
obj - additional value(EntityID)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||