Package org.openhab.core.automation.template
package org.openhab.core.automation.template
-
ClassDescriptionThis class is used to define
Rule Templates
which are shared combination of ready to use modules, which can be configured to produceRule
instances.This interface provides basic functionality for managingRuleTemplate
s.The templates define types of shared, ready to use definitions of automation objects, which can be instantiated and configured to produce automation instances.TemplateProvider<E extends Template>This interface has to be implemented by all providers ofTemplate
s.TemplateRegistry<E extends Template>This interface provides functionality to get availableTemplate
s.