Package | Description |
---|---|
multiplexer | |
synergynet3.tracking.network.shared | |
usertracking.networking |
Modifier and Type | Method and Description |
---|---|
static UserLocation |
MultiplexerUtils.mergeUserLocations(UserLocation newUserLoc,
UserLocation oldUserLoc)
Merge user locations.
|
Modifier and Type | Method and Description |
---|---|
static UserLocation |
MultiplexerUtils.mergeUserLocations(UserLocation newUserLoc,
UserLocation oldUserLoc)
Merge user locations.
|
Modifier and Type | Method and Description |
---|---|
UserLocation |
CombinedUserEntity.getUserLocation() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<UserLocation> |
UserLocations.getUserLocations() |
Modifier and Type | Method and Description |
---|---|
void |
UserLocations.add(UserLocation userLocation)
Adds the.
|
void |
UserLocations.remove(UserLocation userLocation)
Removes the.
|
void |
CombinedUserEntity.setUserLocation(UserLocation userLocation) |
Constructor and Description |
---|
CombinedUserEntity(java.lang.String ID,
UserLocation userLocation,
int uniqueID)
Instantiates a new combined user entity.
|
Modifier and Type | Method and Description |
---|---|
static UserLocation |
TrackerNetworking.getUserLocation(int userID)
Gets the user location.
|
Modifier and Type | Method and Description |
---|---|
static void |
TrackerNetworking.setUserLocation(UserLocation userLocIn)
Sets the user location.
|