commlib.data
クラス EntityIDData
java.lang.Object
commlib.data.RCRSCSData<rescuecore2.worldmodel.EntityID>
commlib.data.EntityIDData
public class EntityIDData
- extends RCRSCSData<rescuecore2.worldmodel.EntityID>
This class represent the data of EntityID.
- 作成者:
- takefumi
|
メソッドの概要 |
void |
setData(rescuecore2.worldmodel.EntityID obj)
Set the value to obj |
| クラス java.lang.Object から継承されたメソッド |
getClass, notify, notifyAll, wait, wait, wait |
EntityIDData
public EntityIDData(DataType type,
rescuecore2.worldmodel.EntityID value)
- Constructor
- パラメータ:
type - type of the data(DataType)value - actual value of data(EntityID)
setData
public void setData(rescuecore2.worldmodel.EntityID obj)
- クラス
RCRSCSData の記述:
- Set the value to obj
- 定義:
- クラス
RCRSCSData<rescuecore2.worldmodel.EntityID> 内の setData
- パラメータ:
obj - actual value of this data