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