Uses of Class
org.universAAL.middleware.owl.supply.AbsLocation

Packages that use AbsLocation
org.universAAL.middleware.owl.supply   
org.universAAL.middleware.service   
org.universAAL.middleware.service.owls.profile   
org.universAAL.middleware.ui   
org.universAAL.middleware.ui.impl   
org.universAAL.ontology.location   
org.universAAL.ontology.location.indoor   
org.universAAL.ontology.location.outdoor   
org.universAAL.ontology.location.position   
org.universAAL.ontology.profile   
org.universAAL.ui.dm   
org.universAAL.ui.dm.interfaces   
org.universAAL.ui.dm.userInteraction.mainMenu   
org.universAAL.ui.dm.userInteraction.mainMenu.file   
org.universAAL.ui.handler.gui.swing universAAL connector (UIHandler) and the Handler's core features. 
org.universAAL.ui.ui.handler.web.html   
 

Uses of AbsLocation in org.universAAL.middleware.owl.supply
 

Methods in org.universAAL.middleware.owl.supply with parameters of type AbsLocation
abstract  float AbsLocation.getDistanceTo(AbsLocation other)
          Returns the distance (meters) between the current location and the argument location.
 

Uses of AbsLocation in org.universAAL.middleware.service
 

Methods in org.universAAL.middleware.service with parameters of type AbsLocation
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.
 

Uses of AbsLocation in org.universAAL.middleware.service.owls.profile
 

Methods in org.universAAL.middleware.service.owls.profile that return AbsLocation
 AbsLocation SingleLocationParameter.getLocation()
          returns the location (given by the property ).
 

Constructors in org.universAAL.middleware.service.owls.profile with parameters of type AbsLocation
MultiLocationParameter(AbsLocation[] value)
           
MultiLocationParameter(String uri, AbsLocation[] value)
           
SingleLocationParameter(AbsLocation value)
           
SingleLocationParameter(String uri, AbsLocation value)
           
 

Uses of AbsLocation in org.universAAL.middleware.ui
 

Methods in org.universAAL.middleware.ui that return AbsLocation
 AbsLocation UIRequest.getPresentationLocation()
          Gets the presentation location.
 AbsLocation UIResponse.getSubmissionLocation()
          Gets the submission location.
 

Methods in org.universAAL.middleware.ui with parameters of type AbsLocation
 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)
          Notifies IUIBus that the human user has logged in (using UIHandler).
 void IDialogManager.userLogIn(Resource user, AbsLocation loginLocation)
          A User has logged in at a location resend the appropriate dialog.
 

Constructors in org.universAAL.middleware.ui with parameters of type AbsLocation
UIResponse(Resource user, AbsLocation inputLocation, Submit submit)
          This constructor is used in the context of a running dialog.
 

Uses of AbsLocation in org.universAAL.middleware.ui.impl
 

Methods in org.universAAL.middleware.ui.impl with parameters of type AbsLocation
 void UIBusImpl.userLoggedIn(String handlerID, Resource user, AbsLocation loginLocation)
           
 

Uses of AbsLocation in org.universAAL.ontology.location
 

Subclasses of AbsLocation in org.universAAL.ontology.location
 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.
 

Methods in org.universAAL.ontology.location with parameters of type AbsLocation
 float Location.getDistanceTo(AbsLocation other)
           
 boolean Location.hasConnectionTo(AbsLocation arg0)
           
 boolean Location.isAdjacentTo(AbsLocation arg0)
           
 

Uses of AbsLocation in org.universAAL.ontology.location.indoor
 

Subclasses of AbsLocation in org.universAAL.ontology.location.indoor
 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.
 

Uses of AbsLocation in org.universAAL.ontology.location.outdoor
 

Subclasses of AbsLocation in org.universAAL.ontology.location.outdoor
 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.
 

Uses of AbsLocation in org.universAAL.ontology.location.position
 

Subclasses of AbsLocation in org.universAAL.ontology.location.position
 class Point
          Ontological representation of an exact point in a geometric coordinate system.
 

Uses of AbsLocation in org.universAAL.ontology.profile
 

Subclasses of AbsLocation in org.universAAL.ontology.profile
 class AALSpace
          Ontology class representing an AAL Space
 

Uses of AbsLocation in org.universAAL.ui.dm
 

Methods in org.universAAL.ui.dm that return AbsLocation
 AbsLocation UserDialogManager.getCurrentUserLocation()
          Last estimated location of the user.
 

Methods in org.universAAL.ui.dm with parameters of type AbsLocation
 void UserDialogManager.setCurrentUserLocation(AbsLocation currentUserLocation)
          This method is for the context susbscriber to update the user's location.
 void UserDialogManager.userLogIn(Resource user, AbsLocation location)
          A User has logged in at a location resend the appropriate dialog.
 void DialogManagerImpl.userLogIn(Resource user, AbsLocation location)
          A User has logged in at a location resend the appropriate dialog.
 

Constructors in org.universAAL.ui.dm with parameters of type AbsLocation
UserDialogManager(User user, AbsLocation location, IUIPreferencesBuffer uiPreferencesBuffer)
          Constructor.
 

Uses of AbsLocation in org.universAAL.ui.dm.interfaces
 

Methods in org.universAAL.ui.dm.interfaces with parameters of type AbsLocation
 Group IMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of AbsLocation in org.universAAL.ui.dm.userInteraction.mainMenu
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu with parameters of type AbsLocation
 Group SearchableAggregatedMainMenuProvider.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.
 Group AggregatedMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of AbsLocation in org.universAAL.ui.dm.userInteraction.mainMenu.file
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.file with parameters of type AbsLocation
 Group FileMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of AbsLocation in org.universAAL.ui.handler.gui.swing
 

Methods in org.universAAL.ui.handler.gui.swing that return AbsLocation
 AbsLocation Renderer.getRendererLocation()
           
 

Uses of AbsLocation in org.universAAL.ui.ui.handler.web.html
 

Methods in org.universAAL.ui.ui.handler.web.html that return AbsLocation
 AbsLocation HTMLUserGenerator.getUserLocation()
          Get the location of the user, always a global location.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.