LiveTopic

open class LiveTopic : MPLiveTopic

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Check if an object is equal to this LiveTopic Both LiveTopic and LiveTopicCriteria can be equal to this
Link copied to clipboard
open fun getBuilding(): String
Get the building of this topic
Link copied to clipboard
open fun getDataset(): String
Get the dataset of this topic
Link copied to clipboard
open fun getDomainType(): String
Get the domainType of this topic Example: "occupancy"
Link copied to clipboard
open fun getFloor(): String
Get the floor of this topic
Link copied to clipboard
open fun getLocation(): String
Get the location of this topic
Link copied to clipboard
open fun getRoom(): String
Get the room of this topic
Link copied to clipboard
open fun getVenue(): String
Get the venue of this topic
Link copied to clipboard
Link copied to clipboard
open fun matchesCriteria(liveTopicCriteria: LiveTopicCriteria): Boolean
Check if a LiveTopicCriteria matches this LiveTopic
open fun matchesCriteria(liveTopic: MPLiveTopic): Boolean
Link copied to clipboard
open fun topicString(): String
Create a topic string from this LiveTopic

Inheritors

Link copied to clipboard