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 TypeInterfaceDescriptioninterfaceYamlModelListener<T extends YamlElement>TheYamlModelListenerinterface is responsible for managing a particular model type with data processed from YAML configuration files having a version that is supported by this manager.Methods in org.openhab.core.model.yaml that return YamlElementModifier and TypeMethodDescriptionYamlElement.cloneWithoutId()Clone this element putting the identifier to null.Methods in org.openhab.core.model.yaml with parameters of type YamlElementModifier and TypeMethodDescriptionvoidYamlModelRepository.addElementToModel(String modelName, YamlElement element) voidYamlModelRepository.removeElementFromModel(String modelName, YamlElement element) voidYamlModelRepository.updateElementInModel(String modelName, YamlElement element) Method parameters in org.openhab.core.model.yaml with type arguments of type YamlElementModifier and TypeMethodDescriptionvoidYamlModelRepository.addElementsToBeGenerated(String id, List<YamlElement> elements) Associate a list of elements to be generated to an identifier.