Style Intelligence v12.0

inetsoft.report.filter
Class PopulationStandardDeviationFormula

java.lang.Object
  extended by inetsoft.report.filter.VarianceFormula
      extended by inetsoft.report.filter.PopulationVarianceFormula
          extended by inetsoft.report.filter.PopulationStandardDeviationFormula
All Implemented Interfaces:
Formula, PercentageFormula, Serializable, Cloneable

public class PopulationStandardDeviationFormula
extends PopulationVarianceFormula

Calculate the population standard deviation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface inetsoft.report.filter.Formula
__NULL__
 
Constructor Summary
PopulationStandardDeviationFormula()
           
 
Method Summary
 Object clone()
          Clone this formula.
protected  VarianceFormula createVarianceFormula()
           
 String getDisplayName()
          Get formula display name.
 double getDoubleResult()
          Get the formula double result.
 String getName()
          Get formula name.
 Object getResult()
          Get the formula result.
 
Methods inherited from class inetsoft.report.filter.VarianceFormula
addValue, addValue, addValue, addValue, addValue, addValue, addValue, getOriginalResult, getPercentage, getPercentageType, getRawResult, getTotal, isDefaultResult, reset, setDefaultResult, setPercentageType, setTotal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulationStandardDeviationFormula

public PopulationStandardDeviationFormula()
Method Detail

getResult

public Object getResult()
Get the formula result.

Specified by:
getResult in interface Formula
Overrides:
getResult in class PopulationVarianceFormula

getDoubleResult

public double getDoubleResult()
Get the formula double result.

Specified by:
getDoubleResult in interface Formula
Overrides:
getDoubleResult in class PopulationVarianceFormula

clone

public Object clone()
Description copied from interface: Formula
Clone this formula. This may or may not copy the values from this formula.

Specified by:
clone in interface Formula
Overrides:
clone in class PopulationVarianceFormula

createVarianceFormula

protected VarianceFormula createVarianceFormula()
Overrides:
createVarianceFormula in class PopulationVarianceFormula

getDisplayName

public String getDisplayName()
Get formula display name.

Specified by:
getDisplayName in interface Formula
Overrides:
getDisplayName in class PopulationVarianceFormula

getName

public String getName()
Get formula name.

Specified by:
getName in interface Formula
Overrides:
getName in class PopulationVarianceFormula

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.