org.zkoss.pivot.impl.calc
Class ProductSummarizer

java.lang.Object
  extended by org.zkoss.pivot.impl.calc.ProductSummarizer
All Implemented Interfaces:
Summarizer<ProductContext>

public class ProductSummarizer
extends java.lang.Object
implements Summarizer<ProductContext>

The summarizer of StandardCalculator.PRODUCT.

Author:
simonpai

Constructor Summary
ProductSummarizer()
           
 
Method Summary
 java.lang.Number getResult(ProductContext context)
          Return the final result of aggregation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductSummarizer

public ProductSummarizer()
Method Detail

getResult

public java.lang.Number getResult(ProductContext context)
Description copied from interface: Summarizer
Return the final result of aggregation.

Specified by:
getResult in interface Summarizer<ProductContext>


Copyright © 2012. All Rights Reserved.