xtendm3-sdk.0.15.0.source-code.ProgramAPI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtendm3-sdk Show documentation
Show all versions of xtendm3-sdk Show documentation
XtendM3 SDK for developing XtendM3 Extensions locally
import java.util.Map;
/**
* General API for program, contains API Indicator and MICaller
*
* @since API Version 0.1.0
*/
public interface ProgramAPI {
/**
* Get indicator API
*
* @return Indicator API
* @since API Version 0.1.0
*/
IndicatorAPI getIndicator();
/**
* Get LDAZD variables map
*
* @return LDAZD variables map
* @since API Version 0.1.0
*/
ReadOnlyMap