Uses of Interface
org.openhab.core.model.yaml.YamlElement
Packages that use YamlElement
-
Uses of YamlElement in org.openhab.core.model.yaml
Classes in org.openhab.core.model.yaml with type parameters of type YamlElementModifier and TypeInterfaceDescriptioninterface
YamlModelListener<T extends YamlElement>
TheYamlModelListener
interface is responsible for managing a particular model type with data processed from YAML configuration files.Methods in org.openhab.core.model.yaml with parameters of type YamlElementModifier and TypeMethodDescriptionvoid
YamlModelRepository.addElementToModel
(String modelName, YamlElement element) void
YamlModelRepository.removeElementFromModel
(String modelName, YamlElement element) void
YamlModelRepository.updateElementInModel
(String modelName, YamlElement element)