Uses of Interface
org.openhab.core.semantics.Tag
Packages that use Tag
-
Uses of Tag in org.openhab.core.model.script.actions
Methods in org.openhab.core.model.script.actions that return types with arguments of type Tag -
Uses of Tag in org.openhab.core.semantics
Subinterfaces of Tag in org.openhab.core.semanticsModifier and TypeInterfaceDescriptioninterfaceThis is the super interface for all types that represent an Equipment.interfaceThis is the super interface for all types that represent a Location.interfaceThis is the super interface for all types that represent a Point.interfaceThis is the super interface for all property tags.Methods in org.openhab.core.semantics that return types with arguments of type TagModifier and TypeMethodDescriptionRetrieves the class for a given id.SemanticsService.getByLabel(String tagLabel, Locale locale) Retrieves the first semantic tag having label matching the given parameter.SemanticsService.getByLabelOrSynonym(String tagLabelOrSynonym, Locale locale) Retrieves all semantic tags having label or a synonym matching the given parameter.SemanticTags.getSemanticRoot(Class<? extends Tag> type) Determines the semantic root of a given tag type.SemanticTags.getSemanticType(Item item) SemanticTagRegistry.getTagClassById(String tagId) Retrieves the class for a given id.Method parameters in org.openhab.core.semantics with type arguments of type TagModifier and TypeMethodDescriptionstatic voidSemanticsService.getLabelAndSynonyms(Class<? extends Tag> tagClass, Locale locale) Gets the label and all synonyms of a semantic tag using the given locale.SemanticTags.getSemanticRoot(Class<? extends Tag> type) Determines the semantic root of a given tag type.static StringSemanticTags.getSemanticRootName(Class<? extends Tag> type) Determines the name of the semantic root of a given tag type.static voidSemanticTags.removeTagSet(String id, Class<? extends Tag> tagSet)