Package | Description |
---|---|
org.universAAL.ontology.location.indoor |
Modifier and Type | Field and Description |
---|---|
static RoomFunction |
RoomFunction.BathRoom |
static RoomFunction |
RoomFunction.Cellar |
static RoomFunction |
RoomFunction.GuestRoom |
static RoomFunction |
RoomFunction.GuestWC |
static RoomFunction |
RoomFunction.HobbyRoom |
static RoomFunction |
RoomFunction.Kitchen |
static RoomFunction |
RoomFunction.LivingRoom |
static RoomFunction |
RoomFunction.SleepingRoom |
static RoomFunction |
RoomFunction.StorageRoom |
static RoomFunction |
RoomFunction.Studio |
static RoomFunction |
RoomFunction.Wardrobe |
static RoomFunction |
RoomFunction.WorkRoom |
Modifier and Type | Method and Description |
---|---|
static RoomFunction |
RoomFunction.getLevelByOrder(int order) |
RoomFunction |
Room.getRoomFunction() |
static RoomFunction |
RoomFunction.getRoomFunctionByOrder(int order) |
static RoomFunction |
RoomFunction.valueOf(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Room.setRoomFunction(RoomFunction function) |
Constructor and Description |
---|
Room(RoomFunction func) |
Room(String uri,
RoomFunction func)
Creates a StairWay object
|
Room(String uri,
RoomFunction func,
Shape shape) |
Room(String uri,
String name,
RoomFunction func,
Shape shape) |
Copyright © 2018 universAAL Consortium. All rights reserved.