Class SignalDescriptor

java.lang.Object
com.motivewave.platform.sdk.common.desc.SignalDescriptor

public class SignalDescriptor extends Object
Identifies and describes signals that are generated by a study.
  • Constructor Details

  • Method Details

    • getKey

      public Object getKey()
      Returns:
      the key that may be used to retrieve a value in the data series.
    • getPriority

      public Enums.Priority getPriority()
    • setPriority

      public void setPriority(Enums.Priority p)
    • getKeyAsString

      public String getKeyAsString()
      Returns:
      the key that may be used to retrieve a value in the data series.
    • getLabel

      public String getLabel()
    • getLabel

      public String getLabel(Settings settings)
    • toString

      public String toString()
      These values are used to generate the label displayed in the cursor data window. Each of the strings in this list must map to a valid setting.
      Overrides:
      toString in class Object