public class BuildingInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BuildingInfo.Builder
Builder to create an instance of BuildingInfo
|
Modifier and Type | Method and Description |
---|---|
Building |
getBuilding()
Returns the building, without dependencies.
|
java.util.Collection<SitumEvent> |
getEvents()
Returns registered events in the building.
|
java.util.Collection<Floor> |
getFloors()
Returns existent floors in the building.
|
java.util.Collection<Poi> |
getIndoorPOIs()
Returns points of interest inside the building.
|
java.util.Collection<Poi> |
getOutdoorPOIs()
Returns points of interest outside the building
|
public final Building getBuilding()
public final java.util.Collection<SitumEvent> getEvents()
Collection
of SitumEvent
. Can be empty.public final java.util.Collection<Floor> getFloors()
Collection
of Floor
s. Can be empty.public final java.util.Collection<Poi> getIndoorPOIs()
Collection
of Poi
. Can be empty.public final java.util.Collection<Poi> getOutdoorPOIs()
Collection
of SitumEvent
. Can be empty.