Package org.openhab.core.automation.util
-
Class Summary Class Description ActionBuilder This class allows the easy construction of anAction
instance using the builder pattern.ConditionBuilder This class allows the easy construction of aCondition
instance using the builder pattern.ConfigurationNormalizer This class provides utility methods used byRuleRegistry
to resolve and normalize theRuleImpl
s configuration values.ModuleBuilder<B extends ModuleBuilder<B,T>,T extends Module> This class allows the easy construction of aModule
instance using the builder pattern.ReferenceResolver Resolves Module references.RuleBuilder This class allows the easy construction of aRule
instance using the builder pattern.TriggerBuilder This class allows the easy construction of aTrigger
instance using the builder pattern.