BrightSide Workbench Full Report + Source Code
org.turro.indicator.IndicatorResult Class Reference

Public Member Functions

 IndicatorResult (double value, long count)
 
double getValue ()
 
long getCount ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 25 of file IndicatorResult.java.

Constructor & Destructor Documentation

◆ IndicatorResult()

org.turro.indicator.IndicatorResult.IndicatorResult ( double  value,
long  count 
)

Definition at line 30 of file IndicatorResult.java.

30  {
31  this.value = value;
32  this.count = count;
33  }

Member Function Documentation

◆ getCount()

long org.turro.indicator.IndicatorResult.getCount ( )

Definition at line 39 of file IndicatorResult.java.

39  {
40  return count;
41  }
Here is the caller graph for this function:

◆ getValue()

double org.turro.indicator.IndicatorResult.getValue ( )

Definition at line 35 of file IndicatorResult.java.

35  {
36  return value;
37  }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: