Style Intelligence v12.0

inetsoft.report.filter
Class ModeFormula

java.lang.Object
  extended by inetsoft.report.filter.NthMostFrequentFormula
      extended by inetsoft.report.filter.ModeFormula
All Implemented Interfaces:
Formula, Serializable, Cloneable

public class ModeFormula
extends NthMostFrequentFormula

Calculate the mode of all values.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface inetsoft.report.filter.Formula
__NULL__
 
Constructor Summary
ModeFormula()
          Create a formula to get the most frequent value in a collection.
 
Method Summary
 Object clone()
          Clone the object.
 String getDisplayName()
          Get formula display name.
 String getName()
          Get formula name.
 
Methods inherited from class inetsoft.report.filter.NthMostFrequentFormula
addValue, addValue, addValue, addValue, addValue, addValue, addValue, getDoubleResult, getResult, isDefaultResult, reset, setDefaultResult
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModeFormula

public ModeFormula()
Create a formula to get the most frequent value in a collection.

Method Detail

clone

public Object clone()
Description copied from class: NthMostFrequentFormula
Clone the object.

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

getDisplayName

public String getDisplayName()
Get formula display name.

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

getName

public String getName()
Get formula name.

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

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