Uses of Class
com.storedobject.iot.ValueDefinition
Packages that use ValueDefinition
-
Uses of ValueDefinition in com.storedobject.iot
Subclasses of ValueDefinition in com.storedobject.iotMethods in com.storedobject.iot that return ValueDefinitionModifier and TypeMethodDescriptionCommand.getCommand()
ControlSchedule.getControl()
DataSet.DataStatus.getValueDefinition()
Retrieves the value definition associated with the current data status.Methods in com.storedobject.iot with parameters of type ValueDefinitionModifier and TypeMethodDescriptionMQTT.getData
(ValueDefinition<?> valueDefinition, Id unitId) void
Command.setCommand
(ValueDefinition<?> command) void
ControlSchedule.setControl
(ValueDefinition<?> control) Constructors in com.storedobject.iot with parameters of type ValueDefinitionModifierConstructorDescriptionprotected
DataStatus
(Unit unit, ValueDefinition<V> valueDefinition) -
Uses of ValueDefinition in com.storedobject.ui.iot
Methods in com.storedobject.ui.iot with parameters of type ValueDefinitionModifier and TypeMethodDescriptionprotected abstract void
CommandSelector.processCommandFor
(Unit unit, ValueDefinition<?> valueDefinition) protected void
SendCommand.processCommandFor
(Unit unit, ValueDefinition<?> valueDefinition) protected void
ViewCommandHistory.processCommandFor
(Unit unit, ValueDefinition<?> valueDefinition) Method parameters in com.storedobject.ui.iot with type arguments of type ValueDefinitionModifier and TypeMethodDescriptionstatic void
Data4Unit.process
(Unit unit, Collection<ValueDefinition> valueDefinitions, TimestampPeriod period, long timeSlice, Consumer<Data4Unit> processor) protected void
DownloadData.process
(Unit unit, Collection<ValueDefinition> valueDefinitions) protected void
SelectData.process
(Unit unit, Collection<ValueDefinition> valueDefinitions) Constructors in com.storedobject.ui.iot with parameters of type ValueDefinitionModifierConstructorDescriptionCommandSelector
(Unit unit, ValueDefinition valueDefinition) SendCommand
(Consumer<Command> sendAction, Unit unit, ValueDefinition valueDefinition)