public static class AgisWorldManagerClient.CheckIfTargetsInAreaMessage extends GenericMessage
data, properties| Constructor and Description |
|---|
CheckIfTargetsInAreaMessage() |
CheckIfTargetsInAreaMessage(java.util.ArrayList<OID> targetsToCheck,
Point loc,
int radius) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getLoc() |
int |
getRadius() |
java.util.ArrayList<OID> |
getTargetsToCheck() |
void |
setLoc(Point loc) |
void |
setRadius(int radius) |
void |
setTargetsToCheck(java.util.ArrayList<OID> targetsToCheck) |
addProperties, getData, getProperties, getProperty, setData, setProperties, setPropertygetEnqueueTime, getMsgId, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgType, toBytespublic java.util.ArrayList<OID> getTargetsToCheck()
public void setTargetsToCheck(java.util.ArrayList<OID> targetsToCheck)
public Point getLoc()
public void setLoc(Point loc)
public int getRadius()
public void setRadius(int radius)