Modifier and Type | Method and Description |
---|---|
Location |
LightSource.getAmbientCoverage() |
Location |
BeamingSource.getBeamingDirection() |
Location |
BeamingSource.getTargetSurface() |
Modifier and Type | Method and Description |
---|---|
void |
LightSource.setAmbientCoverage(Location l) |
void |
BeamingSource.setBeamingDirection(Location directedTo) |
void |
BeamingSource.setTargetSurface(Location targetSurface) |
Constructor and Description |
---|
BeamingSource(String uri,
LightType type,
Location loc,
Location directedTo,
Location targetSurface) |
BlinkableBeamingSource(String uri,
LightType type,
Location loc,
Location directedTo,
Location targetSurface) |
BlinkableLightSource(String uri,
LightType type,
Location loc) |
LightSource(String uri,
LightType type,
Location loc) |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
Location[] |
Location.getAdjacentLocations() |
Location[] |
Location.getConnectedLocations() |
Location[] |
Location.getContainedLocations() |
Location |
Location.getContainingLocation() |
Location |
Place.getContainingLocation() |
Modifier and Type | Method and Description |
---|---|
void |
Location.addAdjacentLocation(Location location)
Set the "is adjacent to" attribute.
|
void |
Location.addConnectedLocation(Location location)
Adds a value to the "is connected to" attribute.
|
void |
Location.addContainedLocation(Location location)
Adds a value to the "contains" attribute.
|
float |
Place.getDistanceTo(Location other)
This method calculates the distance between a Place object and a Location
object.
|
void |
Location.removeAdjacentLocation(Location location)
removes a location from the "is adjacent to" attribute.
|
void |
Location.removeConnectedLocation(Location location)
removes a location from the "is connected to" attribute.
|
void |
Location.removeContainedLocation(Location location)
removes a location from the "contains" attribute.
|
void |
Location.setContainingLocation(Location location)
Sets the "is contained in" attribute.
|
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 | Method and Description |
---|---|
float |
Point.getDistanceTo(Location other)
Both points have to be in the same CoordinateSystem If the System is
WGS84, a point in latitude/longitude is assume If not, the euclidean
distance is returned.
|
Modifier and Type | Method and Description |
---|---|
Location |
PhysicalThing.getLocation() |
Modifier and Type | Method and Description |
---|---|
boolean |
PhysicalThing.setLocation(Location loc) |
void |
PhysicalThing.setLocationCornerRelativeToCorner(Location o,
float x,
float y,
float z)
Defines, that the PhysicalThing is located in location o at point x,y,z
Warning: This does not set the PROP_PHYSICAL_LOCATION property to o, but
to an new anon place, that is "contained in" the given location Note: the
coordinates are defining corner of the PhysicalThing relative to the
lower, left corner of the containing location, assuming its a box
|
void |
PhysicalThing.setLocationRelativeToCorner(Location o,
float x,
float y,
float z)
Defines, that the PhysicalThing is located in location o at point x,y,z
Warning: This does not set the PROP_PHYSICAL_LOCATION property to o, but
to a new anon place, that is "contained in" the given location Note: the
coordinates are defining center of the PhysicalThing relative to the
lower, left corner of the containing location, assuming its a box
|
Modifier and Type | Class and Description |
---|---|
class |
Space
Ontology class representing an Space
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SessionManagementService.hasUserValidSession(ModuleContext mc,
User u,
Location l)
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.userLocationChange(User usr,
Location loc) |
Set<User> |
SessionManager.validUsersForLocation(Location loc) |
Modifier and Type | Method and Description |
---|---|
Location |
SituationMonitor.getInternalStateOf(Location l) |
Location |
SituationMonitor.locationOf(Device d) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
SituationMonitor.getAllAvailableLocations() |
Modifier and Type | Method and Description |
---|---|
List<Device> |
SituationMonitor.devicesInLocation(Location loc) |
Location |
SituationMonitor.getInternalStateOf(Location l) |
void |
LocationChangeListener.locationChanged(Location l) |
Modifier and Type | Field and Description |
---|---|
protected Location |
LocationTreeWrapper.loc |
Modifier and Type | Method and Description |
---|---|
Location |
LocationTreeWrapper.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
UserLocationTreeRoot.locationChanged(Location l) |
Modifier and Type | Method and Description |
---|---|
void |
UserLocationTreeRoot.addLocations(List<Location> locs) |
Constructor and Description |
---|
LocationTreeWrapper(Location l)
Constructor.
|
UserLocationTree(Location l)
Model the given
Location . |
Modifier and Type | Method and Description |
---|---|
Location |
SituationMonitorImpl.getInternalStateOf(Location l) |
Location |
SituationMonitorImpl.locationOf(Device d) |
Modifier and Type | Method and Description |
---|---|
List<Location> |
SituationMonitorImpl.getAllAvailableLocations() |
Modifier and Type | Method and Description |
---|---|
List<Device> |
SituationMonitorImpl.devicesInLocation(Location loc) |
Location |
SituationMonitorImpl.getInternalStateOf(Location l) |
void |
SessionManagerImpl.userLocationChange(User usr,
Location loc) |
Set<User> |
SessionManagerImpl.validUsersForLocation(Location loc) |
Copyright © 2018 universAAL Consortium. All rights reserved.