Modifier and Type | Method and Description |
---|---|
abstract float |
AbsLocation.getDistanceTo(AbsLocation other)
Returns the distance (meters) between the current location and the
argument location.
|
Modifier and Type | Method and Description |
---|---|
static AggregatingFilter |
AggregatingFilterFactory.createOutputAggregationFilter(AggregatingFilterFactory.MinMax type,
AbsLocation location)
Creates an output aggregation filter.
|
static AggregatingFilter |
AggregatingFilterFactory.createServiceSelectionFilter(AggregatingFilterFactory.MinMax type,
String nonFunctionalParamPropURI,
AbsLocation location)
Creates a service selection filter that evaluates a non-functional
parameter that is related to a location.
|
Modifier and Type | Method and Description |
---|---|
AbsLocation |
SingleLocationParameter.getLocation()
returns the location (given by the property
|
Constructor and Description |
---|
MultiLocationParameter(AbsLocation[] value) |
MultiLocationParameter(String uri,
AbsLocation[] value) |
SingleLocationParameter(AbsLocation value) |
SingleLocationParameter(String uri,
AbsLocation value) |
Modifier and Type | Method and Description |
---|---|
AbsLocation |
UIRequest.getPresentationLocation()
Gets the presentation location.
|
AbsLocation |
UIResponse.getSubmissionLocation()
Gets the submission location.
|
Modifier and Type | Method and Description |
---|---|
void |
UIRequest.setPresentationLocation(AbsLocation presentationLocation)
Sets the presentation location.
|
void |
UIHandler.userLoggedIn(Resource user,
AbsLocation loginLocation)
User logged in.
|
void |
IUIBus.userLoggedIn(String handlerID,
Resource user,
AbsLocation loginLocation)
|
void |
IDialogManager.userLogIn(Resource user,
AbsLocation loginLocation)
A User has logged in at a location resend the appropriate dialog.
|
Constructor and Description |
---|
UIResponse(Resource user,
AbsLocation inputLocation,
Submit submit)
This constructor is used in the context of a running dialog.
|
Modifier and Type | Method and Description |
---|---|
void |
UIBusImpl.userLoggedIn(String handlerID,
Resource user,
AbsLocation loginLocation) |
Modifier and Type | Class and Description |
---|---|
class |
Location
Ontological representation of the location of a physical thing.
|
class |
Place
Ontological representation of a place (which is not only a location but also
has some more properties.
|
class |
Way
Ontological representation of a way, which is a physical embodiment of a
path.
|
Modifier and Type | Method and Description |
---|---|
float |
Location.getDistanceTo(AbsLocation other) |
boolean |
Location.hasConnectionTo(AbsLocation arg0) |
boolean |
Location.isAdjacentTo(AbsLocation arg0) |
Modifier and Type | Class and Description |
---|---|
class |
BuildingLevel
Ontological representation of a level of a building (the whole floor).
|
class |
Corridor
Ontological representation of corridor in a house.
|
class |
EntranceHall
Ontological representation of the entrance hall of a house.
|
class |
Hall
Ontological representation of the hall of a house.
|
class |
Home
Ontological representation of a house as an indoor place.
|
class |
HomeArea
Ontological representation of a delimited area within a house (do not mistake
with the house itself).
|
class |
IndoorPlace
Ontological representation of a place that is covered (indoors).
|
class |
Room
Ontological representation of a room in a house.
|
class |
StairCase
Ontological representation of a staircase area in a house.
|
class |
StairWay
Ontological representation of a stairway connecting levels.
|
Modifier and Type | Class and Description |
---|---|
class |
Building
Ontological representation of any building.
|
class |
City
Ontological representation of a city as a generic outdoor place.
|
class |
CityPlace
Ontological representation of an outdoor place in a city.
|
class |
CityQuarter
Ontological representation of a city quarter or neighborhood.
|
class |
CityRegion
Ontological representation of a region in which a city is divided.
|
class |
Country
Ontological representation of a country as a generic outdoor place.
|
class |
OutdoorPlace
Ontological representation of a place located outdoors.
|
class |
Region
Ontological representation of a region as a generic outdoor place.
|
class |
State
Ontological representation of a state as a generic outdoor place.
|
Modifier and Type | Class and Description |
---|---|
class |
Point
Ontological representation of an exact point in a geometric coordinate
system.
|
Modifier and Type | Class and Description |
---|---|
class |
Space
Ontology class representing an Space
|
Modifier and Type | Method and Description |
---|---|
AbsLocation |
UserDialogManager.getCurrentUserLocation()
Last estimated location of the user.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDialogManager.setCurrentUserLocation(AbsLocation currentUserLocation)
This method is for the context susbscriber to update the user's location.
|
void |
DialogManagerImpl.userLogIn(Resource user,
AbsLocation location)
A User has logged in at a location resend the appropriate dialog.
|
void |
UserDialogManager.userLogIn(Resource user,
AbsLocation location)
A User has logged in at a location resend the appropriate dialog.
|
Constructor and Description |
---|
UserDialogManager(User user,
AbsLocation location,
IUIPreferencesBuffer uiPreferencesBuffer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Group |
IMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Modifier and Type | Method and Description |
---|---|
Group |
SearchableAggregatedMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Group |
AggregatedMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Group |
AllMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Modifier and Type | Method and Description |
---|---|
Group |
FileMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Modifier and Type | Method and Description |
---|---|
AbsLocation |
Renderer.getRendererLocation() |
Modifier and Type | Method and Description |
---|---|
AbsLocation |
HTMLUserGenerator.getUserLocation()
Get the location of the user, always a global location.
|
Copyright © 2018 universAAL Consortium. All rights reserved.