All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xtendm3-sdk.0.18.3.source-code.IndicatorAPI Maven / Gradle / Ivy

/**
 * API for indicator access
 *
 * @since API Version 0.1.0
 */
public interface IndicatorAPI {

  /**
   * Getter for indicator
   *
   * @param indicatorNumber Number of the indicator to get
   * @return Value of indicator
   * @since API Version 0.1.0
   */
  boolean get(int indicatorNumber);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy