Uses of Class
com.storedobject.iot.AbstractUnit
Packages that use AbstractUnit
-
Uses of AbstractUnit in com.storedobject.iot
Subclasses of AbstractUnit in com.storedobject.iotModifier and TypeClassDescriptionfinal class
Represents a Block (or a Building or something similar), which is a specific unit of functionality or data in the application framework, extending the capabilities ofAbstractUnit
.class
class
Represents a unit with various attributes and methods for handling its statistics, ordinality, block association, and other operations.class
Methods in com.storedobject.iot that return AbstractUnitModifier and TypeMethodDescriptionConsumption.getItem()
Retrieves the associated item as anAbstractUnit
.Methods in com.storedobject.iot that return types with arguments of type AbstractUnitModifier and TypeMethodDescriptionBlock.listAllUnits()
Lists all units, including the main units and associated independent units, while ensuring that the active status of related units is synchronized.Methods in com.storedobject.iot with parameters of type AbstractUnitModifier and TypeMethodDescriptionvoid
Consumption.setItem
(AbstractUnit item) Sets the item for this consumption instance using an AbstractUnit. -
Uses of AbstractUnit in com.storedobject.ui.iot
Methods in com.storedobject.ui.iot that return AbstractUnitModifier and TypeMethodDescriptionConsumptionList.getUnit
(int index) Consumption4Unit.unit()
Returns the value of theunit
record component.Constructors in com.storedobject.ui.iot with parameters of type AbstractUnitModifierConstructorDescriptionConsumption4Unit
(Class<C> consumptionClass, Resource resource, AbstractUnit unit, int yearFrom, int yearTo) Creates an instance of aConsumption4Unit
record class.