commlib.data
クラス EntityIDListData

java.lang.Object
  上位を拡張 commlib.data.RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>>
      上位を拡張 commlib.data.EntityIDListData

public class EntityIDListData
extends RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>>

The EntityIDListData represent the data that is the list of EntityID.

作成者:
takefumi

コンストラクタの概要
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
 

コンストラクタの詳細

EntityIDListData

public EntityIDListData(DataType type,
                        java.util.List<rescuecore2.worldmodel.EntityID> value)
Constructor

パラメータ:
type - type of the data(DataType)
value - actual value of the data(List<EntityID>)

EntityIDListData

public EntityIDListData(DataType type)
Constructor
In this method, value is empty list.

パラメータ:
type -
メソッドの詳細

setData

public void setData(java.util.List<rescuecore2.worldmodel.EntityID> obj)
クラス RCRSCSData の記述:
Set the value to obj

定義:
クラス RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>> 内の setData
パラメータ:
obj - actual value of this data

setData

public void setData(rescuecore2.worldmodel.EntityID obj)
Add obj(EntityID) to value.

パラメータ:
obj - additional value(EntityID)