org.gcube.portlets.user.speciesdiscovery.server.stream
Interface Aggregator<I,O>

All Known Implementing Classes:
CounterAggregator, FieldAggregator, TaxonomyClassificationAggregator

public interface Aggregator<I,O>

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Method Summary
 void aggregate(I input)
           
 O getAggregation()
           
 String getName()
           
 

Method Detail

getName

String getName()

aggregate

void aggregate(I input)

getAggregation

O getAggregation()


Copyright © 2013. All Rights Reserved.