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) voidCommand.setCommand(ValueDefinition<?> command) voidControlSchedule.setControl(ValueDefinition<?> control) Constructors in com.storedobject.iot with parameters of type ValueDefinitionModifierConstructorDescriptionprotectedDataStatus(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 voidCommandSelector.processCommandFor(Unit unit, ValueDefinition<?> valueDefinition) protected voidSendCommand.processCommandFor(Unit unit, ValueDefinition<?> valueDefinition) protected voidViewCommandHistory.processCommandFor(Unit unit, ValueDefinition<?> valueDefinition) Method parameters in com.storedobject.ui.iot with type arguments of type ValueDefinitionModifier and TypeMethodDescriptionstatic voidData4Unit.process(Unit unit, Collection<ValueDefinition> valueDefinitions, TimestampPeriod period, long timeSlice, Consumer<Data4Unit> processor) protected voidDownloadData.process(Unit unit, Collection<ValueDefinition> valueDefinitions) protected voidSelectData.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)