Class PredictedFacade<T extends org.openremote.model.rules.Ruleset>

java.lang.Object
org.openremote.model.rules.PredictedDatapoints
org.openremote.manager.rules.facade.PredictedFacade<T>

public class PredictedFacade<T extends org.openremote.model.rules.Ruleset> extends org.openremote.model.rules.PredictedDatapoints
  • Field Details

  • Constructor Details

  • Method Details

    • getValueDatapoints

      public org.openremote.model.datapoint.ValueDatapoint<?>[] getValueDatapoints(org.openremote.model.attribute.AttributeRef attributeRef, org.openremote.model.datapoint.query.AssetDatapointQuery query)
      Specified by:
      getValueDatapoints in class org.openremote.model.rules.PredictedDatapoints
    • updateValue

      public void updateValue(String assetId, String attributeName, Object value, LocalDateTime timestamp)
      Specified by:
      updateValue in class org.openremote.model.rules.PredictedDatapoints
    • updateValue

      public void updateValue(org.openremote.model.attribute.AttributeRef attributeRef, Object value, LocalDateTime timestamp)
      Specified by:
      updateValue in class org.openremote.model.rules.PredictedDatapoints