Uses of Class
com.orchestranetworks.addon.dqid.IndicatorValue
Packages that use IndicatorValue
Package
Description
Provides classes and interfaces to define, publish and execute indicators.
- 
Uses of IndicatorValue in com.orchestranetworks.addon.dqid
Subclasses of IndicatorValue in com.orchestranetworks.addon.dqidModifier and TypeClassDescriptionclassRepresents a decimal outcome ofIndicatorReport.classRepresents a boolean outcome ofIndicatorReport.final classRepresents a date outcome ofIndicatorReport.final classRepresents an integer outcome ofIndicatorReport.final classRepresents an interval outcome of indicator execution.final classRepresents a percentage outcome of indicator execution.final classRepresents a string outcome ofIndicatorReport.Methods in com.orchestranetworks.addon.dqid that return types with arguments of type IndicatorValueModifier and TypeMethodDescriptionIndicatorReport.getIndicatorValues()Returns the list ofIndicatorValue, the atomic outcomes after executing Indicator.Methods in com.orchestranetworks.addon.dqid with parameters of type IndicatorValueModifier and TypeMethodDescriptionvoidIndicatorReport.addValue(IndicatorValue indicatorValue) Adds anIndicatorValue.Method parameters in com.orchestranetworks.addon.dqid with type arguments of type IndicatorValueModifier and TypeMethodDescriptionvoidIndicatorReport.addValues(List<IndicatorValue> indicatorValues) Adds severalIndicatorValue.