|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>>
jp.ac.nagoyau.is.ss.kishii.suntori.message.data.EntityIDListData
public class EntityIDListData
The EntityIDListData represent the data that is the list of EntityID.
| Field Summary |
|---|
| Fields inherited from class jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData |
|---|
type, value |
| Constructor Summary | |
|---|---|
EntityIDListData(DataType type)
Constructor In this method, value is empty list. |
|
EntityIDListData(DataType type,
java.util.List<rescuecore2.worldmodel.EntityID> value)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData |
|---|
equals, getData, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 - | Method Detail |
|---|
public void setData(java.util.List<rescuecore2.worldmodel.EntityID> obj)
RCRSCSData
setData in class RCRSCSData<java.util.List<rescuecore2.worldmodel.EntityID>>obj - actual value of this datapublic void setData(rescuecore2.worldmodel.EntityID obj)
obj - additional value(EntityID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||