com.pmease.quickbuild.plugin.report.engine.datareport
Class DefaultStatsEvaluator

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
      extended by com.pmease.quickbuild.plugin.report.engine.datareport.DefaultStatsEvaluator
All Implemented Interfaces:
ReportStatsEvaluator, TypedObject, XMLSerializable, java.io.Serializable

public class DefaultStatsEvaluator
extends AbstractTypedXMLObject
implements ReportStatsEvaluator

See Also:
Serialized Form

Constructor Summary
DefaultStatsEvaluator()
           
 
Method Summary
 void evaluate(java.util.List<DataRow> source, ReportStats stats)
           
 java.lang.String getElementName()
           
 java.lang.String getType()
           
 
Methods inherited from class com.pmease.quickbuild.plugin.report.engine.extensionpoint.AbstractTypedXMLObject
fromXML, initFromClassResource, initFromLocal, initFromStream, reflectionReadFromNode, reflectionWriteToNode, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.pmease.quickbuild.plugin.report.engine.extensionpoint.XMLSerializable
fromXML, toXML
 

Constructor Detail

DefaultStatsEvaluator

public DefaultStatsEvaluator()
Method Detail

evaluate

public void evaluate(java.util.List<DataRow> source,
                     ReportStats stats)
Specified by:
evaluate in interface ReportStatsEvaluator

getType

public java.lang.String getType()
Specified by:
getType in interface TypedObject

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in class AbstractTypedXMLObject


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.