public class GPSCoordinateGroupSelector extends java.lang.Object implements GroupSelector
| Constructor and Description |
|---|
GPSCoordinateGroupSelector() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroupType()
Method used by GroupDefiner to obtains the GroupType of the Group Selection Module
|
java.util.Set<java.lang.Integer> |
processGroups(Message nodeMessage)
Processes the Mobile Node´s group membership using the Context Update (CxtU) message
|
public java.util.Set<java.lang.Integer> processGroups(Message nodeMessage)
processGroups in interface GroupSelectornodeMessage - Context Update (CxtU) message produced by Mobile Nodepublic int getGroupType()
getGroupType in interface GroupSelector