Interface IndicatorController
public interface IndicatorController
The entry point for indicator execution.
-
Method Summary
Modifier and TypeMethodDescriptionExecutes the "on demand" indicators for data element concepts.Executes "on demand" indicators for workflows.Executes the "on probe" indicators for data element concepts.
-
Method Details
-
executeOnDemand
Executes "on demand" indicators for workflows. -
executeOnDemand
Executes the "on demand" indicators for data element concepts. -
executeOnProbe
Executes the "on probe" indicators for data element concepts.
-