Indicator execution
Please refer to package com.orchestranetworks.addon.dpra.indicator for the examples of indicator execution.
Function API
Please refer to package com.orchestranetworks.addon.dpra.function for the examples of the function API.
| Package | Description |
|---|---|
| com.orchestranetworks.addon.dpra |
Provides the factory for all operations in the add-on.
|
| com.orchestranetworks.addon.dpra.common | |
| com.orchestranetworks.addon.dpra.function |
Provides classes and interfaces to create custom functions.
|
| com.orchestranetworks.addon.dpra.function.chart | |
| com.orchestranetworks.addon.dpra.function.execution | |
| com.orchestranetworks.addon.dpra.function.execution.context | |
| com.orchestranetworks.addon.dpra.function.execution.result | |
| com.orchestranetworks.addon.dpra.function.validation | |
| com.orchestranetworks.addon.dpra.function.validation.context | |
| com.orchestranetworks.addon.dpra.indicator |
Provides classes and interfaces to perform operations on indicators.
|